Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.c2524 #define DST_INCOHERENT_FLUSH(domain, flush, invalidate) \ in tu_flush_for_access() macro
2532 DST_INCOHERENT_FLUSH(CCU_COLOR, CCU_FLUSH_COLOR, CCU_INVALIDATE_COLOR) in tu_flush_for_access()
2533 DST_INCOHERENT_FLUSH(CCU_DEPTH, CCU_FLUSH_DEPTH, CCU_INVALIDATE_DEPTH) in tu_flush_for_access()
2535 #undef DST_INCOHERENT_FLUSH in tu_flush_for_access()
/external/mesa3d/docs/relnotes/
D20.2.0.rst1219 - tu: Fix DST_INCOHERENT_FLUSH copy/paste error