Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.h51 #define STATE_SZ (16 * 1024) macro
322 if (batch->state.used + size >= STATE_SZ) in crocus_require_statebuffer_space()
Dcrocus_blorp.c61 if (offset + size >= STATE_SZ && !batch->no_wrap) { in stream_state()
Dcrocus_batch.c492 STATE_SZ); in create_batch()
Dcrocus_state.c335 if (offset + size >= STATE_SZ && !batch->no_wrap) { in stream_state()