Searched refs:pAttachment (Results 1 – 2 of 2) sorted by relevance
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 10403 auto pAttachment = &renderPass->createInfo.pAttachments[i]; in CmdBeginRenderPass() local 10404 if (FormatSpecificLoadAndStoreOpSettings(pAttachment->format, pAttachment->loadOp, in CmdBeginRenderPass() 10405 pAttachment->stencilLoadOp, in CmdBeginRenderPass() 10413 … } else if (FormatSpecificLoadAndStoreOpSettings(pAttachment->format, pAttachment->loadOp, in CmdBeginRenderPass() 10414 pAttachment->stencilLoadOp, in CmdBeginRenderPass() 10421 … } else if (FormatSpecificLoadAndStoreOpSettings(pAttachment->format, pAttachment->loadOp, in CmdBeginRenderPass() 10422 pAttachment->stencilLoadOp, in CmdBeginRenderPass() 10530 auto pAttachment = &rp_state->createInfo.pAttachments[i]; in CmdEndRenderPass() local 10531 if (FormatSpecificLoadAndStoreOpSettings(pAttachment->format, pAttachment->storeOp, in CmdEndRenderPass() 10532 … pAttachment->stencilStoreOp, VK_ATTACHMENT_STORE_OP_STORE)) { in CmdEndRenderPass() [all …]
|
D | vk_validation_error_database.txt | 2056 …rBlendState is not NULL, the blendEnable member of each element of the pAttachment member of pColo…
|