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/
H A Dst_cb_clear.c425 bool have_scissor_buffers = false; in st_Clear() local
462 have_scissor_buffers |= scissor && st->can_scissor_clear; in st_Clear()
475 have_scissor_buffers |= scissor && st->can_scissor_clear; in st_Clear()
487 have_scissor_buffers |= scissor && st->can_scissor_clear; in st_Clear()
526 if (have_scissor_buffers) { in st_Clear()
537 st->pipe->clear(st->pipe, clear_buffers, have_scissor_buffers ? &scissor_state : NULL, in st_Clear()

Completed in 1 milliseconds