Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_flush.c213 boolean map_sync, persistent; in debug_flush_map() local
219 map_sync = !(flags & PIPE_MAP_UNSYNCHRONIZED); in debug_flush_map()
220 persistent = !map_sync || fbuf->supports_persistent || in debug_flush_map()
227 if (fbuf->has_sync_map && !map_sync) { in debug_flush_map()