/external/OpenCL-CTS/test_conformance/api/ |
D | test_queue_properties_queries.cpp | 181 if (requested_properties[i] == CL_QUEUE_PROPERTIES) in run_test_queue_array_properties() 220 { { CL_QUEUE_PROPERTIES, 0, 0 }, "host queue, zero properties" }); in test_queue_properties_queries() 223 { { CL_QUEUE_PROPERTIES, CL_QUEUE_PROFILING_ENABLE, 0 }, in test_queue_properties_queries() 227 { { CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE, 0 }, in test_queue_properties_queries() 231 { { CL_QUEUE_PROPERTIES, in test_queue_properties_queries() 238 { { CL_QUEUE_PROPERTIES, in test_queue_properties_queries() 244 { { CL_QUEUE_PROPERTIES, in test_queue_properties_queries() 251 { { CL_QUEUE_PROPERTIES, in test_queue_properties_queries() 258 { { CL_QUEUE_PROPERTIES, in test_queue_properties_queries()
|
D | test_queue_properties.cpp | 111 cl_queue_properties_khr queue_prop_def[] = { CL_QUEUE_PROPERTIES, 0, 0 }; in test_queue_properties()
|
D | test_zero_sized_enqueue.cpp | 206 CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE, in test_zero_sized_enqueue()
|
D | test_queries.cpp | 415 cl_queue_properties queue_props_arg[] = { CL_QUEUE_PROPERTIES, 0, 0 }; in check_get_command_queue_info_params() 458 error = command_queue_param_test(queue, CL_QUEUE_PROPERTIES, in check_get_command_queue_info_params()
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | device_queue.cpp | 54 …err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_PROPERTIES, sizeof(q_properties), &q_properties, &… in check_device_queue() 109 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_device_queue() 115 CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE, in test_device_queue() 143 CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE, in test_device_queue() 150 CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE, in test_device_queue()
|
D | enqueue_profiling.cpp | 60 CL_QUEUE_PROPERTIES, in test_enqueue_profiling() 72 cl_queue_properties host_queue_prop_def[] = { CL_QUEUE_PROPERTIES, in test_enqueue_profiling()
|
D | enqueue_multi_queue.cpp | 120 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_multi_queue() 136 CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE, in test_enqueue_multi_queue()
|
D | host_queue_order.cpp | 114 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_host_queue_order()
|
D | host_multi_queue.cpp | 154 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_host_multi_queue()
|
D | nested_blocks.cpp | 332 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_nested_blocks()
|
D | enqueue_block.cpp | 643 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_block()
|
D | enqueue_flags.cpp | 693 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_flags()
|
D | enqueue_ndrange.cpp | 638 …CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_ndrange()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | queue.cpp | 93 case CL_QUEUE_PROPERTIES: in clGetCommandQueueInfo() 123 if (properties[idx] == CL_QUEUE_PROPERTIES) in clCreateCommandQueueWithProperties()
|
/external/armnn/src/backends/cl/ |
D | OpenClTimer.cpp | 97 …and_queue_properties clQueueProperties = CLScheduler::get().queue().getInfo<CL_QUEUE_PROPERTIES>(); in GetMeasurements()
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_migrate.cpp | 106 error = clGetCommandQueueInfo(queues[0], CL_QUEUE_PROPERTIES, sizeof(cqp), &cqp, NULL); in test_svm_migrate() 109 cl_queue_properties qp[3] = { CL_QUEUE_PROPERTIES, cqp, 0 }; in test_svm_migrate()
|
/external/ComputeLibrary/tests/framework/instruments/ |
D | OpenCLTimer.cpp | 66 cl_command_queue_properties props = q.getInfo<CL_QUEUE_PROPERTIES>(); in OpenCLClock()
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_queue_priority.cpp | 140 cl_queue_properties queue_properties[] = { CL_QUEUE_PROPERTIES, 0, 0, 0, 0, 0, 0 }; in test_queue_priority()
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLTuner.cpp | 165 cl_command_queue_properties props = default_queue.getInfo<CL_QUEUE_PROPERTIES>(); in find_optimal_tuning_params()
|
/external/angle/src/libANGLE/ |
D | CLContext.cpp | 94 case CL_QUEUE_PROPERTIES: in createCommandQueueWithProperties()
|
/external/ComputeLibrary/include/CL/ |
D | opencl.hpp | 1283 F(cl_command_queue_info, CL_QUEUE_PROPERTIES, cl_command_queue_properties) 7190 CL_QUEUE_PROPERTIES, properties, 0 }; 7256 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7321 CL_QUEUE_PROPERTIES, properties, 0 }; 7388 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7439 CL_QUEUE_PROPERTIES, properties, 0 }; 7490 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 8863 CL_QUEUE_PROPERTIES, mergedProperties, 0 }; 8887 CL_QUEUE_PROPERTIES, mergedProperties, 0 }; 8912 CL_QUEUE_PROPERTIES, mergedProperties, [all …]
|
/external/mesa3d/include/CL/ |
D | cl2.hpp | 1292 F(cl_command_queue_info, CL_QUEUE_PROPERTIES, cl_command_queue_properties) 7081 CL_QUEUE_PROPERTIES, properties, 0 }; 7147 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7212 CL_QUEUE_PROPERTIES, properties, 0 }; 7279 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7330 CL_QUEUE_PROPERTIES, properties, 0 }; 7381 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 8754 CL_QUEUE_PROPERTIES, mergedProperties, 0 }; 8778 CL_QUEUE_PROPERTIES, mergedProperties, 0 }; 8803 CL_QUEUE_PROPERTIES, mergedProperties, [all …]
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 100 CL_QUEUE_PROPERTIES, commandQueue.getProperties().get(), in createCommandQueue()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/ |
D | basic_command_buffer.cpp | 60 error = clGetCommandQueueInfo(queue, CL_QUEUE_PROPERTIES, in Skip()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 95 case CL_QUEUE_PROPERTIES: in FromCLenum() 119 return CL_QUEUE_PROPERTIES; in ToCLenum()
|