mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
include: update CL headers
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35439>
This commit is contained in:
parent
d0608425f4
commit
95eb537548
1 changed files with 15 additions and 0 deletions
|
|
@ -4142,6 +4142,21 @@ typedef cl_bitfield cl_device_kernel_clock_capabilities_khr;
|
|||
|
||||
#define CL_KHR_SPIRV_NO_INTEGER_WRAP_DECORATION_EXTENSION_VERSION CL_MAKE_VERSION(1, 0, 0)
|
||||
|
||||
/***************************************************************
|
||||
* cl_khr_spirv_queries
|
||||
***************************************************************/
|
||||
#define cl_khr_spirv_queries 1
|
||||
#define CL_KHR_SPIRV_QUERIES_EXTENSION_NAME \
|
||||
"cl_khr_spirv_queries"
|
||||
|
||||
|
||||
#define CL_KHR_SPIRV_QUERIES_EXTENSION_VERSION CL_MAKE_VERSION(1, 0, 0)
|
||||
|
||||
/* cl_device_info */
|
||||
#define CL_DEVICE_SPIRV_EXTENDED_INSTRUCTION_SETS_KHR 0x12B9
|
||||
#define CL_DEVICE_SPIRV_EXTENSIONS_KHR 0x12BA
|
||||
#define CL_DEVICE_SPIRV_CAPABILITIES_KHR 0x12BB
|
||||
|
||||
/***************************************************************
|
||||
* cl_khr_srgb_image_writes
|
||||
***************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue