Home
last modified time | relevance | path

Searched refs:MAX_GWS (Results 1 – 10 of 10) sorted by relevance

/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_block.cpp279 NL, "#define MAX_GWS " STRINGIFY_VALUE(MAX_GWS)
321 NL, "#define MAX_GWS " STRINGIFY_VALUE(MAX_GWS)
626 cl_int kernel_results[MAX_GWS] = {0}; in test_enqueue_block()
651 size_t global_size = MAX_GWS; in test_enqueue_block()
Dhost_queue_order.cpp96 cl_int kernel_results[MAX_GWS] = {0}; in test_host_queue_order()
123 cl_int result[MAX_GWS] = { 0 }; in test_host_queue_order()
Denqueue_multi_queue.cpp103 cl_int kernel_results[MAX_GWS] = {0}; in test_enqueue_multi_queue()
148 size_t global_size = MAX_GWS; in test_enqueue_multi_queue()
Dhost_multi_queue.cpp137 cl_int kernel_results[MAX_GWS] = {0}; in test_host_multi_queue()
181 size_t global = MAX_GWS; in test_host_multi_queue()
Dutils.h29 #define MAX_GWS 256 // Global Work Size (must be multiple of 16) macro
Denqueue_flags.cpp679 cl_int kernel_results[MAX_GWS] = { -1 }; in test_enqueue_flags()
680 int buff[MAX_GWS * BITS_DEPTH] = { 0 }; in test_enqueue_flags()
701 size_t global_size = MAX_GWS; in test_enqueue_flags()
Denqueue_ndrange.cpp572 cl_int k, kernel_results[MAX_GWS] = { 0 }; in test_enqueue_ndrange()
600 max_local_size = (max_local_size > MAX_GWS)? MAX_GWS: max_local_size; in test_enqueue_ndrange()
Dexecute_block.cpp1019 cl_int kernel_results[MAX_GWS] = {0xDEADBEEF}; in test_execute_block()
1025 size_t global_size = MAX_GWS; in test_execute_block()
Dnested_blocks.cpp311 const size_t MAX_GLOBAL_WORK_SIZE = MAX_GWS / 4; in test_enqueue_nested_blocks()
Denqueue_wg_size.cpp1628 const cl_int MAX_GLOBAL_WORK_SIZE = MAX_GWS / 4; in test_enqueue_wg_size()