Home
last modified time | relevance | path

Searched refs:fb_too_small (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c722 bool fb_too_small = num_pixels * num_layers <= 512 * 512; in si_fast_clear() local
723 bool too_small = tex->buffer.b.b.nr_samples <= 1 && fb_too_small; in si_fast_clear()
912 bool fb_too_small = num_pixels * zs_num_layers <= 512 * 512; in si_fast_clear() local
979 } else if (num_clears || !fb_too_small) { in si_fast_clear()
/third_party/mesa3d/docs/relnotes/
D21.1.5.rst102 - radeonsi: fix fb_too_small condition
D21.2.0.rst4347 - radeonsi: fix fb_too_small condition