Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_binning.c188 unsigned depth_coeff = dsa->depth_enabled ? 5 : 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()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline.c5327 unsigned depth_coeff = info->ri.depth_att_format != VK_FORMAT_UNDEFINED ? 5 : 0; in radv_gfx9_compute_bin_size() local
5329 unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) * total_samples; in radv_gfx9_compute_bin_size()
5408 unsigned depth_coeff = info->ri.depth_att_format != VK_FORMAT_UNDEFINED ? 5 : 0; in radv_gfx10_compute_bin_size() local
5410 unsigned db_bytes_per_pixel = (depth_coeff + stencil_coeff) * total_samples; in radv_gfx10_compute_bin_size()

Completed in 12 milliseconds