Searched refs:attach_index (Results 1 – 2 of 2) sorted by relevance
3499 auto attach_index = subpass.pInputAttachments[j].attachment; in ValidateLayouts() local3500 if (attach_index == VK_ATTACHMENT_UNUSED) continue; in ValidateLayouts()3540 if (attach_first_use[attach_index]) { in ValidateLayouts()3542 … attach_index, pCreateInfo->pAttachments[attach_index]); in ValidateLayouts()3545 …ss.pDepthStencilAttachment != NULL && subpass.pDepthStencilAttachment->attachment == attach_index); in ValidateLayouts()3548 used_as_color = (subpass.pColorAttachments[k].attachment == attach_index); in ValidateLayouts()3551 pCreateInfo->pAttachments[attach_index].loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) { in ValidateLayouts()3555 function_name, attach_index, attach_index); in ValidateLayouts()3558 attach_first_use[attach_index] = false; in ValidateLayouts()3562 auto attach_index = subpass.pColorAttachments[j].attachment; in ValidateLayouts() local[all …]
7694 uint32_t attach_index = 0; in ValidateImageBarrierImage() local7701 attach_index = attachment; in ValidateImageBarrierImage()7706 …sub_desc.pDepthStencilAttachment && sub_desc.pDepthStencilAttachment->attachment == attach_index) { in ValidateImageBarrierImage()7712 resolve->pDepthStencilResolveAttachment->attachment == attach_index) { in ValidateImageBarrierImage()7718 … if (sub_desc.pColorAttachments && sub_desc.pColorAttachments[j].attachment == attach_index) { in ValidateImageBarrierImage()7722 …e if (sub_desc.pResolveAttachments && sub_desc.pResolveAttachments[j].attachment == attach_index) { in ValidateImageBarrierImage()