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

Method GetSubpassContexts

layers/sync/sync_op.cpp:1332–1335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1330}
1331
1332vvl::span<AccessContext> ReplayState::RenderPassReplayState::GetSubpassContexts() {
1333 return vvl::make_span(subpass_contexts.get(),
1334 begin_op->GetRenderPassAccessContext()->GetRenderPassState()->create_info.subpassCount);
1335}
1336
1337void SyncEventsContext::ApplyBarrier(const SyncExecScope& src, const SyncExecScope& dst, ResourceUsageTag tag) {
1338 const bool all_commands_bit = 0 != (src.stage_mask & VK_PIPELINE_STAGE_ALL_COMMANDS_BIT);

Callers 3

BeginMethod · 0.45
NextMethod · 0.45
UpdateStatsMethod · 0.45

Calls 3

make_spanFunction · 0.85
GetRenderPassStateMethod · 0.80

Tested by

no test coverage detected