Searched refs:resolveAttachmentIndex (Results 1 – 5 of 5) sorted by relevance
172 uint32_t resolveAttachmentIndex = 0; in CreateRenderPassForQuery() local174 auto& attachmentRef = resolveAttachmentRefs[resolveAttachmentIndex]; in CreateRenderPassForQuery()189 ++resolveAttachmentIndex; in CreateRenderPassForQuery()193 for (; resolveAttachmentIndex < colorAttachmentIndex; resolveAttachmentIndex++) { in CreateRenderPassForQuery()194 auto& attachmentRef = resolveAttachmentRefs[resolveAttachmentIndex]; in CreateRenderPassForQuery()
142 uint32_t resolveAttachmentIndex = 0; in CreateRenderPassForQuery() local144 auto& attachmentRef = resolveAttachmentRefs[resolveAttachmentIndex]; in CreateRenderPassForQuery()159 ++resolveAttachmentIndex; in CreateRenderPassForQuery()
3541 deUint32 resolveAttachmentIndex = VK_ATTACHMENT_UNUSED; in initialize() local3545 resolveAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize()3622 resolveAttachmentIndex, // deUint32 attachment; in initialize()3645 resolveAttachmentIndex, // deUint32 attachment in initialize()
847 …entIndex, const VkImageLayout colorSubpassLayout, const deUint32 resolveAttachmentIndex, const VkI… in addSubpassColorAttachmentWithResolve() argument852 makeAttachmentReference(resolveAttachmentIndex, resolveSubpassLayout)); in addSubpassColorAttachmentWithResolve()
2795 const deUint32 resolveAttachmentIndex = resolveAttachmentReference.getAttachment(); in pushDynamicRenderingCommands() local2796 …nst Attachment& resolveAttachmentInfo = renderPassInfo.getAttachments()[resolveAttachmentIndex]; in pushDynamicRenderingCommands()2799 resolveImageView = attachmentResources[resolveAttachmentIndex]->getAttachmentView(); in pushDynamicRenderingCommands()