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

  /external/mesa3d/include/CL/
cl.h 71 typedef cl_uint cl_buffer_create_type; typedef
435 /* cl_buffer_create_type */
553 cl_buffer_create_type /* buffer_create_type */,
    [all...]
cl.hpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 56 clCreateSubBuffer(cl_mem obj, cl_mem_flags flags, cl_buffer_create_type op,
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h 72 typedef cl_uint cl_buffer_create_type; typedef
558 /* cl_buffer_create_type */
670 cl_buffer_create_type /* buffer_create_type */,
    [all...]
cl.hpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 298 extern CL_RUNTIME_EXPORT cl_mem (CL_API_CALL*clCreateSubBuffer)(cl_mem, cl_mem_flags, cl_buffer_create_type, const void*, cl_int*);
opencl_core_wrappers.hpp 56 inline cl_mem clCreateSubBuffer(cl_mem p0, cl_mem_flags p1, cl_buffer_create_type p2, const void* p3, cl_int* p4) { return clCreateSubBuffer_pfn(p0, p1, p2, p3, p4); }
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 281 cl_mem (CL_API_CALL*clCreateSubBuffer)(cl_mem, cl_mem_flags, cl_buffer_create_type, const void*, cl_int*) =
282 opencl_fn5<OPENCL_FN_clCreateSubBuffer, cl_mem, cl_mem, cl_mem_flags, cl_buffer_create_type, const void*, cl_int*>::switch_fn;
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 249 typedef cl_uint cl_buffer_create_type; typedef
    [all...]

Completed in 214 milliseconds