Home
last modified time | relevance | path

Searched refs:TU_CMD_FLAG_ALL_FLUSH (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cmd_buffer.h206 TU_CMD_FLAG_ALL_FLUSH = enumerator
H A Dtu_cmd_buffer.c70 flushes |= TU_CMD_FLAG_ALL_FLUSH | TU_CMD_FLAG_ALL_INVALIDATE; in tu6_emit_flushes()
2354 cache->flush_bits |= cache->pending_flush_bits & TU_CMD_FLAG_ALL_FLUSH; in tu_flush_all_pending()
2355 cache->pending_flush_bits &= ~TU_CMD_FLAG_ALL_FLUSH; in tu_flush_all_pending()
3021 flush_bits |= cache->pending_flush_bits & TU_CMD_FLAG_ALL_FLUSH; in tu_flush_for_access()
3029 (TU_CMD_FLAG_ALL_FLUSH & ~TU_CMD_FLAG_##flush)); \ in tu_flush_for_access()
3043 (TU_CMD_FLAG_ALL_FLUSH & ~TU_CMD_FLAG_##flush)); \ in tu_flush_for_access()
3365 if (cache->flush_bits & (TU_CMD_FLAG_ALL_FLUSH | TU_CMD_FLAG_ALL_INVALIDATE)) in tu_flush_for_stage()

Completed in 9 milliseconds