Searched refs:stencil_coeff (Results 1 – 2 of 2) sorted by relevance
206 unsigned stencil_coeff = rtex->surface.has_stencil && in si_get_depth_bin_size() local208 unsigned sum = 4 * (depth_coeff + stencil_coeff) * in si_get_depth_bin_size()
2362 unsigned stencil_coeff = vk_format_is_stencil(attachment->format) ? 1 : 0; in radv_compute_bin_size() local2363 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples; in radv_compute_bin_size()