Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c435 bool have_scissor_buffers = false; in st_Clear() local
473 have_scissor_buffers |= scissor && st->can_scissor_clear; in st_Clear()
488 have_scissor_buffers |= scissor && st->can_scissor_clear; in st_Clear()
502 have_scissor_buffers |= scissor && st->can_scissor_clear; in st_Clear()
541 if (have_scissor_buffers) { in st_Clear()
552 st->pipe->clear(st->pipe, clear_buffers, have_scissor_buffers ? &scissor_state : NULL, in st_Clear()