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

Method AddAsyncContext

layers/sync/sync_access_context.cpp:610–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610void AccessContext::AddAsyncContext(const AccessContext& context, ResourceUsageTag tag, QueueId queue_id) {
611 async_.emplace_back(context, tag, queue_id);
612}
613
614void SortedFirstAccesses::Init(const AccessMap& finalized_access_map) {
615 for (const auto& entry : finalized_access_map) {

Callers 1

RegisterAsyncContextsMethod · 0.80

Calls 1

emplace_backMethod · 0.80

Tested by

no test coverage detected