Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp3590 auto attach_index = subpass.pInputAttachments[j].attachment; in ValidateLayouts() local
3591 if (attach_index == VK_ATTACHMENT_UNUSED) continue; in ValidateLayouts()
3631 if (attach_first_use[attach_index]) { in ValidateLayouts()
3633attach_index, pCreateInfo->pAttachments[attach_index]); in ValidateLayouts()
3636 …ss.pDepthStencilAttachment != NULL && subpass.pDepthStencilAttachment->attachment == attach_index); in ValidateLayouts()
3639 used_as_color = (subpass.pColorAttachments[k].attachment == attach_index); in ValidateLayouts()
3642 pCreateInfo->pAttachments[attach_index].loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) { in ValidateLayouts()
3646 function_name, attach_index, attach_index); in ValidateLayouts()
3649 attach_first_use[attach_index] = false; in ValidateLayouts()
3653 auto attach_index = subpass.pColorAttachments[j].attachment; in ValidateLayouts() local
[all …]
Dcore_validation.cpp8059 uint32_t attach_index = 0; in ValidateImageBarrierImage() local
8066 attach_index = attachment; in ValidateImageBarrierImage()
8071 …sub_desc.pDepthStencilAttachment && sub_desc.pDepthStencilAttachment->attachment == attach_index) { in ValidateImageBarrierImage()
8077 resolve->pDepthStencilResolveAttachment->attachment == attach_index) { in ValidateImageBarrierImage()
8083 … if (sub_desc.pColorAttachments && sub_desc.pColorAttachments[j].attachment == attach_index) { in ValidateImageBarrierImage()
8087 …e if (sub_desc.pResolveAttachments && sub_desc.pResolveAttachments[j].attachment == attach_index) { in ValidateImageBarrierImage()