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

Method SeekAfterModification

layers/sync/sync_access_map.cpp:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283void ParallelIterator::SeekAfterModification(index_type index) {
284 // Destination map locator must be reinitialized after modification.
285 // Seek() (potentially more efficient) can only be used when there is no modification.
286 pos_A = AccessMapLocator(map_A_, index);
287
288 pos_B.Seek(index);
289 range = AccessRange(index, index + ComputeDelta());
290}
291
292void ParallelIterator::NextRange() {
293 const index_type start = range.end;

Callers 1

Calls 1

SeekMethod · 0.45

Tested by

no test coverage detected