Home
last modified time | relevance | path

Searched defs:memory_sync_info (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_ir.h159 struct memory_sync_info { struct
160 memory_sync_info() : storage(storage_none), semantics(semantic_none), scope(scope_invocation) {} in memory_sync_info() function
168 bool operator == (const memory_sync_info& rhs) const { argument
177 /* Also check storage so that zero-initialized memory_sync_info can be in can_reorder() argument