Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()

Completed in 3 milliseconds