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

Method AddQueueBatchContext

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

Source from the content-addressed store, hash-verified

81void Stats::RemoveCommandBufferContext() { command_buffer_contexts.Sub(1); }
82
83void Stats::AddQueueBatchContext() { queue_batch_contexts.Add(1); }
84void Stats::RemoveQueueBatchContext() { queue_batch_contexts.Sub(1); }
85
86void Stats::AddTimelineSignals(uint32_t count) { timeline_signals.Add(count); }

Callers 1

QueueBatchContextMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected