Searched refs:MAX_QUEUES (Results 1 – 5 of 5) sorted by relevance
36 #define MAX_QUEUES 1000 macro45 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()
128 if(max_queues > MAX_QUEUES) max_queues = MAX_QUEUES; in test_device_queue()
130 n = (max_queues > MAX_QUEUES) ? MAX_QUEUES : max_queues-1; in test_enqueue_multi_queue()
28 #define MAX_QUEUES 1000 // Max number of queues to test macro
42 #define MAX_QUEUES 1000 macro215 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()