Used ratified Khronos extension names

Change-Id: I15b62b6f5fb805efedec5cd9e14215a94d97c8f6
This commit is contained in:
Jacek Danecki
2018-02-13 11:41:32 +01:00
parent 82a2afb611
commit ff44e9922d
6 changed files with 20 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ typedef void *ID3D11Texture3D;
typedef void *HANDLE;
#endif
typedef cl_bitfield cl_queue_properties_intel;
typedef cl_bitfield cl_queue_properties_khr;
typedef void(CL_CALLBACK *ctxt_logging_fn)(const char *, const void *, size_t, void *);
typedef void(CL_CALLBACK *prog_logging_fn)(cl_program, void *);
typedef void(CL_CALLBACK *evnt_logging_fn)(cl_event, cl_int, void *);
@@ -1277,7 +1277,7 @@ struct SCRTDispatchTable {
void *placeholder12;
void *placeholder13;
// VAMedia sharing extension
// VAMedia sharing extension
#ifdef LIBVA
INTELpfn_clCreateFromVA_APIMediaSurfaceINTEL clCreateFromVA_APIMediaSurfaceINTEL;
INTELpfn_clGetDeviceIDsFromVA_APIMediaAdapterINTEL clGetDeviceIDsFromVA_APIMediaAdapterINTEL;