Lines Matching refs:SyncScope
33 SyncScope::ID AgentSSID;
35 SyncScope::ID WorkgroupSSID;
37 SyncScope::ID WavefrontSSID;
39 SyncScope::ID SystemOneAddressSpaceSSID;
41 SyncScope::ID AgentOneAddressSpaceSSID;
43 SyncScope::ID WorkgroupOneAddressSpaceSSID;
45 SyncScope::ID WavefrontOneAddressSpaceSSID;
47 SyncScope::ID SingleThreadOneAddressSpaceSSID;
55 Optional<uint8_t> getSyncScopeInclusionOrdering(SyncScope::ID SSID) const { in getSyncScopeInclusionOrdering()
56 if (SSID == SyncScope::SingleThread || in getSyncScopeInclusionOrdering()
68 else if (SSID == SyncScope::System || in getSyncScopeInclusionOrdering()
77 bool isOneAddressSpace(SyncScope::ID SSID) const { in isOneAddressSpace()
89 SyncScope::ID getAgentSSID() const { in getAgentSSID()
93 SyncScope::ID getWorkgroupSSID() const { in getWorkgroupSSID()
97 SyncScope::ID getWavefrontSSID() const { in getWavefrontSSID()
101 SyncScope::ID getSystemOneAddressSpaceSSID() const { in getSystemOneAddressSpaceSSID()
105 SyncScope::ID getAgentOneAddressSpaceSSID() const { in getAgentOneAddressSpaceSSID()
109 SyncScope::ID getWorkgroupOneAddressSpaceSSID() const { in getWorkgroupOneAddressSpaceSSID()
113 SyncScope::ID getWavefrontOneAddressSpaceSSID() const { in getWavefrontOneAddressSpaceSSID()
117 SyncScope::ID getSingleThreadOneAddressSpaceSSID() const { in getSingleThreadOneAddressSpaceSSID()
129 Optional<bool> isSyncScopeInclusion(SyncScope::ID A, SyncScope::ID B) const { in isSyncScopeInclusion()