Searched defs:inputAttachments (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp525 const vector<AttachmentReference>& inputAttachments,
532 , m_inputAttachments (inputAttachments)
808 const vector<AttachmentReference>& inputAttachments = subpass.getInputAttachments(); local
813 if (!inputAttachments.empty())
817 for (size_t inputNdx = 0; inputNdx < inputAttachments.size(); inputNdx++)
820 const AttachmentReference& inputAttachment = inputAttachments[inputNdx];
1111 inputAttachmentReferences.empty() ? DE_NULL : &inputAttachmentReferences[0], // inputAttachments;
523 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, const vector<AttachmentReference>& inputAttachments, const vector<AttachmentReference>& colorAttachments, const vector<AttachmentReference>& resolveAttachments, AttachmentReference depthStencilAttachment, const vector<deUint32>& preserveAttachments) argument

Completed in 292 milliseconds