Lines Matching refs:SyncScope
29 SyncScope::ID AgentSSID;
31 SyncScope::ID WorkgroupSSID;
33 SyncScope::ID WavefrontSSID;
35 SyncScope::ID SystemOneAddressSpaceSSID;
37 SyncScope::ID AgentOneAddressSpaceSSID;
39 SyncScope::ID WorkgroupOneAddressSpaceSSID;
41 SyncScope::ID WavefrontOneAddressSpaceSSID;
43 SyncScope::ID SingleThreadOneAddressSpaceSSID;
51 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering()
52 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
64 else if (SSID == SyncScope::System || in getSyncScopeInclusionOrdering()
73 bool isOneAddressSpace(SyncScope::ID SSID) const { in isOneAddressSpace()
85 SyncScope::ID getAgentSSID() const { in getAgentSSID()
89 SyncScope::ID getWorkgroupSSID() const { in getWorkgroupSSID()
93 SyncScope::ID getWavefrontSSID() const { in getWavefrontSSID()
97 SyncScope::ID getSystemOneAddressSpaceSSID() const { in getSystemOneAddressSpaceSSID()
101 SyncScope::ID getAgentOneAddressSpaceSSID() const { in getAgentOneAddressSpaceSSID()
105 SyncScope::ID getWorkgroupOneAddressSpaceSSID() const { in getWorkgroupOneAddressSpaceSSID()
109 SyncScope::ID getWavefrontOneAddressSpaceSSID() const { in getWavefrontOneAddressSpaceSSID()
113 SyncScope::ID getSingleThreadOneAddressSpaceSSID() const { in getSingleThreadOneAddressSpaceSSID()
125 Optional<bool> isSyncScopeInclusion(SyncScope::ID A, SyncScope::ID B) const { in isSyncScopeInclusion()