Searched refs:no_wrap (Results 1 – 5 of 5) sorted by relevance
61 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()
106 bool no_wrap; member235 if (required_bytes >= BATCH_SZ && !batch->no_wrap) { in crocus_require_command_space()
750 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()
335 if (offset + size >= STATE_SZ && !batch->no_wrap) { in stream_state()7794 batch->no_wrap = true;7801 batch->no_wrap = false;
43 fn no_wrap() { in no_wrap() function