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

Method Reset

layers/sync/sync_access_context.cpp:139–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void AccessContext::Reset() {
140 access_state_map_.Clear();
141 async_.clear();
142 start_tag_ = {};
143 ResetGlobalBarriers();
144 finalized_ = false;
145 sorted_first_accesses_.Clear();
146 subpass_barriers_.clear();
147 dst_external_ = {};
148}
149
150void AccessContext::Finalize() {
151 assert(!finalized_); // no need to finalize finalized

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected