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

Method DoAcquireOperation

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

Source from the content-addressed store, hash-verified

611}
612
613void QueueBatchContext::DoAcquireOperation(const PresentedImage& presented) {
614 // Only one tag for acquire. The tag in presented is the present tag
615 presented.UpdateMemoryAccess(SYNC_PRESENT_ENGINE_SYNCVAL_PRESENT_ACQUIRE_READ_SYNCVAL, tag_range_.begin, access_context_);
616}
617
618void QueueBatchContext::LogAcquireOperation(const PresentedImage& presented, vvl::Func command) {
619 auto access_log = std::make_shared<AccessLog>();

Callers 1

Calls 1

UpdateMemoryAccessMethod · 0.80

Tested by

no test coverage detected