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

Method UpdateAccessStats

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

Source from the content-addressed store, hash-verified

136}
137
138void Stats::UpdateAccessStats(SyncValidator& validator) { access_stats.Update(validator); }
139
140void Stats::OnBarrierCommand(uint32_t memory_barrier_count, uint32_t buffer_barrier_count, uint32_t image_barrier_count,
141 uint32_t execution_dependencies_count) {

Callers 2

DebugCaptureMethod · 0.45
ProcessQueuePresentMethod · 0.45

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected