Home
last modified time | relevance | path

Searched refs:max_wave64_per_simd (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c115 info->max_wave64_per_simd = 16; in radv_null_winsys_query_info()
117 info->max_wave64_per_simd = 20; in radv_null_winsys_query_info()
119 info->max_wave64_per_simd = 8; in radv_null_winsys_query_info()
121 info->max_wave64_per_simd = 10; in radv_null_winsys_query_info()
124 info->num_physical_sgprs_per_simd = 128 * info->max_wave64_per_simd * 2; in radv_null_winsys_query_info()
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c1267 info->max_wave64_per_simd = 16; in ac_query_gpu_info()
1269 info->max_wave64_per_simd = 20; in ac_query_gpu_info()
1271 info->max_wave64_per_simd = 8; in ac_query_gpu_info()
1273 info->max_wave64_per_simd = 10; in ac_query_gpu_info()
1276 info->num_physical_sgprs_per_simd = 128 * info->max_wave64_per_simd; in ac_query_gpu_info()
1561 fprintf(f, " max_wave64_per_simd = %i\n", info->max_wave64_per_simd); in ac_print_gpu_info()
1860 info->max_wave64_per_simd; in ac_get_compute_resource_limits()
Dac_gpu_info.h205 uint32_t max_wave64_per_simd; member
Dac_rgp.c471 chunk->wavefronts_per_simd = rad_info->max_wave64_per_simd; in ac_sqtt_fill_asic_info()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp124 program->dev.max_wave64_per_simd = 10; in init_program()
126 program->dev.max_wave64_per_simd = 16; in init_program()
128 program->dev.max_wave64_per_simd = 20; in init_program()
130 program->dev.max_wave64_per_simd = 8; in init_program()
Daco_live_var_analysis.cpp424 uint16_t max_waves = program->dev.max_wave64_per_simd * (64 / program->wave_size); in update_vgpr_sgpr_demand()
Daco_ir.h2065 unsigned max_wave64_per_simd; member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c574 ws->info.max_wave64_per_simd = 10; in do_winsys_init()
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.c2652 max_simd_waves = info->max_wave64_per_simd * (64 / wave_size);
Dradv_device.c2331 properties->wavefrontsPerSimd = pdevice->rad_info.max_wave64_per_simd; in radv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1027 max_simd_waves = sscreen->info.max_wave64_per_simd; in si_calculate_max_simd_waves()
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst3848 - radv: make use of ac_gpu_info::max_wave64_per_simd
D20.2.0.rst3818 - ac/gpu_info, radv: set max_wave64_per_simd to 20 on GFX10