Home
last modified time | relevance | path

Searched refs:MAX_QUEUES (Results 1 – 5 of 5) sorted by relevance

/external/OpenCL-CTS/test_conformance/multiple_device_context/
Dtest_multiple_devices.cpp36 #define MAX_QUEUES 1000 macro
45 clCommandQueueWrapper queues[MAX_QUEUES]; in test_device_set()
62 if (queueCount > MAX_QUEUES) { in test_device_set()
63 …es (%ld) is greater than the number for which the test was written (%d).", queueCount, MAX_QUEUES); in test_device_set()
/external/OpenCL-CTS/test_conformance/device_execution/
Ddevice_queue.cpp128 if(max_queues > MAX_QUEUES) max_queues = MAX_QUEUES; in test_device_queue()
Denqueue_multi_queue.cpp130 n = (max_queues > MAX_QUEUES) ? MAX_QUEUES : max_queues-1; in test_enqueue_multi_queue()
Dutils.h28 #define MAX_QUEUES 1000 // Max number of queues to test macro
/external/OpenCL-CTS/test_conformance/device_partition/
Dtest_device_partition.cpp42 #define MAX_QUEUES 1000 macro
215 clCommandQueueWrapper queues[MAX_QUEUES]; in test_device_set()
233 if (queueCount > MAX_QUEUES) { in test_device_set()
234 …es (%ld) is greater than the number for which the test was written (%d).", queueCount, MAX_QUEUES); in test_device_set()