Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_compute.c62 brw->batch.no_wrap = true; in brw_dispatch_compute_common()
67 brw->batch.no_wrap = false; in brw_dispatch_compute_common()
DgenX_blorp_exec.c345 brw->batch.no_wrap = true; in genX()
379 brw->batch.no_wrap = false; in genX()
Dbrw_batch.c550 if (batch_used + sz >= BATCH_SZ && !batch->no_wrap) { in brw_batch_require_space()
621 brw->batch.no_wrap = true; in brw_finish_batch()
671 brw->batch.no_wrap = false; in brw_finish_batch()
889 assert(!brw->batch.no_wrap); in _brw_batch_flush_fence()
1079 if (offset + size >= STATE_SZ && !batch->no_wrap) { in brw_state_batch()
Dbrw_draw.c1094 brw->batch.no_wrap = true; in brw_draw_single_prim()
1105 brw->batch.no_wrap = false; in brw_draw_single_prim()
Dbrw_context.h494 bool no_wrap; member
/third_party/boost/boost/numeric/ublas/
Dassignment.hpp741 struct no_wrap { struct
883 typedef traverse_policy::no_wrap DEFAULT_WRAP_POLICY;
903 inline by_row_policy<no_wrap> by_row_no_wrap() { in by_row_no_wrap()
904 return by_row_policy<no_wrap>(); in by_row_no_wrap()
915 inline by_column_policy<no_wrap> by_column_no_wrap() { in by_column_no_wrap()
916 return by_column_policy<no_wrap>(); in by_column_no_wrap()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_batch.h106 bool no_wrap; member
235 if (required_bytes >= BATCH_SZ && !batch->no_wrap) { in crocus_require_command_space()
Dcrocus_blorp.c61 if (offset + size >= STATE_SZ && !batch->no_wrap) { in stream_state()
298 batch->no_wrap = true; in crocus_blorp_exec()
324 batch->no_wrap = false; in crocus_blorp_exec()
Dcrocus_batch.c741 batch->no_wrap = true; in crocus_finish_batch()
757 batch->no_wrap = false; in crocus_finish_batch()
936 assert(!batch->no_wrap); in _crocus_batch_flush()
Dcrocus_state.c333 if (offset + size >= STATE_SZ && !batch->no_wrap) { in stream_state()
7789 batch->no_wrap = true;
7796 batch->no_wrap = false;