Home
last modified time | relevance | path

Searched refs:ac_compute_late_alloc (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_shader_util.h118 void ac_compute_late_alloc(const struct radeon_info *info, bool ngg, bool ngg_culling,
Dac_shader_util.c657 void ac_compute_late_alloc(const struct radeon_info *info, bool ngg, bool ngg_culling, in ac_compute_late_alloc() function
Dac_gpu_info.c558 ac_compute_late_alloc(info, false, false, false, &unused, &cu_mask_ge); in set_custom_cu_en_mask()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp1415 ac_compute_late_alloc(&sscreen->info, true, shader->key.ge.opt.ngg_culling, in gfx10_shader_ngg()
1712 ac_compute_late_alloc(&sscreen->info, false, false, in si_shader_vs()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5704ac_compute_late_alloc(&pdevice->rad_info, false, false, shader->config.scratch_bytes_per_wave > 0, in radv_pipeline_emit_hw_vs()
5895 ac_compute_late_alloc(&pdevice->rad_info, true, shader->info.has_ngg_culling, in radv_pipeline_emit_hw_ngg()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst4128 - radv: Use ac_compute_late_alloc in radv_pipeline.