/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | context.cpp | 30 clCreateContext(const cl_context_properties *d_props, cl_uint num_devs, in clCreateContext() 62 clCreateContextFromType(const cl_context_properties *d_props, in clCreateContextFromType() 133 buf.as_vector<cl_context_properties>() = desc(ctx.properties()); in clGetContextInfo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLPlatform.cpp | 29 Context::PropArray ParseContextProperties(const cl_context_properties *properties, in ParseContextProperties() 36 const cl_context_properties *propIt = properties; in ParseContextProperties() 213 cl_context Platform::CreateContext(const cl_context_properties *properties, in CreateContext() 234 cl_context Platform::CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType()
|
D | CLPlatform.h | 43 static cl_context CreateContext(const cl_context_properties *properties, 50 static cl_context CreateContextFromType(const cl_context_properties *properties,
|
D | CLContext.h | 114 using PropArray = std::vector<cl_context_properties>;
|
D | validationCL_autogen.h | 38 cl_int ValidateCreateContext(const cl_context_properties *properties, 46 cl_int ValidateCreateContextFromType(const cl_context_properties *properties,
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
D | cl_gl.h | 142 clGetGLContextInfoKHR(const cl_context_properties * properties, 149 const cl_context_properties * properties,
|
D | cl.h | 58 typedef intptr_t cl_context_properties; typedef 1010 clCreateContext(const cl_context_properties * properties, 1021 clCreateContextFromType(const cl_context_properties * properties,
|
D | cl_icd.h | 85 const cl_context_properties *properties, cl_uint num_devices, 91 const cl_context_properties *properties, cl_device_type device_type, 780 const cl_context_properties *properties, cl_gl_context_info param_name,
|
/third_party/mesa3d/include/CL/ |
D | cl_gl.h | 154 clGetGLContextInfoKHR(const cl_context_properties * properties, 161 const cl_context_properties * properties,
|
D | cl.h | 58 typedef intptr_t cl_context_properties; typedef 1008 clCreateContext(const cl_context_properties * properties, 1019 clCreateContextFromType(const cl_context_properties * properties,
|
D | cl_icd.h | 85 const cl_context_properties *properties, cl_uint num_devices, 91 const cl_context_properties *properties, cl_device_type device_type, 780 const cl_context_properties *properties, cl_gl_context_info param_name,
|
D | cl2.hpp | 1233 F(cl_context_info, CL_CONTEXT_PROPERTIES, cl::vector<cl_context_properties>) \ 2750 cl_context_properties properties[3] = { in makeDefault() 2751 CL_CONTEXT_PLATFORM, (cl_context_properties)defaultPlatform, 0 in makeDefault() 2754 cl_context_properties *properties = nullptr; in makeDefault() 2800 cl_context_properties* properties = NULL, in Context() 2831 cl_context_properties* properties = NULL, in Context() 2861 cl_context_properties* properties = NULL, in Context() 2873 cl_context_properties prop[4] = {CL_CONTEXT_PLATFORM, 0, 0, 0 }; in Context() 2888 cl_context_properties platform_id = 0; in Context() 2916 platform_id = (cl_context_properties)platforms[i](); in Context() [all …]
|
/third_party/opencl-headers/CL/ |
D | cl_gl.h | 142 clGetGLContextInfoKHR(const cl_context_properties * properties, 149 const cl_context_properties * properties,
|
D | cl.h | 58 typedef intptr_t cl_context_properties; typedef 1017 clCreateContext(const cl_context_properties * properties, 1028 clCreateContextFromType(const cl_context_properties * properties,
|
D | cl_icd.h | 85 const cl_context_properties *properties, cl_uint num_devices, 91 const cl_context_properties *properties, cl_device_type device_type, 780 const cl_context_properties *properties, cl_gl_context_info param_name,
|
D | cl_function_types.h | 63 const cl_context_properties* properties, 74 const cl_context_properties* properties,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.cpp | 384 cl_context_properties properties[] = { in createContext() 385 CL_CONTEXT_PLATFORM, reinterpret_cast<cl_context_properties>(mNative), in createContext() 407 cl_context_properties properties[] = { in createContextFromType() 408 CL_CONTEXT_PLATFORM, reinterpret_cast<cl_context_properties>(mNative), in createContextFromType()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | context.hpp | 39 typedef clover::property_list<cl_context_properties> property_list;
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 50 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_… 57 using clCreateContextFromTypeFunc = cl_context (*)(const cl_context_properties *, cl_device_type,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | cl_stubs_autogen.h | 48 cl_context CreateContext(const cl_context_properties *properties, 57 cl_context CreateContextFromType(const cl_context_properties *properties,
|
D | entry_points_cl_autogen.h | 38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, 48 clCreateContextFromType(const cl_context_properties *properties,
|
D | cl_stubs.cpp | 130 cl_context CreateContext(const cl_context_properties *properties, in CreateContext() 144 cl_context CreateContextFromType(const cl_context_properties *properties, in CreateContextFromType()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 489 cl_context_properties *props) in opencl_device_create_internal() 498 cl_context_properties default_props[3]; in opencl_device_create_internal() 722 cl_context_properties *props = NULL; in opencl_device_init() 1239 cl_context_properties props[7] = { in opencl_device_derive() 1284 cl_context_properties props[5] = { in opencl_device_derive() 1321 cl_context_properties props[5] = { in opencl_device_derive()
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 282 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_d… in clCreateContext() 293 cl_context clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_t… in clCreateContextFromType()
|
/third_party/skia/third_party/externals/angle2/src/libOpenCL/ |
D | libOpenCL_autogen.cpp | 52 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext() 67 clCreateContextFromType(const cl_context_properties *properties, in clCreateContextFromType()
|