Searched refs:CL_QUEUE_PROFILING_ENABLE (Results 1 – 5 of 5) sorted by relevance
92 return props & CL_QUEUE_PROFILING_ENABLE; in profiling_enabled()
39 CL_QUEUE_PROFILING_ENABLE)) in clCreateCommandQueue()
293 buf.as_scalar<cl_command_queue_properties>() = CL_QUEUE_PROFILING_ENABLE; in clGetDeviceInfo()
309 #define CL_QUEUE_PROFILING_ENABLE (1 << 1) macro
643 properties=CL_QUEUE_PROFILING_ENABLE; in AcquireOpenCLCommandQueue()