Lines Matching refs:pSubCB

2134         for (auto pSubCB : pCB->linkedCommandBuffers) {  in ResetCommandBufferState()  local
2135 pSubCB->linkedCommandBuffers.erase(pCB); in ResetCommandBufferState()
2940 for (auto pSubCB : pCB->linkedCommandBuffers) { in ValidatePrimaryCommandBufferState() local
2941 skip |= ValidateResources(dev_data, pSubCB); in ValidatePrimaryCommandBufferState()
2942 …skip |= ValidateQueuedQFOTransfers(dev_data, pSubCB, qfo_image_scoreboards, qfo_buffer_scoreboards… in ValidatePrimaryCommandBufferState()
2944 if ((pSubCB->primaryCommandBuffer != pCB->commandBuffer) && in ValidatePrimaryCommandBufferState()
2945 !(pSubCB->beginInfo.flags & VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT)) { in ValidatePrimaryCommandBufferState()
2951 dev_data->report_data->FormatHandle(pSubCB->commandBuffer).c_str(), in ValidatePrimaryCommandBufferState()
2952 dev_data->report_data->FormatHandle(pSubCB->primaryCommandBuffer).c_str()); in ValidatePrimaryCommandBufferState()
10459 … VkCommandBuffer secondaryBuffer, const GLOBAL_CB_NODE *pSubCB, const char *caller) { in ValidateFramebuffer() argument
10461 if (!pSubCB->beginInfo.pInheritanceInfo) { in ValidateFramebuffer()
10465 VkFramebuffer secondary_fb = pSubCB->beginInfo.pInheritanceInfo->framebuffer; in ValidateFramebuffer()
10489 …ateSecondaryCommandBufferState(layer_data *dev_data, GLOBAL_CB_NODE *pCB, GLOBAL_CB_NODE *pSubCB) { in ValidateSecondaryCommandBufferState() argument
10496 pSubCB->beginInfo.pInheritanceInfo) { in ValidateSecondaryCommandBufferState()
10497 …VkQueryPipelineStatisticFlags cmdBufStatistics = pSubCB->beginInfo.pInheritanceInfo->pipelineStati… in ValidateSecondaryCommandBufferState()
10511 for (auto queryObject : pSubCB->startedQueries) { in ValidateSecondaryCommandBufferState()
10521 dev_data->report_data->FormatHandle(pSubCB->commandBuffer).c_str()); in ValidateSecondaryCommandBufferState()
10526 auto secondary_pool = GetCommandPoolNode(pSubCB->createInfo.commandPool); in ValidateSecondaryCommandBufferState()
10529 … HandleToUint64(pSubCB->commandBuffer), kVUID_Core_DrawState_InvalidQueueFamily, in ValidateSecondaryCommandBufferState()
10533 …dev_data->report_data->FormatHandle(pSubCB->commandBuffer).c_str(), secondary_pool->queueFamilyInd… in ValidateSecondaryCommandBufferState()