Home
last modified time | relevance | path

Searched refs:resolveAttachmentIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp172 uint32_t resolveAttachmentIndex = 0; in CreateRenderPassForQuery() local
174 auto& attachmentRef = resolveAttachmentRefs[resolveAttachmentIndex]; in CreateRenderPassForQuery()
189 ++resolveAttachmentIndex; in CreateRenderPassForQuery()
193 for (; resolveAttachmentIndex < colorAttachmentIndex; resolveAttachmentIndex++) { in CreateRenderPassForQuery()
194 auto& attachmentRef = resolveAttachmentRefs[resolveAttachmentIndex]; in CreateRenderPassForQuery()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DRenderPassCache.cpp142 uint32_t resolveAttachmentIndex = 0; in CreateRenderPassForQuery() local
144 auto& attachmentRef = resolveAttachmentRefs[resolveAttachmentIndex]; in CreateRenderPassForQuery()
159 ++resolveAttachmentIndex; in CreateRenderPassForQuery()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp3541 deUint32 resolveAttachmentIndex = VK_ATTACHMENT_UNUSED; in initialize() local
3545 resolveAttachmentIndex = static_cast<deUint32>(attachmentDescriptions.size()); in initialize()
3622 resolveAttachmentIndex, // deUint32 attachment; in initialize()
3645 resolveAttachmentIndex, // deUint32 attachment in initialize()
DvktPipelineMultisampleSampleLocationsExtTests.cpp847 …entIndex, const VkImageLayout colorSubpassLayout, const deUint32 resolveAttachmentIndex, const VkI… in addSubpassColorAttachmentWithResolve() argument
852 makeAttachmentReference(resolveAttachmentIndex, resolveSubpassLayout)); in addSubpassColorAttachmentWithResolve()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2795 const deUint32 resolveAttachmentIndex = resolveAttachmentReference.getAttachment(); in pushDynamicRenderingCommands() local
2796 …nst Attachment& resolveAttachmentInfo = renderPassInfo.getAttachments()[resolveAttachmentIndex]; in pushDynamicRenderingCommands()
2799 resolveImageView = attachmentResources[resolveAttachmentIndex]->getAttachmentView(); in pushDynamicRenderingCommands()