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

  /external/mesa3d/src/gallium/state_trackers/clover/core/
queue.hpp 40 cl_command_queue_properties props);
46 cl_command_queue_properties props() const {
65 cl_command_queue_properties __props;
queue.cpp 33 cl_command_queue_properties props) :
  /external/mesa3d/src/gallium/state_trackers/clover/api/
queue.cpp 30 cl_command_queue_properties props,
87 return scalar_property<cl_command_queue_properties>(buf, size, size_ret,
device.cpp 209 return scalar_property<cl_command_queue_properties>(buf, size, size_ret,
  /external/mesa3d/include/CL/
cl.h 60 typedef cl_bitfield cl_command_queue_properties; typedef
259 /* cl_command_queue_properties - bitfield */
507 cl_command_queue_properties /* properties */,
537 cl_command_queue_properties /* properties */,
539 cl_command_queue_properties * /* old_properties */) CL_EXT_SUFFIX__VERSION_1_0_DEPRECATED;
    [all...]
cl.hpp 827 F(cl_device_info, CL_DEVICE_QUEUE_PROPERTIES, cl_command_queue_properties) \
897 F(cl_command_queue_info, CL_QUEUE_PROPERTIES, cl_command_queue_properties)
    [all...]
  /external/ImageMagick/MagickCore/
opencl-private.h 101 cl_device_id device,cl_command_queue_properties properties,
opencl.c 628 cl_command_queue_properties
642 properties=(cl_command_queue_properties) NULL;
    [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.h 58 typedef cl_bitfield cl_command_queue_properties; typedef
307 /* cl_command_queue_properties - bitfield */
643 cl_command_queue_properties /* properties */,
    [all...]
cl.hpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/autogenerated/
opencl_core.hpp 286 extern CL_RUNTIME_EXPORT cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*);
opencl_core_wrappers.hpp 20 inline cl_command_queue clCreateCommandQueue(cl_context p0, cl_device_id p1, cl_command_queue_properties p2, cl_int* p3) { return clCreateCommandQueue_pfn(p0, p1, p2, p3); }
  /external/opencv3/modules/core/src/opencl/runtime/autogenerated/
opencl_core_impl.hpp 233 cl_command_queue (CL_API_CALL*clCreateCommandQueue)(cl_context, cl_device_id, cl_command_queue_properties, cl_int*) =
234 opencl_fn4<OPENCL_FN_clCreateCommandQueue, cl_command_queue, cl_context, cl_device_id, cl_command_queue_properties, cl_int*>::switch_fn;
    [all...]
  /external/opencv3/modules/core/src/
ocl.cpp 235 typedef cl_bitfield cl_command_queue_properties; typedef
    [all...]

Completed in 353 milliseconds