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