MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / operator()

Method operator()

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

Source from the content-addressed store, hash-verified

64}
65
66void ApplySingleBufferBarrierFunctor::operator()(const Iterator& pos) const {
67 AccessState& access_state = pos->second;
68 access_context.ApplyGlobalBarriers(access_state);
69 access_state.ApplyBarrier(barrier_scope, barrier);
70}
71
72ApplySingleImageBarrierFunctor::ApplySingleImageBarrierFunctor(const AccessContext& access_context,
73 const BarrierScope& barrier_scope, const SyncBarrier& barrier,

Callers

nothing calls this directly

Calls 3

ApplyGlobalBarriersMethod · 0.80
ApplyBarrierMethod · 0.45

Tested by

no test coverage detected