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

Method Insert

layers/sync/sync_submit.cpp:818–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818void BatchAccessLog::Insert(const BatchRecord& batch, const ResourceUsageRange& range,
819 std::shared_ptr<const CommandExecutionContext::AccessLog> log) {
820 log_map_.insert(std::make_pair(range, CBSubmitLog(batch, nullptr, std::move(log))));
821}
822
823// Trim: Remove any unreferenced AccessLog ranges from a BatchAccessLog
824//

Callers 7

RunSpirvValidationMethod · 0.45
InfillMethod · 0.45
ResolveAccessRangeMethod · 0.45
InfillMethod · 0.45
LogPresentOperationsMethod · 0.45
LogAcquireOperationMethod · 0.45

Calls 2

CBSubmitLogClass · 0.85
insertMethod · 0.45

Tested by

no test coverage detected