/external/OpenCL-CTS/test_conformance/device_execution/ |
D | enqueue_multi_queue.cpp | 114 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()
|
D | enqueue_ndrange.cpp | 631 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()
|
D | host_queue_order.cpp | 107 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()
|
D | enqueue_block.cpp | 637 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()
|
D | host_multi_queue.cpp | 148 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()
|
D | enqueue_flags.cpp | 683 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()
|
D | execute_block.cpp | 1021 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()
|
D | enqueue_wg_size.cpp | 1650 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/ |
D | sp_screen.c | 537 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/ |
D | lp_screen.c | 473 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/ |
D | si_get.c | 772 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/ |
D | virgl_screen.c | 490 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/ |
D | lvp_device.c | 394 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/ |
D | st_extensions.c | 1582 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/ |
D | r600_pipe_common.c | 1001 uint64_t *max_local_size = ret; in r600_get_compute_param() local 1003 *max_local_size = 32768; in r600_get_compute_param()
|