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

Method begin

layers/sync/sync_access_context.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
641 [](const SingleTag& single_tag, ResourceUsageTag tag) { return single_tag.tag < tag; });
642}
643
644std::vector<SortedFirstAccesses::SingleTag>::const_iterator SortedFirstAccesses::SingleTagRange::end() {
645 return std::lower_bound(sorted_single_tags.begin(), sorted_single_tags.end(), tag_range.end,

Callers 15

GetNextTokenFunction · 0.45
WriteMethod · 0.45
IsImageLayoutReadOnlyFunction · 0.45
IsImageLayoutDepthOnlyFunction · 0.45
IsImageLayoutStencilOnlyFunction · 0.45
ToLowerFunction · 0.45
ToUpperFunction · 0.45
CopyDataFromMemoryMethod · 0.45
DumpDescriptorHeapMethod · 0.45

Calls 1

endMethod · 0.45

Tested by 2

ConstantFoldMethod · 0.36
FreeCommandBuffersFunction · 0.36