Searched refs:attach_index (Results 1 – 2 of 2) sorted by relevance
3590 auto attach_index = subpass.pInputAttachments[j].attachment; in ValidateLayouts() local3591 if (attach_index == VK_ATTACHMENT_UNUSED) continue; in ValidateLayouts()3631 if (attach_first_use[attach_index]) { in ValidateLayouts()3633 … attach_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 …]
8059 uint32_t attach_index = 0; in ValidateImageBarrierImage() local8066 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()