HomeSort by relevance Sort by last modified time
    Searched refs:cl_context_properties (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
context.hpp 35 _cl_context(const std::vector<cl_context_properties> &props,
41 const std::vector<cl_context_properties> &props() const {
48 std::vector<cl_context_properties> __props;
context.cpp 29 _cl_context::_cl_context(const std::vector<cl_context_properties> &props,
  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 29 clCreateContext(const cl_context_properties *props, cl_uint num_devs,
60 clCreateContextFromType(const cl_context_properties *props,
113 case CL_CONTEXT_PROPERTIES:
114 return vector_property<cl_context_properties>(buf, size, size_ret,
  /external/mesa3d/include/CL/
cl_gl.h 130 /* Additional cl_context_properties */
138 clGetGLContextInfoKHR(const cl_context_properties * /* properties */,
145 const cl_context_properties * properties,
cl.h 62 typedef intptr_t cl_context_properties; typedef
266 #define CL_CONTEXT_PROPERTIES 0x1082
269 /* cl_context_info + cl_context_properties */
476 clCreateContext(const cl_context_properties * /* properties */,
484 clCreateContextFromType(const cl_context_properties * /* properties */,
    [all...]
cl.hpp 99 * cl_context_properties properties[] =
100 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0};
838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
    [all...]
  /external/opencv3/modules/core/src/
directx.cpp 282 cl_context_properties properties[] = {
283 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i],
284 CL_CONTEXT_D3D11_DEVICE_KHR, (cl_context_properties)(pD3D11Device),
318 cl_context_properties properties[] = {
319 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i],
320 CL_CONTEXT_D3D11_DEVICE_KHR, (cl_context_properties)(pD3D11Device),
390 cl_context_properties properties[] = {
391 CL_CONTEXT_PLATFORM, (cl_context_properties)platforms[i],
392 CL_CONTEXT_D3D10_DEVICE_KHR, (cl_context_properties)(pD3D10Device),
426 cl_context_properties properties[] =
    [all...]
ocl.cpp 239 typedef intptr_t cl_context_properties; typedef
475 #define CL_CONTEXT_PROPERTIES 0x1082
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl_gl.h 137 /* Additional cl_context_properties */
145 clGetGLContextInfoKHR(const cl_context_properties * /* properties */,
152 const cl_context_properties * properties,
cl.h 62 typedef intptr_t cl_context_properties; typedef
314 #define CL_CONTEXT_PROPERTIES 0x1082
317 /* cl_context_properties */
612 clCreateContext(const cl_context_properties * /* properties */,
620 clCreateContextFromType(const cl_context_properties * /* properties */,
    [all...]
cl.hpp 103 * cl_context_properties properties[] =
104 * { CL_CONTEXT_PLATFORM, (cl_context_properties)(platforms[0])(), 0};
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 287 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
288 extern CL_RUNTIME_EXPORT cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*);
opencl_core_wrappers.hpp 23 inline cl_context clCreateContext(const cl_context_properties* p0, cl_uint p1, const cl_device_id* p2, void (CL_CALLBACK*p3) (const char*, const void*, size_t, void*), void* p4, cl_int* p5) { return clCreateContext_pfn(p0, p1, p2, p3, p4, p5); }
26 inline cl_context clCreateContextFromType(const cl_context_properties* p0, cl_device_type p1, void (CL_CALLBACK*p2) (const char*, const void*, size_t, void*), void* p3, cl_int* p4) { return clCreateContextFromType_pfn(p0, p1, p2, p3, p4); }
  /external/ImageMagick/MagickCore/
opencl-private.h 88 const cl_context_properties *properties,cl_uint num_devices,
opencl.c     [all...]
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 237 cl_context (CL_API_CALL*clCreateContext)(const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
238 opencl_fn6<OPENCL_FN_clCreateContext, cl_context, const cl_context_properties*, cl_uint, const cl_device_id*, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
241 cl_context (CL_API_CALL*clCreateContextFromType)(const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*) =
242 opencl_fn5<OPENCL_FN_clCreateContextFromType, cl_context, const cl_context_properties*, cl_device_type, void (CL_CALLBACK*) (const char*, const void*, size_t, void*), void*, cl_int*>::switch_fn;
    [all...]

Completed in 564 milliseconds