/external/OpenCL-CTS/test_conformance/api/ |
D | test_queue_properties_queries.cpp | 24 std::vector<cl_queue_properties> properties; 130 std::vector<cl_queue_properties> check_properties; in create_queue_and_check_array_properties() 143 if (set_size != test_case.properties.size() * sizeof(cl_queue_properties)) in create_queue_and_check_array_properties() 147 test_case.properties.size() * sizeof(cl_queue_properties)); in create_queue_and_check_array_properties() 151 cl_uint number_of_props = set_size / sizeof(cl_queue_properties); in create_queue_and_check_array_properties() 169 std::vector<cl_queue_properties> requested_properties = in run_test_queue_array_properties()
|
D | test_queue_hint.cpp | 106 cl_queue_properties queue_prop[][3] = in test_queue_hint() 142 cl_queue_properties queue_prop[][3] = in test_queue_hint()
|
D | test_zero_sized_enqueue.cpp | 204 cl_queue_properties queue_prop_def[] = in test_zero_sized_enqueue()
|
D | test_queries.cpp | 378 cl_queue_properties host_queue_props, device_queue_props; in check_get_command_queue_info_params() 379 cl_queue_properties queue_props[] = { CL_QUEUE_PROPERTIES, 0, 0 }; in check_get_command_queue_info_params()
|
D | test_mem_object_properties_queries.cpp | 170 test_case.properties.size() * sizeof(cl_queue_properties)); in create_object_and_check_properties()
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | device_queue.cpp | 77 …ueues(cl_device_id device, cl_context context, cl_uint num_queues, cl_queue_properties *properties… in check_device_queues() 107 cl_queue_properties queue_prop_def[] = in test_device_queue() 113 cl_queue_properties queue_prop[] = in test_device_queue() 141 cl_queue_properties queue_prop_size[] = in test_device_queue() 148 cl_queue_properties queue_prop_max[] = in test_device_queue()
|
D | enqueue_profiling.cpp | 59 cl_queue_properties dev_queue_prop_def[] = { in test_enqueue_profiling() 72 cl_queue_properties host_queue_prop_def[] = { CL_QUEUE_PROPERTIES, in test_enqueue_profiling()
|
D | enqueue_multi_queue.cpp | 118 cl_queue_properties queue_prop_def[] = in test_enqueue_multi_queue() 134 cl_queue_properties queue_prop[] = in test_enqueue_multi_queue()
|
D | host_queue_order.cpp | 111 cl_queue_properties queue_prop_def[] = in test_host_queue_order()
|
D | host_multi_queue.cpp | 152 cl_queue_properties queue_prop_def[] = in test_host_multi_queue()
|
D | nested_blocks.cpp | 330 cl_queue_properties queue_prop_def[] = in test_enqueue_nested_blocks()
|
D | enqueue_block.cpp | 641 cl_queue_properties queue_prop_def[] = in test_enqueue_block()
|
D | enqueue_flags.cpp | 691 cl_queue_properties queue_prop_def[] = in test_enqueue_flags()
|
/external/skqp/src/compute/skc/platforms/cl_12/ |
D | cq_pool_cl.c | 82 cl_queue_properties const queue_properties[] = { in skc_runtime_cl_12_create_cq() 83 CL_QUEUE_PROPERTIES,(cl_queue_properties)type,0 in skc_runtime_cl_12_create_cq()
|
/external/skqp/src/compute/hs/cl/bench/ |
D | main.c | 610 cl_queue_properties props[] = { in main() 612 (cl_queue_properties)CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE, in main() 614 (cl_queue_properties)CL_QUEUE_PROFILING_ENABLE, in main() 619 cl_queue_properties props_profile[] = { in main() 621 (cl_queue_properties)CL_QUEUE_PROFILING_ENABLE, in main()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | queue.cpp | 118 const cl_queue_properties *properties, in clCreateCommandQueueWithProperties()
|
/external/angle/src/libANGLE/ |
D | CLContext.cpp | 81 const cl_queue_properties *properties, in createCommandQueueWithProperties() 89 const cl_queue_properties *propIt = properties; in createCommandQueueWithProperties()
|
D | CLContext.h | 29 const cl_queue_properties *properties,
|
D | CLCommandQueue.h | 247 using PropArray = std::vector<cl_queue_properties>;
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_queue_priority.cpp | 146 cl_queue_properties queue_properties[] = { CL_QUEUE_PROPERTIES, 0, 0, 0, 0, 0, 0 }; in test_queue_priority()
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_migrate.cpp | 112 cl_queue_properties qp[3] = { CL_QUEUE_PROPERTIES, cqp, 0 }; in test_svm_migrate()
|
/external/mesa3d/include/CL/ |
D | cl2.hpp | 7080 cl_queue_properties queue_properties[] = { 7146 cl_queue_properties queue_properties[] = { 7147 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7211 cl_queue_properties queue_properties[] = { 7278 cl_queue_properties queue_properties[] = { 7279 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7329 cl_queue_properties queue_properties[] = { 7380 cl_queue_properties queue_properties[] = { 7381 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 8753 cl_queue_properties queue_properties[] = { [all …]
|
D | cl.h | 61 typedef cl_properties cl_queue_properties; typedef 1058 const cl_queue_properties * properties,
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 99 const cl_queue_properties propArray[] = { in createCommandQueue()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | opencl_wrapper.h | 80 const cl_queue_properties * /* properties */,
|