Searched refs:attachmentIndices (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 99 …ttachmentCount, deUint32 allAttachmentCount, std::vector<deUint32>& attachmentIndices, std::vector… in generateInputAttachmentParams() argument 101 attachmentIndices.resize(allAttachmentCount); in generateInputAttachmentParams() 102 std::iota(begin(attachmentIndices), begin(attachmentIndices) + activeAttachmentCount, 0); in generateInputAttachmentParams() 103 …std::fill(begin(attachmentIndices) + activeAttachmentCount, end(attachmentIndices), VK_ATTACHMENT_… in generateInputAttachmentParams() 105 random.shuffle(begin(attachmentIndices), end(attachmentIndices)); in generateInputAttachmentParams() 111 if (attachmentIndices[i] != VK_ATTACHMENT_UNUSED) in generateInputAttachmentParams() 216 std::vector<deUint32> attachmentIndices, descriptorBindings; in initPrograms() local 217 …InputAttachmentCount, 2u * m_testParams.activeInputAttachmentCount, attachmentIndices, descriptorB… in initPrograms() 672 std::vector<deUint32> attachmentIndices; in createRenderPass() local 674 …InputAttachmentCount, 2u * m_testParams.activeInputAttachmentCount, attachmentIndices, descriptorB… in createRenderPass() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 10035 unordered_set<uint32_t> attachmentIndices; in ValidateDependencies() local 10038 attachmentIndices.clear(); in ValidateDependencies() 10056 attachmentIndices.insert(attachment); in ValidateDependencies() 10066 if (attachmentIndices.count(attachment)) { in ValidateDependencies()
|