Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp99 void generateInputAttachmentParams(deUint32 activeAttachmentCount, deUint32 allAttachmentCount, std… in generateInputAttachmentParams() argument
102 std::iota(begin(attachmentIndices), begin(attachmentIndices) + activeAttachmentCount, 0); in generateInputAttachmentParams()
103 …std::fill(begin(attachmentIndices) + activeAttachmentCount, end(attachmentIndices), VK_ATTACHMENT_… in generateInputAttachmentParams()
107 descriptorBindings.resize(activeAttachmentCount+1); in generateInputAttachmentParams()