Home
last modified time | relevance | path

Searched refs:CL_QUEUE_PROFILING_ENABLE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Dqueue.cpp92 return props & CL_QUEUE_PROFILING_ENABLE; in profiling_enabled()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dqueue.cpp39 CL_QUEUE_PROFILING_ENABLE)) in clCreateCommandQueue()
Ddevice.cpp293 buf.as_scalar<cl_command_queue_properties>() = CL_QUEUE_PROFILING_ENABLE; in clGetDeviceInfo()
/external/mesa3d/include/CL/
Dcl.h309 #define CL_QUEUE_PROFILING_ENABLE (1 << 1) macro
/external/ImageMagick/MagickCore/
Dopencl.c643 properties=CL_QUEUE_PROFILING_ENABLE; in AcquireOpenCLCommandQueue()