Home
last modified time | relevance | path

Searched refs:clCreateCommandQueueWithProperties (Results 1 – 25 of 49) sorted by relevance

12

/external/OpenCL-CTS/test_conformance/api/
Dtest_queue_hint.cpp124 …clCommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &er… in test_queue_hint()
160 …clCommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &er… in test_queue_hint()
Dtest_queue_properties_queries.cpp119 test_queue = clCreateCommandQueueWithProperties( in create_queue_and_check_array_properties()
126 clCreateCommandQueueWithProperties(context, deviceID, NULL, &error); in create_queue_and_check_array_properties()
Dtest_zero_sized_enqueue.cpp210 …clCommandQueueWrapper ooqueue = clCreateCommandQueueWithProperties(context, deviceID, queue_prop_d… in test_zero_sized_enqueue()
/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_profiling.cpp66 dev_queue = clCreateCommandQueueWithProperties( in test_enqueue_profiling()
76 host_queue = clCreateCommandQueueWithProperties( in test_enqueue_profiling()
Ddevice_queue.cpp86 queue[i] = clCreateCommandQueueWithProperties(context, device, properties, &err_ret); in check_device_queues()
130 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_device_queue()
Denqueue_multi_queue.cpp125 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_enqueue_multi_queue()
143 queues[i] = clCreateCommandQueueWithProperties(context, device, queue_prop, &err_ret); in test_enqueue_multi_queue()
Dhost_multi_queue.cpp159 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_host_multi_queue()
172 queues[i] = clCreateCommandQueueWithProperties(context, device, NULL, &err_ret); in test_host_multi_queue()
Dhost_queue_order.cpp118 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_host_queue_order()
Dnested_blocks.cpp337 dev_queue = clCreateCommandQueueWithProperties(context, device, queue_prop_def, &err_ret); in test_enqueue_nested_blocks()
/external/mesa3d/src/gallium/frontends/clover/api/
Ddispatch.cpp150 clCreateCommandQueueWithProperties,
Dqueue.cpp117 clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, in clCreateCommandQueueWithProperties() function
/external/angle/src/libOpenCL/
DlibOpenCL_autogen.map116 clCreateCommandQueueWithProperties;
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dopencl_wrapper.cc132 LoadFunction(clCreateCommandQueueWithProperties); in LoadOpenCLFunctions()
250 PFN_clCreateCommandQueueWithProperties clCreateCommandQueueWithProperties; in LoadOpenCLFunctions() variable
/external/skqp/src/compute/skc/platforms/cl_12/
Dcq_pool_cl.c86 cq = clCreateCommandQueueWithProperties(runtime_cl->context, in skc_runtime_cl_12_create_cq()
/external/angle/src/libGLESv2/
Dcl_dispatch_table.cpp161 cl::clCreateCommandQueueWithProperties,
Dproc_table_cl_autogen.cpp119 {"clCreateCommandQueueWithProperties", P(::cl::clCreateCommandQueueWithProperties)}, in GetProcTable()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c625 cl_command_queue cq = clCreateCommandQueueWithProperties(context, in main()
630 cl_command_queue cq_profile = clCreateCommandQueueWithProperties(context, in main()
/external/OpenCL-CTS/test_conformance/SVM/
Dmain.cpp249 queues[i] = clCreateCommandQueueWithProperties(*context, devices[i], 0, &error); in create_cl_objects()
Dtest_migrate.cpp113 queues[1] = clCreateCommandQueueWithProperties(context, did, qp, &error); in test_svm_migrate()
/external/OpenCL-CTS/test_conformance/d3d10/
Dmain.cpp388 command_queue = clCreateCommandQueueWithProperties( in TestDeviceContextCreate()
/external/OpenCL-CTS/test_conformance/gl/
Dmain.cpp42 …clCommandQueueWrapper realQueue = clCreateCommandQueueWithProperties( sCurrentContext, device, 0, …
/external/OpenCL-CTS/test_conformance/d3d11/
Dmain.cpp421 command_queue = clCreateCommandQueueWithProperties( in TestDeviceContextCreate()
/external/OpenCL-CTS/test_conformance/basic/
Dtest_queue_priority.cpp190 …cl_command_queue background_queue = clCreateCommandQueueWithProperties(context, device, queue_prop… in test_queue_priority()
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dtest_create_context.cpp155 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in context_create()
Dtest_interop_sync.cpp162 clCommandQueueWrapper cmdQueue = clCreateCommandQueueWithProperties( in interop_user_sync()

12