mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
refactor: cleanup stype enum implementation
Related-To: NEO-13037 Signed-off-by: Alicja Lukaszewicz <alicja.lukaszewicz@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
a8a40d2afd
commit
f76d480e8a
@ -210,7 +210,6 @@ typedef enum _ze_intel_device_block_array_exp_flag_t {
|
||||
/// - This structure may be passed to ::zeDeviceGetProperties, via
|
||||
/// `pNext` member of ::ze_device_properties_t.
|
||||
/// @brief Device 2D block array properties
|
||||
#define ZE_INTEL_DEVICE_BLOCK_ARRAY_EXP_PROPERTIES (ze_structure_type_t)0x00030007
|
||||
|
||||
typedef struct _ze_intel_device_block_array_exp_properties_t {
|
||||
ze_structure_type_t stype = ZE_INTEL_DEVICE_BLOCK_ARRAY_EXP_PROPERTIES; ///< [in] type of this structure
|
||||
|
@ -17,6 +17,7 @@
|
||||
#define ZE_STRUCTURE_TYPE_INTEL_MEDIA_COMMUNICATION_DESC (ze_structure_type_t)0x00020021
|
||||
#define ZE_STRUCTURE_TYPE_INTEL_MEDIA_DOORBELL_HANDLE_DESC (ze_structure_type_t)0x00020022
|
||||
#define ZE_STRUCTURE_TYPE_INTEL_DEVICE_MEDIA_EXP_PROPERTIES (ze_structure_type_t)0x00020023
|
||||
#define ZE_INTEL_DEVICE_BLOCK_ARRAY_EXP_PROPERTIES (ze_structure_type_t)0x00030007
|
||||
#define ZEX_STRUCTURE_DEVICE_MODULE_REGISTER_FILE_EXP (ze_structure_type_t)0x00030010
|
||||
#define ZEX_STRUCTURE_KERNEL_REGISTER_FILE_SIZE_EXP (ze_structure_type_t)0x00030012
|
||||
#define ZE_STRUCTURE_INTEL_DEVICE_MODULE_DP_EXP_PROPERTIES (ze_structure_type_t)0x00030013
|
||||
|
Reference in New Issue
Block a user