• Home
  • Raw
  • Download

Lines Matching refs:pInheritanceInfo

7103             const VkCommandBufferInheritanceInfo *pInfo = pBeginInfo->pInheritanceInfo;  in BeginCommandBuffer()
7201 if (cb_node->beginInfo.pInheritanceInfo) { in BeginCommandBuffer()
7202 cb_node->inheritanceInfo = *(cb_node->beginInfo.pInheritanceInfo); in BeginCommandBuffer()
7203 cb_node->beginInfo.pInheritanceInfo = &cb_node->inheritanceInfo; in BeginCommandBuffer()
7207 …->activeRenderPass = getRenderPassState(dev_data, cb_node->beginInfo.pInheritanceInfo->renderPass); in BeginCommandBuffer()
7208 cb_node->activeSubpass = cb_node->beginInfo.pInheritanceInfo->subpass; in BeginCommandBuffer()
7209 cb_node->framebuffers.insert(cb_node->beginInfo.pInheritanceInfo->framebuffer); in BeginCommandBuffer()
10697 if (!pSubCB->beginInfo.pInheritanceInfo) { in validateFramebuffer()
10701 VkFramebuffer secondary_fb = pSubCB->beginInfo.pInheritanceInfo->framebuffer; in validateFramebuffer()
10721 … auto cb_renderpass = getRenderPassState(dev_data, pSubCB->beginInfo.pInheritanceInfo->renderPass); in validateFramebuffer()
10737 pSubCB->beginInfo.pInheritanceInfo) { in validateSecondaryCommandBufferState()
10738 …VkQueryPipelineStatisticFlags cmdBufStatistics = pSubCB->beginInfo.pInheritanceInfo->pipelineStati… in validateSecondaryCommandBufferState()
10803 … secondary_rp_state = getRenderPassState(dev_data, pSubCB->beginInfo.pInheritanceInfo->renderPass); in CmdExecuteCommands()
10831 …(void *)pCommandBuffers[i], (uint64_t)pSubCB->beginInfo.pInheritanceInfo->renderPass, (void *)comm… in CmdExecuteCommands()