Home
last modified time | relevance | path

Searched refs:cl_context_properties (Results 1 – 25 of 28) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dcontext.cpp30 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/
DCLPlatform.cpp29 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()
DCLPlatform.h43 static cl_context CreateContext(const cl_context_properties *properties,
50 static cl_context CreateContextFromType(const cl_context_properties *properties,
DCLContext.h114 using PropArray = std::vector<cl_context_properties>;
DvalidationCL_autogen.h38 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/
Dcl_gl.h142 clGetGLContextInfoKHR(const cl_context_properties * properties,
149 const cl_context_properties * properties,
Dcl.h58 typedef intptr_t cl_context_properties; typedef
1010 clCreateContext(const cl_context_properties * properties,
1021 clCreateContextFromType(const cl_context_properties * properties,
Dcl_icd.h85 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/
Dcl_gl.h154 clGetGLContextInfoKHR(const cl_context_properties * properties,
161 const cl_context_properties * properties,
Dcl.h58 typedef intptr_t cl_context_properties; typedef
1008 clCreateContext(const cl_context_properties * properties,
1019 clCreateContextFromType(const cl_context_properties * properties,
Dcl_icd.h85 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,
Dcl2.hpp1233 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/
Dcl_gl.h142 clGetGLContextInfoKHR(const cl_context_properties * properties,
149 const cl_context_properties * properties,
Dcl.h58 typedef intptr_t cl_context_properties; typedef
1017 clCreateContext(const cl_context_properties * properties,
1028 clCreateContextFromType(const cl_context_properties * properties,
Dcl_icd.h85 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,
Dcl_function_types.h63 const cl_context_properties* properties,
74 const cl_context_properties* properties,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp384 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/
Dcontext.hpp39 typedef clover::property_list<cl_context_properties> property_list;
/third_party/opencl-headers/include/
Dopencl_wrapper.h50 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/
Dcl_stubs_autogen.h48 cl_context CreateContext(const cl_context_properties *properties,
57 cl_context CreateContextFromType(const cl_context_properties *properties,
Dentry_points_cl_autogen.h38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties,
48 clCreateContextFromType(const cl_context_properties *properties,
Dcl_stubs.cpp130 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/
Dhwcontext_opencl.c489 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/
Dopencl_wrapper.cpp282 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/
DlibOpenCL_autogen.cpp52 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties, in clCreateContext()
67 clCreateContextFromType(const cl_context_properties *properties, in clCreateContextFromType()

12