MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / IsRead

Function IsRead

layers/sync/sync_access_state.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <algorithm>
21
22static bool IsRead(SyncAccessIndex access) { return syncAccessReadMask[access]; }
23
24namespace syncval {
25

Callers 5

DetectHazardMethod · 0.85
DetectAsyncHazardMethod · 0.85
UpdateMethod · 0.85
IsRAWHazardMethod · 0.85
UpdateFirstMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected