Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-ValidationLayers
/ none
Method
none
layers/sync/sync_access_flags.h:108–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
bool none() const { return words[0] == 0 && words[1] == 0 && words[2] == 0; }
109
bool any() const { return !none(); }
110
size_t size() const { return kBitCount; }
111
Callers
4
IsReadBarrierHazard
Method · 0.80
IsWriteBarrierHazard
Method · 0.80
ConvertSyncAccessesToCompactVkForm
Function · 0.80
FormatErrorMessage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected