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

  /external/mesa3d/src/gallium/state_trackers/clover/api/
context.cpp 98 clGetContextInfo(cl_context ctx, cl_context_info param,
  /external/mesa3d/include/CL/
cl.h 63 typedef cl_uint cl_context_info; typedef
263 /* cl_context_info */
269 /* cl_context_info + cl_context_properties */
498 cl_context_info /* param_name */,
    [all...]
cl.hpp 836 F(cl_context_info, CL_CONTEXT_REFERENCE_COUNT, cl_uint) \
837 F(cl_context_info, CL_CONTEXT_DEVICES, VECTOR_CLASS<Device>) \
838 F(cl_context_info, CL_CONTEXT_PROPERTIES, VECTOR_CLASS<cl_context_properties>) \
901 F(cl_context_info, CL_CONTEXT_NUM_DEVICES, cl_uint)\
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h 63 typedef cl_uint cl_context_info; typedef
311 /* cl_context_info */
634 cl_context_info /* param_name */,
    [all...]
cl.hpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 329 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*);
opencl_core_wrappers.hpp 149 inline cl_int clGetContextInfo(cl_context p0, cl_context_info p1, size_t p2, void* p3, size_t* p4) { return clGetContextInfo_pfn(p0, p1, p2, p3, p4); }
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 405 cl_int (CL_API_CALL*clGetContextInfo)(cl_context, cl_context_info, size_t, void*, size_t*) =
406 opencl_fn5<OPENCL_FN_clGetContextInfo, cl_int, cl_context, cl_context_info, size_t, void*, size_t*>::switch_fn;
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 240 typedef cl_uint cl_context_info; typedef
    [all...]

Completed in 51 milliseconds