Searched refs:CL_QUEUE_SIZE (Results 1 – 20 of 20) sorted by relevance
/external/OpenCL-CTS/test_conformance/device_execution/ |
D | device_queue.cpp | 62 err_ret = clGetCommandQueueInfo(queue, CL_QUEUE_SIZE, sizeof(q_size), &q_size, &size_ret); in check_device_queue() 144 CL_QUEUE_SIZE, q_size, in test_device_queue() 151 CL_QUEUE_SIZE, max_size, in test_device_queue()
|
D | enqueue_multi_queue.cpp | 121 CL_QUEUE_SIZE, maxQueueSize, in test_enqueue_multi_queue() 137 CL_QUEUE_SIZE, maxQueueSize, in test_enqueue_multi_queue()
|
D | enqueue_profiling.cpp | 63 CL_QUEUE_SIZE, maxQueueSize, 0 in test_enqueue_profiling()
|
D | host_queue_order.cpp | 114 CL_QUEUE_SIZE, maxQueueSize, in test_host_queue_order()
|
D | host_multi_queue.cpp | 155 CL_QUEUE_SIZE, maxQueueSize, in test_host_multi_queue()
|
D | nested_blocks.cpp | 333 CL_QUEUE_SIZE, maxQueueSize, in test_enqueue_nested_blocks()
|
D | enqueue_block.cpp | 644 CL_QUEUE_SIZE, maxQueueSize, in test_enqueue_block()
|
D | enqueue_flags.cpp | 694 CL_QUEUE_SIZE, maxQueueSize, in test_enqueue_flags()
|
D | enqueue_ndrange.cpp | 638 CL_QUEUE_SIZE, maxQueueSize, in test_enqueue_ndrange()
|
D | enqueue_wg_size.cpp | 1657 CL_QUEUE_SIZE, maxQueueSize, in test_enqueue_wg_size()
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_queue_properties_queries.cpp | 185 if (requested_properties[i] == CL_QUEUE_SIZE) in run_test_queue_array_properties() 247 CL_QUEUE_SIZE, 124, 0 }, in test_queue_properties_queries() 254 CL_QUEUE_SIZE, 124, 0 }, in test_queue_properties_queries()
|
D | test_api_consistency.cpp | 316 clGetCommandQueueInfo(queue, CL_QUEUE_SIZE, sizeof(u), &u, NULL); in test_consistency_device_enqueue()
|
/external/angle/src/libANGLE/ |
D | CLContext.cpp | 97 case CL_QUEUE_SIZE: in createCommandQueueWithProperties()
|
D | validationCL.cpp | 3297 case CL_QUEUE_SIZE: in ValidateCreateCommandQueueWithProperties()
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLContextCL.cpp | 101 commandQueue.hasSize() ? CL_QUEUE_SIZE : 0u, commandQueue.getSize(), 0u}; in createCommandQueue()
|
/external/angle/src/common/ |
D | PackedCLEnums_autogen.cpp | 97 case CL_QUEUE_SIZE: in FromCLenum() 121 return CL_QUEUE_SIZE; in ToCLenum()
|
/external/mesa3d/include/CL/ |
D | cl.h | 511 #define CL_QUEUE_SIZE 0x1094 macro
|
D | cl2.hpp | 1355 F(cl_command_queue_info, CL_QUEUE_SIZE, cl_uint) \ 8804 CL_QUEUE_SIZE, queueSize, 8953 CL_QUEUE_SIZE, queueSize,
|
/external/angle/include/CL/ |
D | cl.h | 513 #define CL_QUEUE_SIZE 0x1094 macro
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 513 #define CL_QUEUE_SIZE 0x1094 macro
|