blob: 2d397d1f9d64d99d6a44868b36ef23852aa360c2 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MSD_INTEL_GEN_QUERY_H
#define MSD_INTEL_GEN_QUERY_H
#include "magma_common_defs.h"
enum MsdIntelGenQuery {
kMsdIntelGenQuerySubsliceAndEuTotal = MAGMA_QUERY_VENDOR_PARAM_0,
kMsdIntelGenQueryGttSize = MAGMA_QUERY_VENDOR_PARAM_0 + 1,
};
#endif // MSD_INTEL_GEN_QUERY_H