Home
last modified time | relevance | path

Searched refs:pSubCB (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp2191 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()
[all …]
Dcore_validation.h1000 …l ValidateSecondaryCommandBufferState(const CMD_BUFFER_STATE* pCB, const CMD_BUFFER_STATE* pSubCB);
1002 const CMD_BUFFER_STATE* pSubCB, const char* caller);