Searched refs:fb_too_small (Results 1 – 3 of 3) sorted by relevance
722 bool fb_too_small = num_pixels * num_layers <= 512 * 512; in si_fast_clear() local723 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() local979 } else if (num_clears || !fb_too_small) { in si_fast_clear()
102 - radeonsi: fix fb_too_small condition
4347 - radeonsi: fix fb_too_small condition