Lines Matching refs:attach_index
3590 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()
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
3654 if (attach_index == VK_ATTACHMENT_UNUSED) continue; in ValidateLayouts()
3699 if (attach_first_use[attach_index]) { in ValidateLayouts()
3701 … attach_index, pCreateInfo->pAttachments[attach_index]); in ValidateLayouts()
3703 attach_first_use[attach_index] = false; in ValidateLayouts()
3748 auto attach_index = subpass.pDepthStencilAttachment->attachment; in ValidateLayouts() local
3749 if (attach_first_use[attach_index]) { in ValidateLayouts()
3751 … attach_index, pCreateInfo->pAttachments[attach_index]); in ValidateLayouts()
3753 attach_first_use[attach_index] = false; in ValidateLayouts()