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

Method operator()

layers/sync/sync_submit.cpp:428–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 BatchBarrierOp(QueueId queue_id, const SyncBarrier& barrier) : barrier(barrier), barrier_scope(barrier, queue_id) {}
427
428 void operator()(AccessState* access_state) const { access_state->ApplyBarrier(barrier_scope, barrier); }
429};
430
431void QueueBatchContext::ResolvePresentSemaphoreWait(const SignalInfo& signal_info, const PresentedImages& presented_images) {

Callers

nothing calls this directly

Calls 1

ApplyBarrierMethod · 0.45

Tested by

no test coverage detected