Home
last modified time | relevance | path

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

123

/external/OpenCL-CTS/test_conformance/api/
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()
Dtest_create_context_from_type.cpp32 clCommandQueueWrapper queue_to_test; in test_create_context_from_type()
Dtest_queue_properties.cpp60clCommandQueueWrapper queue = clCreateCommandQueueWithPropertiesKHR(context, deviceID, queue_prop_… in enqueue_kernel()
Dtest_zero_sized_enqueue.cpp210clCommandQueueWrapper ooqueue = clCreateCommandQueueWithProperties(context, deviceID, queue_prop_d… in test_zero_sized_enqueue()
Dtest_queue_properties_queries.cpp115 clCommandQueueWrapper test_queue; in create_queue_and_check_array_properties()
/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_profiling.cpp50 clCommandQueueWrapper dev_queue; in test_enqueue_profiling()
51 clCommandQueueWrapper host_queue; in test_enqueue_profiling()
Ddevice_queue.cpp81 std::vector<clCommandQueueWrapper> queue(num_queues); in check_device_queues()
104 clCommandQueueWrapper dev_queue; in test_device_queue()
Denqueue_multi_queue.cpp102 clCommandQueueWrapper dev_queue; in test_enqueue_multi_queue()
132 std::vector<clCommandQueueWrapper> queues(n); in test_enqueue_multi_queue()
Dhost_multi_queue.cpp136 clCommandQueueWrapper dev_queue; in test_host_multi_queue()
163 std::vector<clCommandQueueWrapper> queues(n); in test_host_multi_queue()
Dhost_queue_order.cpp96 clCommandQueueWrapper dev_queue; in test_host_queue_order()
/external/OpenCL-CTS/test_conformance/SVM/
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()
Dtest_shared_address_space_fine_grain.cpp29 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain()
Dtest_allocate_shared_buffer.cpp50 clCommandQueueWrapper queues[MAXQ]; in test_svm_allocate_shared_buffer()
Dtest_fine_grain_sync_buffers.cpp53 clCommandQueueWrapper queues[MAXQ]; in test_svm_fine_grain_sync_buffers()
Dtest_pointer_passing.cpp44 clCommandQueueWrapper queues[MAXQ]; in test_svm_pointer_passing()
Dtest_byte_granularity.cpp57 clCommandQueueWrapper queues[MAXQ]; in test_svm_byte_granularity()
Dtest_shared_address_space_fine_grain_buffers.cpp70 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_address_space_fine_grain_buffers()
Dtest_set_kernel_exec_info_svm_ptrs.cpp51 clCommandQueueWrapper queues[MAXQ]; in test_svm_set_kernel_exec_info_svm_ptrs()
Dtest_cross_buffer_pointers.cpp137 clCommandQueueWrapper queues[MAXQ]; in test_svm_cross_buffer_pointers_coarse_grain()
Dtest_shared_sub_buffers.cpp134 clCommandQueueWrapper queues[MAXQ]; in test_svm_shared_sub_buffers()
/external/OpenCL-CTS/test_conformance/multiple_device_context/
Dtest_multiple_devices.cpp45 clCommandQueueWrapper queues[MAX_QUEUES]; in test_device_set()
/external/OpenCL-CTS/test_conformance/gles/
Dmain.cpp46 clCommandQueueWrapper realQueue = clCreateCommandQueue( sCurrentContext, device, 0, &error ); \
/external/OpenCL-CTS/test_common/harness/
DtypeWrappers.h138 using clCommandQueueWrapper = variable
/external/OpenCL-CTS/test_conformance/gl/
Dmain.cpp42clCommandQueueWrapper realQueue = clCreateCommandQueueWithProperties( sCurrentContext, device, 0, …
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp6032 clCommandQueueWrapper queue; in compareResult()
6417 clCommandQueueWrapper queue; in test_enum_values()
6466 clCommandQueueWrapper queue; in test_kernel_attributes()
6547 clCommandQueueWrapper queue; in test_binary_type()

123