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/
H A 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/
H A 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()
H A DCLPlatform.h43 static cl_context CreateContext(const cl_context_properties *properties,
50 static cl_context CreateContextFromType(const cl_context_properties *properties,
H A DCLContext.h114 using PropArray = std::vector<cl_context_properties>;
H A DvalidationCL_autogen.h38 cl_int ValidateCreateContext(const cl_context_properties *properties,
46 cl_int ValidateCreateContextFromType(const cl_context_properties *properties,
/third_party/mesa3d/include/CL/
H A Dcl_gl.h146 /* Additional cl_context_properties */
154 clGetGLContextInfoKHR(const cl_context_properties * properties,
161 const cl_context_properties * properties,
H A 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,
H A Dcl.h58 typedef intptr_t cl_context_properties; typedef
467 /* cl_context_properties */
1008 clCreateContext(const cl_context_properties * properties,
1019 clCreateContextFromType(const cl_context_properties * properties,
H A 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)platform in Context()
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_gl.h134 /* Additional cl_context_properties */
142 clGetGLContextInfoKHR(const cl_context_properties * properties,
149 const cl_context_properties * properties,
H A 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,
H A Dcl.h58 typedef intptr_t cl_context_properties; typedef
469 /* cl_context_properties */
1010 clCreateContext(const cl_context_properties * properties,
1021 clCreateContextFromType(const cl_context_properties * properties,
/third_party/opencl-headers/CL/
H A Dcl_gl.h134 /* Additional cl_context_properties */
142 clGetGLContextInfoKHR(const cl_context_properties * properties,
149 const cl_context_properties * properties,
H A 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,
H A Dcl_function_types.h63 const cl_context_properties* properties,
74 const cl_context_properties* properties,
H A Dcl.h58 typedef intptr_t cl_context_properties; typedef
476 /* cl_context_properties */
1017 clCreateContext(const cl_context_properties * properties,
1028 clCreateContextFromType(const cl_context_properties * properties,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A 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/
H A Dcontext.hpp39 typedef clover::property_list<cl_context_properties> property_list;
/third_party/opencl-headers/include/
H A Dopencl_wrapper.h53 using clCreateContextFunc = cl_context (*)(const cl_context_properties *, cl_uint, const cl_device_id *,
60 using clCreateContextFromTypeFunc = cl_context (*)(const cl_context_properties *, cl_device_type,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dcl_stubs_autogen.h48 cl_context CreateContext(const cl_context_properties *properties,
57 cl_context CreateContextFromType(const cl_context_properties *properties,
H A Dentry_points_cl_autogen.h38 cl_context CL_API_CALL clCreateContext(const cl_context_properties *properties,
48 clCreateContextFromType(const cl_context_properties *properties,
H A 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/
H A Dhwcontext_opencl.c495 cl_context_properties *props) in opencl_device_create_internal()
504 cl_context_properties default_props[3]; in opencl_device_create_internal()
728 cl_context_properties *props = NULL; in opencl_device_init()
1245 cl_context_properties props[7] = { in opencl_device_derive()
1290 cl_context_properties props[5] = { in opencl_device_derive()
1327 cl_context_properties props[5] = { in opencl_device_derive()
/third_party/opencl-headers/src/
H A Dopencl_wrapper.cpp301 cl_context clCreateContext(const cl_context_properties *properties, cl_uint num_devices, const cl_device_id *devices, in clCreateContext()
312 cl_context clCreateContextFromType(const cl_context_properties *properties, cl_device_type device_type, in clCreateContextFromType()
/third_party/skia/third_party/externals/angle2/src/libOpenCL/
H A 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()

Completed in 47 milliseconds

12