/external/OpenCL-CTS/test_conformance/extensions/cl_khr_external_semaphore/ |
D | test_external_semaphore.cpp | 199 clCommandQueueWrapper queue1 = in test_external_semaphores_multi_context() 203 clCommandQueueWrapper queue2 = in test_external_semaphores_multi_context() 347 clCommandQueueWrapper queue = clCreateCommandQueue( in test_external_semaphores_simple_1() 413 clCommandQueueWrapper queue = clCreateCommandQueue( in test_external_semaphores_simple_2() 509 clCommandQueueWrapper queue = clCreateCommandQueue( in test_external_semaphores_reuse() 657 clCommandQueueWrapper queue_1 = clCreateCommandQueue( in test_external_semaphores_cross_queues_ooo() 661 clCommandQueueWrapper queue_2 = clCreateCommandQueue( in test_external_semaphores_cross_queues_ooo() 678 clCommandQueueWrapper queue_1 = in test_external_semaphores_cross_queues_io() 682 clCommandQueueWrapper queue_2 = in test_external_semaphores_cross_queues_io() 736 clCommandQueueWrapper queue1 = in test_external_semaphores_cross_queues_io2() [all …]
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_semaphore/ |
D | test_semaphores.cpp | 156 clCommandQueueWrapper queue = clCreateCommandQueue( in test_semaphores_simple_1() 218 clCommandQueueWrapper queue = clCreateCommandQueue( in test_semaphores_simple_2() 310 clCommandQueueWrapper queue = clCreateCommandQueue( in test_semaphores_reuse() 402 clCommandQueueWrapper queue_1 = clCreateCommandQueue( in test_semaphores_cross_queues_ooo() 406 clCommandQueueWrapper queue_2 = clCreateCommandQueue( in test_semaphores_cross_queues_ooo() 421 clCommandQueueWrapper queue_1 = in test_semaphores_cross_queues_io() 425 clCommandQueueWrapper queue_2 = in test_semaphores_cross_queues_io() 453 clCommandQueueWrapper queue = clCreateCommandQueue( in test_semaphores_multi_signal() 529 clCommandQueueWrapper queue = clCreateCommandQueue( in test_semaphores_multi_wait() 679 clCommandQueueWrapper queue = clCreateCommandQueue( in test_semaphores_import_export_fd()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queue_hint.cpp | 36 int test_enqueue(cl_context context, clCommandQueueWrapper& queue, clKernelWrapper& kernel, size_t … in test_enqueue() 124 …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()
|
D | test_create_context_from_type.cpp | 32 clCommandQueueWrapper queue_to_test; in test_create_context_from_type()
|
D | test_queue_properties.cpp | 60 …clCommandQueueWrapper queue = clCreateCommandQueueWithPropertiesKHR(context, deviceID, queue_prop_… in enqueue_kernel()
|
D | test_queue_properties_queries.cpp | 115 clCommandQueueWrapper test_queue; in create_queue_and_check_array_properties()
|
D | test_zero_sized_enqueue.cpp | 210 …clCommandQueueWrapper ooqueue = clCreateCommandQueueWithProperties(context, deviceID, queue_prop_d… in test_zero_sized_enqueue()
|
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | enqueue_profiling.cpp | 50 clCommandQueueWrapper dev_queue; in test_enqueue_profiling() 51 clCommandQueueWrapper host_queue; in test_enqueue_profiling()
|
D | device_queue.cpp | 81 std::vector<clCommandQueueWrapper> queue(num_queues); in check_device_queues() 104 clCommandQueueWrapper dev_queue; in test_device_queue()
|
D | enqueue_multi_queue.cpp | 102 clCommandQueueWrapper dev_queue; in test_enqueue_multi_queue() 132 std::vector<clCommandQueueWrapper> queues(n); in test_enqueue_multi_queue()
|
D | host_multi_queue.cpp | 136 clCommandQueueWrapper dev_queue; in test_host_multi_queue() 163 std::vector<clCommandQueueWrapper> queues(n); in test_host_multi_queue()
|
D | enqueue_block.cpp | 602 clCommandQueueWrapper dev_queue; in test_enqueue_block()
|
D | host_queue_order.cpp | 96 clCommandQueueWrapper dev_queue; in test_host_queue_order()
|
/external/OpenCL-CTS/test_conformance/SVM/ |
D | test_fine_grain_memory_consistency.cpp | 68 int launch_kernels_and_verify(clContextWrapper &context, clCommandQueueWrapper* queues, clKernelWra… in launch_kernels_and_verify() 145 clCommandQueueWrapper queues[MAXQ]; in test_svm_fine_grain_memory_consistency()
|
D | test_shared_address_space_fine_grain.cpp | 29 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain()
|
D | test_allocate_shared_buffer.cpp | 50 clCommandQueueWrapper queues[MAXQ]; in test_svm_allocate_shared_buffer()
|
D | test_fine_grain_sync_buffers.cpp | 53 clCommandQueueWrapper queues[MAXQ]; in test_svm_fine_grain_sync_buffers()
|
D | test_pointer_passing.cpp | 44 clCommandQueueWrapper queues[MAXQ]; in test_svm_pointer_passing()
|
D | test_shared_address_space_fine_grain_buffers.cpp | 70 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain_buffers()
|
D | test_byte_granularity.cpp | 57 clCommandQueueWrapper queues[MAXQ]; in test_svm_byte_granularity()
|
D | test_set_kernel_exec_info_svm_ptrs.cpp | 51 clCommandQueueWrapper queues[MAXQ]; in test_svm_set_kernel_exec_info_svm_ptrs()
|
D | test_cross_buffer_pointers.cpp | 137 clCommandQueueWrapper queues[MAXQ]; in test_svm_cross_buffer_pointers_coarse_grain()
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/ |
D | basic_command_buffer.h | 69 clCommandQueueWrapper queue;
|
D | command_buffer_test_barrier.cpp | 137 clCommandQueueWrapper out_of_order_queue;
|
/external/OpenCL-CTS/test_conformance/multiple_device_context/ |
D | test_multiple_devices.cpp | 45 clCommandQueueWrapper queues[MAX_QUEUES] = {}; in test_device_set()
|