Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_binning.c205 unsigned depth_coeff = dsa->depth_enabled ? 5 : 0; in si_get_depth_bin_size() local
208 unsigned sum = 4 * (depth_coeff + stencil_coeff) * in si_get_depth_bin_size()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2361 unsigned depth_coeff = vk_format_is_depth(attachment->format) ? 5 : 0; in radv_compute_bin_size() local
2363 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples; in radv_compute_bin_size()