Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp655 std::vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() local
664inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttac… in createSubpassDescription()
684 …(deUint32)inputAttachmentReferences.size(), // deUint32 inputAttachmentCount; ||… in createSubpassDescription()
685inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // const VkAttachm… in createSubpassDescription()
DvktRenderPassSubpassDependencyTests.cpp2544 vector<AttachmentReference> inputAttachmentReferences; in iterateInternal() local
2561inputAttachmentReferences.push_back(AttachmentReference(1u, VK_IMAGE_LAYOUT_GENERAL, inputAttachme… in iterateInternal()
2564 …ss> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, colorAt… in iterateInternal()
3172 vector<AttachmentReference> inputAttachmentReferences; in iterateInternal() local
3182inputAttachmentReferences.push_back(AttachmentReference(0u, VK_IMAGE_LAYOUT_GENERAL, inputAttachme… in iterateInternal()
3184 …r<Subpass> subpasses (1, Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, in iterateInternal()
4098 vector<AttachmentReference> inputAttachmentReferences; in initTests() local
4105inputAttachmentReferences.push_back(AttachmentReference((deUint32)subpassNdx - 1, VK_IMAGE_LAYOUT_… in initTests()
4107 …subpasses.push_back(Subpass(VK_PIPELINE_BIND_POINT_GRAPHICS, 0u, inputAttachmentReferences, vector… in initTests()
DvktRenderPassTests.cpp1187 vector<AttachmentRef>& inputAttachmentReferences = attachmentReferenceLists[0]; in createSubpassDescription() local
1196inputAttachmentReferences.push_back(createAttachmentReference<AttachmentRef>(subpass.getInputAttac… in createSubpassDescription()
1216 …(deUint32)inputAttachmentReferences.size(), // deUint32 inputAttachmentCount; ||… in createSubpassDescription()
1217inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // const VkAttachm… in createSubpassDescription()
5387 std::vector<AttachmentReference> inputAttachmentReferences; in addAttachmentAllocationTests() local
5494inputAttachmentReferences.push_back(AttachmentReference((deUint32)subpassInputAttachments[inputAtt… in addAttachmentAllocationTests()
5560 for (size_t inputRefIdx = 0; inputRefIdx < inputAttachmentReferences.size(); ++inputRefIdx) in addAttachmentAllocationTests()
5561 …if (colorAttachmentReferences[colorRefIdx].getAttachment() == inputAttachmentReferences[inputRefId… in addAttachmentAllocationTests()
5567 for (size_t inputRefIdx = 0; inputRefIdx < inputAttachmentReferences.size(); ++inputRefIdx) in addAttachmentAllocationTests()
5569 …bool usedAsDepthStencil = inputAttachmentReferences[inputRefIdx].getAttachment() == depthStencilAt… in addAttachmentAllocationTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp754 m_subpasses.back().inputAttachmentReferences.push_back( in addSubpassInputAttachment()
785 …static_cast<deUint32>(sd.inputAttachmentReferences.size()), // deUint32 inputAttachmentCoun… in bake()
786 …dataOrNullPtr(sd.inputAttachmentReferences), // const VkAttachmentReference* pInputAttachment… in bake()
892 std::vector<VkAttachmentReference> inputAttachmentReferences; member
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp4888 std::vector<VkAttachmentReference> inputAttachmentReferences; in checkIntermediateCopy() local
4889 inputAttachmentReferences.reserve(numInputAttachments); in checkIntermediateCopy()
4893 inputAttachmentReferences.push_back(reference); in checkIntermediateCopy()
4900 static_cast<deUint32>(inputAttachmentReferences.size()), // deUint32 inputAttachmentCount; in checkIntermediateCopy()
4901 inputAttachmentReferences.data(), // const VkAttachmentReference* pInputAttachments; in checkIntermediateCopy()