Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_blorp.c61 if (offset + size >= STATE_SZ && !batch->no_wrap) { in stream_state()
305 batch->no_wrap = true; in crocus_blorp_exec()
331 batch->no_wrap = false; in crocus_blorp_exec()
Dcrocus_batch.h106 bool no_wrap; member
235 if (required_bytes >= BATCH_SZ && !batch->no_wrap) { in crocus_require_command_space()
Dcrocus_batch.c750 batch->no_wrap = true; in crocus_finish_batch()
766 batch->no_wrap = false; in crocus_finish_batch()
945 assert(!batch->no_wrap); in _crocus_batch_flush()
Dcrocus_state.c335 if (offset + size >= STATE_SZ && !batch->no_wrap) { in stream_state()
7794 batch->no_wrap = true;
7801 batch->no_wrap = false;
/third_party/rust/crates/clap/src/output/textwrap/
Dmod.rs43 fn no_wrap() { in no_wrap() function