Home
last modified time | relevance | path

Searched refs:ac_get_spi_shader_z_format (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_shader_util.h82 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask);
Dac_shader_util.c34 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask) in ac_get_spi_shader_z_format() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c1724 ac_get_spi_shader_z_format(info->writes_z, info->writes_stencil, info->writes_samplemask); in si_shader_ps()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c4494 unsigned format = ac_get_spi_shader_z_format(depth != NULL, stencil != NULL, samplemask != NULL); in ac_export_mrt_z()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c5090 ac_get_spi_shader_z_format(ps->info.ps.writes_z, ps->info.ps.writes_stencil, in radv_pipeline_generate_fragment_shader()