Home
last modified time | relevance | path

Searched refs:queue_prop (Results 1 – 3 of 3) sorted by relevance

/external/OpenCL-CTS/test_conformance/api/
Dtest_queue_hint.cpp106 cl_queue_properties queue_prop[][3] = in test_queue_hint() local
124 …CommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &err); in test_queue_hint()
142 cl_queue_properties queue_prop[][3] = in test_queue_hint() local
160 …CommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &err); in test_queue_hint()
/external/OpenCL-CTS/test_conformance/device_execution/
Ddevice_queue.cpp113 cl_queue_properties queue_prop[] = in test_device_queue() local
155 err_ret = check_device_queues(device, context, 1, queue_prop, preffered_size); in test_device_queue()
170 err_ret = check_device_queues(device, context, max_queues, queue_prop, preffered_size); in test_device_queue()
Denqueue_multi_queue.cpp134 cl_queue_properties queue_prop[] = in test_enqueue_multi_queue() local
143 queues[i] = clCreateCommandQueueWithProperties(context, device, queue_prop, &err_ret); in test_enqueue_multi_queue()