/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_queries.cpp | 378 cl_queue_properties host_queue_props = 0; in check_get_command_queue_info_params() 385 cl_queue_properties device_queue_props = 0; in check_get_command_queue_info_params() 406 std::vector<cl_queue_properties> queue_props{ 0, in check_get_command_queue_info_params() 415 cl_queue_properties queue_props_arg[] = { CL_QUEUE_PROPERTIES, 0, 0 }; in check_get_command_queue_info_params() 423 for (cl_queue_properties props : queue_props) in check_get_command_queue_info_params()
|
D | test_zero_sized_enqueue.cpp | 204 cl_queue_properties queue_prop_def[] = in test_zero_sized_enqueue()
|
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 | enqueue_block.cpp | 618 cl_queue_properties queue_prop_def[] = in test_enqueue_block()
|
D | host_queue_order.cpp | 112 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()
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | queue.hpp | 42 std::vector<cl_queue_properties> properties); 57 std::vector<cl_queue_properties> properties() const; 79 std::vector<cl_queue_properties> _properties;
|
D | queue.cpp | 63 std::vector<cl_queue_properties> properties) : in command_queue() 66 for(std::vector<cl_queue_properties>::size_type i = 0; i != properties.size(); i += 2) { in command_queue() 135 std::vector<cl_queue_properties>
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | queue.cpp | 98 buf.as_vector<cl_queue_properties>() = q.properties(); in clGetCommandQueueInfo() 131 const cl_queue_properties *d_properties, in clCreateCommandQueueWithProperties() 140 std::vector<cl_queue_properties> properties; in clCreateCommandQueueWithProperties()
|
/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | queue.rs | 31 v.write::<&Properties<cl_queue_properties>>(&queue.props_v2) in query() 91 properties_v2: Properties<cl_queue_properties>, in create_command_queue_impl() argument 129 properties: *const cl_queue_properties, in create_command_queue_with_properties() argument
|
/external/mesa3d/src/gallium/frontends/rusticl/core/ |
D | queue.rs | 89 pub props_v2: Properties<cl_queue_properties>, 108 props_v2: Properties<cl_queue_properties>, in new() argument
|
/external/ComputeLibrary/tests/validation/gpu/unit/ |
D | Queue.cpp | 68 … cl_queue_properties queue_properties[] = { CL_QUEUE_PRIORITY_KHR, CL_QUEUE_PRIORITY_HIGH_KHR, 0 }; in TEST_SUITE()
|
/external/angle/src/libANGLE/ |
D | CLContext.cpp | 84 const cl_queue_properties *properties) in createCommandQueueWithProperties() 91 const cl_queue_properties *propIt = properties; in createCommandQueueWithProperties()
|
D | CLContext.h | 32 const cl_queue_properties *properties);
|
D | CLCommandQueue.h | 245 using PropArray = std::vector<cl_queue_properties>;
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/ |
D | command_buffer_queue_substitution.cpp | 51 cl_queue_properties host_queue_props = 0; in Skip()
|
/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/OpenCL-CTS/test_conformance/SVM/ |
D | test_migrate.cpp | 109 cl_queue_properties qp[3] = { CL_QUEUE_PROPERTIES, cqp, 0 }; in test_svm_migrate()
|
/external/ComputeLibrary/include/CL/ |
D | opencl.hpp | 1431 F(cl_command_queue_info, CL_QUEUE_PROPERTIES_ARRAY, cl::vector<cl_queue_properties>) \ 7189 cl_queue_properties queue_properties[] = { 7255 cl_queue_properties queue_properties[] = { 7256 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7320 cl_queue_properties queue_properties[] = { 7387 cl_queue_properties queue_properties[] = { 7388 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; 7438 cl_queue_properties queue_properties[] = { 7489 cl_queue_properties queue_properties[] = { 7490 CL_QUEUE_PROPERTIES, static_cast<cl_queue_properties>(properties), 0 }; [all …]
|