Searched refs:depth_coeff (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_binning.c195 unsigned depth_coeff = dsa->depth_enabled ? 5 : 0; local in function:si_get_depth_bin_size
198 unsigned sum = 4 * (depth_coeff + stencil_coeff) *
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_binning.c188 unsigned depth_coeff = dsa->depth_enabled ? 5 : 0; local in function:si_get_depth_bin_size
190 unsigned sum = 4 * (depth_coeff + stencil_coeff) * MAX2(tex->buffer.b.b.nr_samples, 1);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pipeline.c4016 unsigned depth_coeff = vk_format_has_depth(attachment->format) ? 5 : 0; local in function:radv_gfx9_compute_bin_size
4018 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples;
4107 unsigned depth_coeff = vk_format_has_depth(attachment->format) ? 5 : 0; local in function:radv_gfx10_compute_bin_size
4109 unsigned db_bytes_per_pixel = (depth_coeff + stencil_coeff) * total_samples;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pipeline.c2632 unsigned depth_coeff = vk_format_is_depth(attachment->format) ? 5 : 0; local in function:radv_compute_bin_size
2634 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples;

Completed in 19 milliseconds