Searched refs:CL_CONTEXT_PLATFORM (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 42 if (prop.first == CL_CONTEXT_PLATFORM) in clCreateContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLPlatformCL.cpp | 385 CL_CONTEXT_PLATFORM, reinterpret_cast<cl_context_properties>(mNative), in createContext() 408 CL_CONTEXT_PLATFORM, reinterpret_cast<cl_context_properties>(mNative), in createContextFromType()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLPlatform.cpp | 41 case CL_CONTEXT_PLATFORM: in ParseContextProperties()
|
H A D | validationCL.cpp | 48 case CL_CONTEXT_PLATFORM: in ValidateContextProperties()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 598 default_props[0] = CL_CONTEXT_PLATFORM; in opencl_device_create_internal() 602 if (props[0] == CL_CONTEXT_PLATFORM && props[1] == 0) in opencl_device_create_internal() 1246 CL_CONTEXT_PLATFORM, in opencl_device_derive() 1291 CL_CONTEXT_PLATFORM, in opencl_device_derive() 1328 CL_CONTEXT_PLATFORM, in opencl_device_derive()
|
/third_party/mesa3d/include/CL/ |
H A D | cl.h | 468 #define CL_CONTEXT_PLATFORM 0x1084 macro
|
H A D | cl2.hpp | 2751 CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0 in makeDefault() 2873 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context() 4044 if( props[i] == CL_CONTEXT_PLATFORM ) { in BufferD3D10()
|
H A D | cl.hpp | 110 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0}; 2586 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context() 3405 if( props[i] == CL_CONTEXT_PLATFORM ) { in BufferD3D10()
|
/third_party/opencl-headers/CL/ |
H A D | cl.h | 477 #define CL_CONTEXT_PLATFORM 0x1084 macro
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 470 #define CL_CONTEXT_PLATFORM 0x1084 macro
|
Completed in 49 milliseconds