Home
last modified time | relevance | path

Searched refs:MAX_GLOBAL_WORK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/device_execution/
Dnested_blocks.cpp311 const size_t MAX_GLOBAL_WORK_SIZE = MAX_GWS / 4; in test_enqueue_nested_blocks() local
312 cl_int kernel_results[MAX_GLOBAL_WORK_SIZE] = {0}; in test_enqueue_nested_blocks()
352 for(i = 0; i < MAX_GLOBAL_WORK_SIZE; ++i) kernel_results[i] = 0; in test_enqueue_nested_blocks()
354 …ks[k].src.num_lines, sources_nested_blocks[k].src.kernel_name, 0, MAX_GLOBAL_WORK_SIZE, kernel_res… in test_enqueue_nested_blocks()
358 … int fail = sources_nested_blocks[k].check(kernel_results, MAX_GLOBAL_WORK_SIZE, gNestingLevel); in test_enqueue_nested_blocks()
Denqueue_wg_size.cpp1628 const cl_int MAX_GLOBAL_WORK_SIZE = MAX_GWS / 4; in test_enqueue_wg_size() local
1629 cl_int kernel_results[MAX_GLOBAL_WORK_SIZE] = { 0 }; in test_enqueue_wg_size()
1630 cl_uint vrnd[MAX_GLOBAL_WORK_SIZE] = { 0 }; in test_enqueue_wg_size()
1672 for(i = 0; i < MAX_GLOBAL_WORK_SIZE; ++i) in test_enqueue_wg_size()
1686 vrnd[genrand_int32(d) % MAX_GLOBAL_WORK_SIZE] = prime[i]; in test_enqueue_wg_size()
1696 { sizeof(cl_uint), &MAX_GLOBAL_WORK_SIZE }, in test_enqueue_wg_size()
1700 size_t global_size = MAX_GLOBAL_WORK_SIZE; in test_enqueue_wg_size()