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

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.5.rst102 - radeonsi: fix fb_too_small condition
H A D21.2.0.rst4347 - radeonsi: fix fb_too_small condition
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_clear.c598 bool fb_too_small = num_pixels * num_layers <= 512 * 512; local in function:si_fast_clear
599 bool too_small = tex->buffer.b.b.nr_samples <= 1 && fb_too_small;
772 bool fb_too_small = num_pixels * zs_num_layers <= 512 * 512; local in function:si_fast_clear
839 } else if (num_clears || !fb_too_small) {

Completed in 9 milliseconds