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

Method AddUnresolvedBatch

layers/sync/sync_stats.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87void Stats::RemoveTimelineSignals(uint32_t count) { timeline_signals.Sub(count); }
88
89void Stats::AddUnresolvedBatch() { unresolved_batches.Add(1); }
90void Stats::RemoveUnresolvedBatch() { unresolved_batches.Sub(1); }
91
92void Stats::AddHandleRecord(uint32_t count) { handle_records.Add(count); }

Callers 1

ProcessQueueSubmitMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected