Lines Matching defs:flush
957 /* Disable aux usage if explicit flush not set and this is the first time
1275 "transfer read: flush before mapping",
1769 "cache history: transfer flush",
1832 uint32_t flush = PIPE_CONTROL_CS_STALL;
1835 flush |= PIPE_CONTROL_CONST_CACHE_INVALIDATE |
1840 flush |= PIPE_CONTROL_TEXTURE_CACHE_INVALIDATE;
1843 flush |= PIPE_CONTROL_VF_CACHE_INVALIDATE;
1846 flush |= PIPE_CONTROL_DATA_CACHE_FLUSH;
1848 return flush;
1861 uint32_t flush = crocus_flush_bits_for_history(res) | extra_flags;
1863 crocus_emit_pipe_control_flush(batch, reason, flush);