Searched refs:ac_get_spi_shader_z_format (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_shader_util.h | 93 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask,
|
D | ac_shader_util.c | 34 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/ |
D | si_state_shaders.cpp | 2000 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/ |
D | ac_llvm_build.c | 4313 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/ |
D | radv_pipeline.c | 6426 ac_get_spi_shader_z_format(ps->info.ps.writes_z, ps->info.ps.writes_stencil, in radv_pipeline_emit_fragment_shader()
|