Home
last modified time | relevance | path

Searched refs:num_physical_sgprs_per_simd (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/winsys/null/
H A Dradv_null_winsys.c124 info->num_physical_sgprs_per_simd = 128 * info->max_wave64_per_simd * 2; in radv_null_winsys_query_info()
126 info->num_physical_sgprs_per_simd = 800; in radv_null_winsys_query_info()
128 info->num_physical_sgprs_per_simd = 512; in radv_null_winsys_query_info()
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.h206 uint32_t num_physical_sgprs_per_simd; member
H A Dac_gpu_info.c1276 info->num_physical_sgprs_per_simd = 128 * info->max_wave64_per_simd; in ac_query_gpu_info()
1280 info->num_physical_sgprs_per_simd = 800; in ac_query_gpu_info()
1284 info->num_physical_sgprs_per_simd = 512; in ac_query_gpu_info()
1562 fprintf(f, " num_physical_sgprs_per_simd = %i\n", info->num_physical_sgprs_per_simd); in ac_print_gpu_info()
H A Dac_rgp.c467 chunk->sgprs_per_simd = rad_info->num_physical_sgprs_per_simd; in ac_sqtt_fill_asic_info()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c575 ws->info.num_physical_sgprs_per_simd = 512; in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c1056 MIN2(max_simd_waves, sscreen->info.num_physical_sgprs_per_simd / conf->num_sgprs); in si_calculate_max_simd_waves()
1929 unsigned max_sgprs = sscreen->info.num_physical_sgprs_per_simd; in si_compile_shader()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c2667 max_simd_waves = MIN2(max_simd_waves, info->num_physical_sgprs_per_simd / sgprs);
H A Dradv_device.c2335 properties->sgprsPerSimd = pdevice->rad_info.num_physical_sgprs_per_simd; in radv_GetPhysicalDeviceProperties2()

Completed in 24 milliseconds