Searched refs:ac_get_spi_shader_z_format (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
H A D | ac_shader_util.h | 93 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask,
|
H A 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/ |
H A D | si_state_shaders.cpp | 2000 ac_get_spi_shader_z_format(info->writes_z, info->writes_stencil, info->writes_samplemask,
|
/third_party/mesa3d/src/amd/vulkan/ |
H A 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()
|
/third_party/mesa3d/src/amd/llvm/ |
H A 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()
|
Completed in 23 milliseconds