Home
last modified time | relevance | path

Searched refs:stencil_coeff (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_binning.c189 unsigned stencil_coeff = tex->surface.has_stencil && dsa->stencil_enabled ? 1 : 0; in si_get_depth_bin_size() local
190 unsigned sum = 4 * (depth_coeff + stencil_coeff) * MAX2(tex->buffer.b.b.nr_samples, 1); in si_get_depth_bin_size()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c3756 unsigned stencil_coeff = vk_format_is_stencil(attachment->format) ? 1 : 0; in radv_gfx9_compute_bin_size() local
3757 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples; in radv_gfx9_compute_bin_size()
3842 unsigned stencil_coeff = vk_format_is_stencil(attachment->format) ? 1 : 0; in radv_gfx10_compute_bin_size() local
3843 unsigned db_bytes_per_pixel = (depth_coeff + stencil_coeff) * total_samples; in radv_gfx10_compute_bin_size()