Home
last modified time | relevance | path

Searched refs:pending_flush_bits (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c155 cmd_buffer->state.cache.pending_flush_bits &= ~( in tu_emit_cache_flush_ccu()
163 cmd_buffer->state.cache.pending_flush_bits &= ~( in tu_emit_cache_flush_ccu()
822 cmd->state.cache.pending_flush_bits &= in tu6_init_hw()
1760 cache->pending_flush_bits = TU_CMD_FLAG_ALL_INVALIDATE; in tu_cache_init()
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()
2982 cache->pending_flush_bits |= TU_CMD_FLAG_ALL_INVALIDATE; in tu_flush_for_access()
2988 cache->pending_flush_bits |= in tu_flush_for_access()
2995 cache->pending_flush_bits |= TU_CMD_FLAG_##flush | \ in tu_flush_for_access()
3008 cache->pending_flush_bits |= \ in tu_flush_for_access()
[all …]
Dtu_cmd_buffer.h244 enum tu_cmd_flush_bits pending_flush_bits; member