Searched refs:MAX_GWS (Results 1 – 10 of 10) sorted by relevance
279 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()
96 cl_int kernel_results[MAX_GWS] = {0}; in test_host_queue_order()123 cl_int result[MAX_GWS] = { 0 }; in test_host_queue_order()
103 cl_int kernel_results[MAX_GWS] = {0}; in test_enqueue_multi_queue()148 size_t global_size = MAX_GWS; in test_enqueue_multi_queue()
137 cl_int kernel_results[MAX_GWS] = {0}; in test_host_multi_queue()181 size_t global = MAX_GWS; in test_host_multi_queue()
29 #define MAX_GWS 256 // Global Work Size (must be multiple of 16) macro
679 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()
572 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()
1019 cl_int kernel_results[MAX_GWS] = {0xDEADBEEF}; in test_execute_block()1025 size_t global_size = MAX_GWS; in test_execute_block()
311 const size_t MAX_GLOBAL_WORK_SIZE = MAX_GWS / 4; in test_enqueue_nested_blocks()
1628 const cl_int MAX_GLOBAL_WORK_SIZE = MAX_GWS / 4; in test_enqueue_wg_size()