Lines Matching refs:pSubCB
2191 for (auto pSubCB : pCB->linkedCommandBuffers) { in ResetCommandBufferState() local
2192 pSubCB->linkedCommandBuffers.erase(pCB); in ResetCommandBufferState()
3051 for (auto pSubCB : pCB->linkedCommandBuffers) { in ValidatePrimaryCommandBufferState() local
3052 skip |= ValidateQueuedQFOTransfers(pSubCB, qfo_image_scoreboards, qfo_buffer_scoreboards); in ValidatePrimaryCommandBufferState()
3054 if ((pSubCB->primaryCommandBuffer != pCB->commandBuffer) && in ValidatePrimaryCommandBufferState()
3055 !(pSubCB->beginInfo.flags & VK_COMMAND_BUFFER_USAGE_SIMULTANEOUS_USE_BIT)) { in ValidatePrimaryCommandBufferState()
3060 …ata->FormatHandle(pCB->commandBuffer).c_str(), report_data->FormatHandle(pSubCB->commandBuffer).c_… in ValidatePrimaryCommandBufferState()
3061 report_data->FormatHandle(pSubCB->primaryCommandBuffer).c_str()); in ValidatePrimaryCommandBufferState()
11446 const CMD_BUFFER_STATE *pSubCB, const char *caller) { in ValidateFramebuffer() argument
11448 if (!pSubCB->beginInfo.pInheritanceInfo) { in ValidateFramebuffer()
11452 VkFramebuffer secondary_fb = pSubCB->beginInfo.pInheritanceInfo->framebuffer; in ValidateFramebuffer()
11474 …:ValidateSecondaryCommandBufferState(const CMD_BUFFER_STATE *pCB, const CMD_BUFFER_STATE *pSubCB) { in ValidateSecondaryCommandBufferState() argument
11482 pSubCB->beginInfo.pInheritanceInfo) { in ValidateSecondaryCommandBufferState()
11483 …VkQueryPipelineStatisticFlags cmdBufStatistics = pSubCB->beginInfo.pInheritanceInfo->pipelineStati… in ValidateSecondaryCommandBufferState()
11497 for (auto queryObject : pSubCB->startedQueries) { in ValidateSecondaryCommandBufferState()
11506 report_data->FormatHandle(pSubCB->commandBuffer).c_str()); in ValidateSecondaryCommandBufferState()
11511 auto secondary_pool = GetCommandPoolState(pSubCB->createInfo.commandPool); in ValidateSecondaryCommandBufferState()
11514 … HandleToUint64(pSubCB->commandBuffer), kVUID_Core_DrawState_InvalidQueueFamily, in ValidateSecondaryCommandBufferState()
11518 … report_data->FormatHandle(pSubCB->commandBuffer).c_str(), secondary_pool->queueFamilyIndex); in ValidateSecondaryCommandBufferState()