MCPcopy 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

IsReadBarrierHazardMethod · 0.80
IsWriteBarrierHazardMethod · 0.80
FormatErrorMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected