Home
last modified time | relevance | path

Searched refs:clCommandQueueWrapper (Results 1 – 25 of 67) sorted by relevance

123

/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_external_semaphore/
H A Dtest_external_semaphore.cpp199 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 …]
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_semaphore/
H A Dtest_semaphores.cpp156 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()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/
H A Dtest_queue_hint.cpp36 int test_enqueue(cl_context context, clCommandQueueWrapper& queue, clKernelWrapper& kernel, size_t … in test_enqueue()
124clCommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &er… in test_queue_hint()
160clCommandQueueWrapper q = clCreateCommandQueueWithProperties(context, deviceID, queue_prop[i], &er… in test_queue_hint()
H A Dtest_create_context_from_type.cpp32 clCommandQueueWrapper queue_to_test; in test_create_context_from_type()
H A Dtest_queue_properties.cpp60clCommandQueueWrapper queue = clCreateCommandQueueWithPropertiesKHR(context, deviceID, queue_prop_… in enqueue_kernel()
H A Dtest_zero_sized_enqueue.cpp210clCommandQueueWrapper ooqueue = clCreateCommandQueueWithProperties(context, deviceID, queue_prop_d… in test_zero_sized_enqueue()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/device_execution/
H A Denqueue_profiling.cpp50 clCommandQueueWrapper dev_queue; in test_enqueue_profiling()
51 clCommandQueueWrapper host_queue; in test_enqueue_profiling()
H A Ddevice_queue.cpp81 std::vector<clCommandQueueWrapper> queue(num_queues); in check_device_queues()
104 clCommandQueueWrapper dev_queue; in test_device_queue()
H A Denqueue_multi_queue.cpp102 clCommandQueueWrapper dev_queue; in test_enqueue_multi_queue()
132 std::vector<clCommandQueueWrapper> queues(n); in test_enqueue_multi_queue()
H A Dhost_multi_queue.cpp136 clCommandQueueWrapper dev_queue; in test_host_multi_queue()
163 std::vector<clCommandQueueWrapper> queues(n); in test_host_multi_queue()
H A Denqueue_block.cpp602 clCommandQueueWrapper dev_queue; in test_enqueue_block()
H A Dhost_queue_order.cpp96 clCommandQueueWrapper dev_queue; in test_host_queue_order()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/SVM/
H A Dtest_fine_grain_memory_consistency.cpp68 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()
H A Dtest_allocate_shared_buffer.cpp50 clCommandQueueWrapper queues[MAXQ]; in test_svm_allocate_shared_buffer()
H A Dtest_shared_address_space_fine_grain.cpp29 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain()
H A Dtest_fine_grain_sync_buffers.cpp53 clCommandQueueWrapper queues[MAXQ]; in test_svm_fine_grain_sync_buffers()
H A Dtest_pointer_passing.cpp44 clCommandQueueWrapper queues[MAXQ]; in test_svm_pointer_passing()
H A Dtest_byte_granularity.cpp57 clCommandQueueWrapper queues[MAXQ]; in test_svm_byte_granularity()
H A Dtest_shared_address_space_fine_grain_buffers.cpp70 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain_buffers()
H A Dtest_set_kernel_exec_info_svm_ptrs.cpp51 clCommandQueueWrapper queues[MAXQ]; in test_svm_set_kernel_exec_info_svm_ptrs()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/extensions/cl_khr_command_buffer/
H A Dbasic_command_buffer.h69 clCommandQueueWrapper queue;
H A Dcommand_buffer_test_barrier.cpp137 clCommandQueueWrapper out_of_order_queue;
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spir/
H A Dmain.cpp6000 clCommandQueueWrapper queue; in compareResult()
6385 clCommandQueueWrapper queue; in test_enum_values()
6435 clCommandQueueWrapper queue;
6517 clCommandQueueWrapper queue; in test_binary_type()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A Dtest_unload_platform_compiler.cpp85 const clCommandQueueWrapper queue = in verify()
590 const clCommandQueueWrapper queue = in test_unload_link_different()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/buffers/
H A Dtest_sub_buffers.cpp433 clCommandQueueWrapper queue1 = clCreateCommandQueue( testingContext, deviceID, 0, &error ); in test_sub_buffers_read_write_dual_devices()
436 clCommandQueueWrapper queue2 = clCreateCommandQueue( testingContext, otherDevice, 0, &error ); in test_sub_buffers_read_write_dual_devices()

123