Home
last modified time | relevance | path

Searched refs:cl_queue_properties (Results 1 – 25 of 59) sorted by relevance

123

/external/OpenCL-CTS/test_conformance/api/
Dtest_queue_properties_queries.cpp24 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()
Dtest_queue_hint.cpp106 cl_queue_properties queue_prop[][3] = in test_queue_hint()
142 cl_queue_properties queue_prop[][3] = in test_queue_hint()
Dtest_queries.cpp378 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()
Dtest_zero_sized_enqueue.cpp204 cl_queue_properties queue_prop_def[] = in test_zero_sized_enqueue()
Dtest_mem_object_properties_queries.cpp170 test_case.properties.size() * sizeof(cl_queue_properties)); in create_object_and_check_properties()
/external/OpenCL-CTS/test_conformance/device_execution/
Ddevice_queue.cpp77 …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()
Denqueue_profiling.cpp59 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()
Denqueue_multi_queue.cpp118 cl_queue_properties queue_prop_def[] = in test_enqueue_multi_queue()
134 cl_queue_properties queue_prop[] = in test_enqueue_multi_queue()
Denqueue_block.cpp618 cl_queue_properties queue_prop_def[] = in test_enqueue_block()
Dhost_queue_order.cpp112 cl_queue_properties queue_prop_def[] = in test_host_queue_order()
Dhost_multi_queue.cpp152 cl_queue_properties queue_prop_def[] = in test_host_multi_queue()
Dnested_blocks.cpp330 cl_queue_properties queue_prop_def[] = in test_enqueue_nested_blocks()
/external/mesa3d/src/gallium/frontends/clover/core/
Dqueue.hpp42 std::vector<cl_queue_properties> properties);
57 std::vector<cl_queue_properties> properties() const;
79 std::vector<cl_queue_properties> _properties;
Dqueue.cpp63 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/
Dqueue.cpp98 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/
Dqueue.rs31 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/
Dqueue.rs89 pub props_v2: Properties<cl_queue_properties>,
108 props_v2: Properties<cl_queue_properties>, in new() argument
/external/ComputeLibrary/tests/validation/gpu/unit/
DQueue.cpp68cl_queue_properties queue_properties[] = { CL_QUEUE_PRIORITY_KHR, CL_QUEUE_PRIORITY_HIGH_KHR, 0 }; in TEST_SUITE()
/external/angle/src/libANGLE/
DCLContext.cpp84 const cl_queue_properties *properties) in createCommandQueueWithProperties()
91 const cl_queue_properties *propIt = properties; in createCommandQueueWithProperties()
DCLContext.h32 const cl_queue_properties *properties);
DCLCommandQueue.h245 using PropArray = std::vector<cl_queue_properties>;
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
Dcommand_buffer_queue_substitution.cpp51 cl_queue_properties host_queue_props = 0; in Skip()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_queue_priority.cpp140 cl_queue_properties queue_properties[] = { CL_QUEUE_PROPERTIES, 0, 0, 0, 0, 0, 0 }; in test_queue_priority()
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_migrate.cpp109 cl_queue_properties qp[3] = { CL_QUEUE_PROPERTIES, cqp, 0 }; in test_svm_migrate()
/external/ComputeLibrary/include/CL/
Dopencl.hpp1431 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 …]

123