Home
last modified time | relevance | path

Searched refs:CL_QUEUE_PROPERTIES (Results 1 – 25 of 34) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/api/
Dtest_queue_properties_queries.cpp181 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()
Dtest_queue_properties.cpp111 cl_queue_properties_khr queue_prop_def[] = { CL_QUEUE_PROPERTIES, 0, 0 }; in test_queue_properties()
Dtest_zero_sized_enqueue.cpp206 CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE, in test_zero_sized_enqueue()
Dtest_queries.cpp415 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/
Ddevice_queue.cpp54 …err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_PROPERTIES, sizeof(q_properties), &q_properties, &… in check_device_queue()
109CL_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()
Denqueue_profiling.cpp60 CL_QUEUE_PROPERTIES, in test_enqueue_profiling()
72 cl_queue_properties host_queue_prop_def[] = { CL_QUEUE_PROPERTIES, in test_enqueue_profiling()
Denqueue_multi_queue.cpp120CL_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()
Dhost_queue_order.cpp114CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_host_queue_order()
Dhost_multi_queue.cpp154CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_host_multi_queue()
Dnested_blocks.cpp332CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_nested_blocks()
Denqueue_block.cpp643CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_block()
Denqueue_flags.cpp693CL_QUEUE_PROPERTIES, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE|CL_QUEUE_ON_DEVICE|CL_QUEUE_ON_DEVICE_… in test_enqueue_flags()
Denqueue_ndrange.cpp638CL_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/
Dqueue.cpp93 case CL_QUEUE_PROPERTIES: in clGetCommandQueueInfo()
123 if (properties[idx] == CL_QUEUE_PROPERTIES) in clCreateCommandQueueWithProperties()
/external/armnn/src/backends/cl/
DOpenClTimer.cpp97 …and_queue_properties clQueueProperties = CLScheduler::get().queue().getInfo<CL_QUEUE_PROPERTIES>(); in GetMeasurements()
/external/OpenCL-CTS/test_conformance/SVM/
Dtest_migrate.cpp106 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/
DOpenCLTimer.cpp66 cl_command_queue_properties props = q.getInfo<CL_QUEUE_PROPERTIES>(); in OpenCLClock()
/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/ComputeLibrary/src/runtime/CL/
DCLTuner.cpp165 cl_command_queue_properties props = default_queue.getInfo<CL_QUEUE_PROPERTIES>(); in find_optimal_tuning_params()
/external/angle/src/libANGLE/
DCLContext.cpp94 case CL_QUEUE_PROPERTIES: in createCommandQueueWithProperties()
/external/ComputeLibrary/include/CL/
Dopencl.hpp1283 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/
Dcl2.hpp1292 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/
DCLContextCL.cpp100 CL_QUEUE_PROPERTIES, commandQueue.getProperties().get(), in createCommandQueue()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
Dbasic_command_buffer.cpp60 error = clGetCommandQueueInfo(queue, CL_QUEUE_PROPERTIES, in Skip()
/external/angle/src/common/
DPackedCLEnums_autogen.cpp95 case CL_QUEUE_PROPERTIES: in FromCLenum()
119 return CL_QUEUE_PROPERTIES; in ToCLenum()

12