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

Method ApplyAcquireWait

layers/sync/sync_validation.cpp:210–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void SyncValidator::ApplyAcquireWait(const AcquiredImage& acquired) {
211 for (const auto& batch : GetAllQueueBatchContexts()) {
212 batch->ApplyAcquireWait(acquired);
213 batch->Trim();
214 }
215}
216
217std::vector<BatchContextPtr> SyncValidator::GetAllQueueBatchContexts() {
218 // Get last batch from each queue

Callers

nothing calls this directly

Calls 1

TrimMethod · 0.80

Tested by

no test coverage detected