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

Method Assign

layers/sync/sync_access_map.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace syncval {
21
22void AccessMap::Assign(const AccessMap& other) {
23 auto temp_copy(other.impl_map_);
24 impl_map_.swap(temp_copy);
25}
26
27AccessMap::iterator AccessMap::LowerBound(ResourceAddress range_begin) {
28 auto it = impl_map_.lower_bound(AccessRange(range_begin, range_begin));

Callers 2

InitFromMethod · 0.45
DoDetectFunction · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected