Home
last modified time | relevance | path

Searched refs:max_wave64_per_simd (Results 1 - 11 of 11) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/winsys/null/
H A 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/
H A 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()
H A Dac_gpu_info.h205 uint32_t max_wave64_per_simd; member
H A 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/
H A 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()
H A Daco_live_var_analysis.cpp424 uint16_t max_waves = program->dev.max_wave64_per_simd * (64 / program->wave_size); in update_vgpr_sgpr_demand()
H A Daco_ir.h2065 unsigned max_wave64_per_simd;
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c574 ws->info.max_wave64_per_simd = 10; in do_winsys_init()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c2652 max_simd_waves = info->max_wave64_per_simd * (64 / wave_size);
H A Dradv_device.c2331 properties->wavefrontsPerSimd = pdevice->rad_info.max_wave64_per_simd; in radv_GetPhysicalDeviceProperties2()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1027 max_simd_waves = sscreen->info.max_wave64_per_simd; in si_calculate_max_simd_waves()

Completed in 30 milliseconds