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

Method end

layers/sync/sync_access_context.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,
646 [](const SingleTag& single_tag, ResourceUsageTag tag) { return single_tag.tag < tag; });
647}
648
649SortedFirstAccesses::SingleTagRange SortedFirstAccesses::IterateSingleTagFirstAccesses(const ResourceUsageRange& tag_range) const {
650 return SingleTagRange{this->sorted_single_tags, tag_range};

Callers 15

GetNextTokenFunction · 0.45
SetLocalEnableSettingFunction · 0.45
SetLocalDisableSettingFunction · 0.45
WriteMethod · 0.45
IsImageLayoutReadOnlyFunction · 0.45
IsImageLayoutDepthOnlyFunction · 0.45
IsImageLayoutStencilOnlyFunction · 0.45
ToLowerFunction · 0.45

Calls 1

beginMethod · 0.45

Tested by 9

SetSpecConstantValueMethod · 0.36
ConstantFoldMethod · 0.36
GetInstanceProcAddrFunction · 0.36
DestroyCommandPoolFunction · 0.36
FreeCommandBuffersFunction · 0.36
GetBufferDeviceAddressFunction · 0.36