Home
last modified time | relevance | path

Searched refs:max_local_size (Results 1 – 15 of 15) sorted by relevance

/external/OpenCL-CTS/test_conformance/device_execution/
Denqueue_multi_queue.cpp114 size_t max_local_size = 1; in test_enqueue_multi_queue() local
115 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_enqueue_multi_queue()
149 size_t local_size = (max_local_size > global_size/16) ? global_size/16 : max_local_size; in test_enqueue_multi_queue()
Denqueue_ndrange.cpp631 size_t max_local_size = 1; in test_enqueue_ndrange() local
632 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_enqueue_ndrange()
645 max_local_size = (max_local_size > MAX_GWS)? MAX_GWS: max_local_size; in test_enqueue_ndrange()
648 max_local_size = MIN(8, max_local_size); in test_enqueue_ndrange()
652 cl_uint global_work_size = max_local_size * 2; in test_enqueue_ndrange()
661 loc_size_arr[1] = max_local_size; in test_enqueue_ndrange()
669 loc_size_arr[i] = genrand_int32(d) % max_local_size; in test_enqueue_ndrange()
Dhost_queue_order.cpp107 size_t max_local_size = 1; in test_host_queue_order() local
108 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_host_queue_order()
Denqueue_block.cpp637 size_t max_local_size = 1; in test_enqueue_block() local
638 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_enqueue_block()
652 size_t local_size = (max_local_size > global_size/16) ? global_size/16 : max_local_size; in test_enqueue_block()
Dhost_multi_queue.cpp148 size_t max_local_size = 1; in test_host_multi_queue() local
149 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_host_multi_queue()
Denqueue_flags.cpp683 size_t max_local_size = 1; in test_enqueue_flags() local
688 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_enqueue_flags()
702 size_t local_size = (max_local_size > global_size/16) ? global_size/16 : max_local_size; in test_enqueue_flags()
Dexecute_block.cpp1021 size_t max_local_size = 1; in test_execute_block() local
1022 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_execute_block()
1026 size_t local_size = (max_local_size > global_size/16) ? global_size/16 : max_local_size; in test_execute_block()
Denqueue_wg_size.cpp1650 size_t max_local_size = 1; in test_enqueue_wg_size() local
1651 …GetDeviceInfo(device, CL_DEVICE_MAX_WORK_GROUP_SIZE, sizeof(max_local_size), &max_local_size, &ret… in test_enqueue_wg_size()
1701 size_t local_size = (max_local_size > global_size) ? global_size : max_local_size; in test_enqueue_wg_size()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_screen.c537 uint64_t *max_local_size = ret; in softpipe_get_compute_param() local
538 *max_local_size = 32768; in softpipe_get_compute_param()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c473 uint64_t *max_local_size = ret; in llvmpipe_get_compute_param() local
474 *max_local_size = 32768; in llvmpipe_get_compute_param()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c772 uint64_t *max_local_size = ret; in si_get_compute_param() local
774 *max_local_size = 32768; in si_get_compute_param()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c490 uint64_t *max_local_size = ret; in virgl_get_compute_param() local
492 *max_local_size = vscreen->caps.caps.v2.max_compute_shared_memory_size; in virgl_get_compute_param()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c394 uint64_t max_threads_per_block, max_local_size; in lvp_GetPhysicalDeviceProperties() local
405 &max_local_size); in lvp_GetPhysicalDeviceProperties()
459 .maxComputeSharedMemorySize = max_local_size, in lvp_GetPhysicalDeviceProperties()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c1582 uint64_t max_local_size, max_threads_per_block; in st_init_extensions() local
1593 &max_local_size); in st_init_extensions()
1596 consts->MaxComputeSharedMemorySize = max_local_size; in st_init_extensions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1001 uint64_t *max_local_size = ret; in r600_get_compute_param() local
1003 *max_local_size = 32768; in r600_get_compute_param()