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

Method Clear

layers/sync/sync_access_context.cpp:634–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634void SortedFirstAccesses::Clear() {
635 sorted_single_tags.clear();
636 sorted_multi_tags.clear();
637}
638
639std::vector<SortedFirstAccesses::SingleTag>::const_iterator SortedFirstAccesses::SingleTagRange::begin() {
640 return std::lower_bound(sorted_single_tags.begin(), sorted_single_tags.end(), tag_range.begin,

Callers 4

InitFromMethod · 0.45
ResetMethod · 0.45
ResetEventsContextMethod · 0.45
ResetMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected