Searched refs:ac_get_spi_shader_z_format (Results 1 – 5 of 5) sorted by relevance
81 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask);
32 unsigned ac_get_spi_shader_z_format(bool writes_z, bool writes_stencil, bool writes_samplemask) in ac_get_spi_shader_z_format() function
1668 ac_get_spi_shader_z_format(info->writes_z, info->writes_stencil, info->writes_samplemask); in si_shader_ps()
4879 ac_get_spi_shader_z_format(ps->info.ps.writes_z, in radv_pipeline_generate_fragment_shader()
4401 unsigned format = ac_get_spi_shader_z_format(depth != NULL, stencil != NULL, samplemask != NULL); in ac_export_mrt_z()