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

Function SimpleBinding

layers/sync/sync_access_context.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace syncval {
27
28bool SimpleBinding(const vvl::Bindable& bindable) { return !bindable.sparse && bindable.Binding(); }
29VkDeviceSize ResourceBaseAddress(const vvl::Buffer& buffer) { return buffer.GetFakeBaseAddress(); }
30
31void AccessContext::InitFrom(uint32_t subpass, VkQueueFlags queue_flags,

Callers 7

UpdateAccessStateMethod · 0.85
DetectHazardMethod · 0.85
DetectMarkerHazardMethod · 0.85
ApplyMultipleBarriersMethod · 0.85
ReplayRecordMethod · 0.85
IsSimplyBoundMethod · 0.85

Calls 1

BindingMethod · 0.45

Tested by

no test coverage detected