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.h93 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.cpp2000 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.c4313 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.c6426 ac_get_spi_shader_z_format(ps->info.ps.writes_z, ps->info.ps.writes_stencil, in radv_pipeline_emit_fragment_shader()