Searched refs:pSubCB (Results 1 – 2 of 2) sorted by relevance
2191 for (auto pSubCB : pCB->linkedCommandBuffers) { in ResetCommandBufferState() local2192 pSubCB->linkedCommandBuffers.erase(pCB); in ResetCommandBufferState()3051 for (auto pSubCB : pCB->linkedCommandBuffers) { in ValidatePrimaryCommandBufferState() local3052 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() argument11448 if (!pSubCB->beginInfo.pInheritanceInfo) { in ValidateFramebuffer()[all …]
1000 …l ValidateSecondaryCommandBufferState(const CMD_BUFFER_STATE* pCB, const CMD_BUFFER_STATE* pSubCB);1002 const CMD_BUFFER_STATE* pSubCB, const char* caller);