Home
last modified time | relevance | path

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

/external/skia/src/compute/hs/cl/bench/
Dmain.c614 (cl_queue_properties)CL_QUEUE_PROFILING_ENABLE, in main()
621 (cl_queue_properties)CL_QUEUE_PROFILING_ENABLE, in main()
639 CL_QUEUE_PROFILING_ENABLE | in main()
646 CL_QUEUE_PROFILING_ENABLE, in main()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c614 (cl_queue_properties)CL_QUEUE_PROFILING_ENABLE, in main()
621 (cl_queue_properties)CL_QUEUE_PROFILING_ENABLE, in main()
639 CL_QUEUE_PROFILING_ENABLE | in main()
646 CL_QUEUE_PROFILING_ENABLE, in main()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dqueue.cpp39 CL_QUEUE_PROFILING_ENABLE)) in clCreateCommandQueue()
Ddevice.cpp301 buf.as_scalar<cl_command_queue_properties>() = CL_QUEUE_PROFILING_ENABLE; in clGetDeviceInfo()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dqueue.cpp92 return props & CL_QUEUE_PROFILING_ENABLE; in profiling_enabled()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c135 .cq_props = CL_QUEUE_PROFILING_ENABLE,
/external/skia/src/compute/skc/platforms/cl_12/kernels/devices/gen9/
Ddevice_cl_12.c135 .cq_props = CL_QUEUE_PROFILING_ENABLE,
/external/mesa3d/include/CL/
Dcl.h309 #define CL_QUEUE_PROFILING_ENABLE (1 << 1) macro
/external/skia/src/compute/hs/cl/
Dhs_cl.c156 if (props & CL_QUEUE_PROFILING_ENABLE) in hs_state_wait_list_profile()
/external/skqp/src/compute/hs/cl/
Dhs_cl.c156 if (props & CL_QUEUE_PROFILING_ENABLE) in hs_state_wait_list_profile()
/external/ImageMagick/MagickCore/
Dopencl.c668 properties=CL_QUEUE_PROFILING_ENABLE; in AcquireOpenCLCommandQueue()