Searched refs:hasSharedZAInterface (Results 1 – 2 of 2) sorted by relevance
76 bool hasSharedZAInterface() const { return Bitmask & ZA_Shared; } in hasSharedZAInterface() function77 bool hasPrivateZAInterface() const { return !hasSharedZAInterface(); } in hasPrivateZAInterface()80 return hasNewZAInterface() || hasSharedZAInterface(); in hasZAState()
23 assert(!(hasNewZAInterface() && hasSharedZAInterface()) && in set()