File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
layers/12_spirvqueriesemu Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ extern const struct _cl_icd_dispatch* g_pNextDispatch;
12
12
#ifndef cl_khr_spirv_queries
13
13
#define cl_khr_spirv_queries 1
14
14
#define CL_KHR_SPIRV_QUERIES_EXTENSION_NAME "cl_khr_spirv_queries"
15
- #define CL_DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHR 0x10100
16
- #define CL_DEVICE_SPIRV_EXTENSIONS_KHR 0x10101
17
- #define CL_DEVICE_SPIRV_CAPABILITIES_KHR 0x10102
15
+ #define CL_DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHR 0x12B9
16
+ #define CL_DEVICE_SPIRV_EXTENSIONS_KHR 0x12BA
17
+ #define CL_DEVICE_SPIRV_CAPABILITIES_KHR 0x12BB
18
18
#endif
19
19
20
20
///////////////////////////////////////////////////////////////////////////////
Original file line number Diff line number Diff line change 14
14
#ifndef cl_khr_spirv_queries
15
15
#define cl_khr_spirv_queries 1
16
16
#define CL_KHR_SPIRV_QUERIES_EXTENSION_NAME " cl_khr_spirv_queries"
17
- #define CL_DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHR 0x10100
18
- #define CL_DEVICE_SPIRV_EXTENSIONS_KHR 0x10101
19
- #define CL_DEVICE_SPIRV_CAPABILITIES_KHR 0x10102
17
+ #define CL_DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHR 0x12B9
18
+ #define CL_DEVICE_SPIRV_EXTENSIONS_KHR 0x12BA
19
+ #define CL_DEVICE_SPIRV_CAPABILITIES_KHR 0x12BB
20
20
#endif
21
21
22
22
#define SPV_ENABLE_UTILITY_CODE
You can’t perform that action at this time.
0 commit comments