Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkRenderPass.h61 struct AttachmentDesc { struct
66 AttachmentDesc() in AttachmentDesc() function
70 bool operator==(const AttachmentDesc& right) const {
75 bool operator!=(const AttachmentDesc& right) const {
78 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() argument
82 AttachmentDesc fColor;
83 AttachmentDesc fStencil;
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
19 const AttachmentDesc& desc, in setup_vk_attachment_description()
/external/skia/src/gpu/vk/
DGrVkRenderPass.h51 struct AttachmentDesc { struct
56 AttachmentDesc() in AttachmentDesc() function
60 bool operator==(const AttachmentDesc& right) const {
65 bool operator!=(const AttachmentDesc& right) const {
68 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible() argument
72 AttachmentDesc fColor;
73 AttachmentDesc fResolve;
74 AttachmentDesc fStencil;
DGrVkRenderPass.cpp16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
19 const AttachmentDesc& desc, in setup_vk_attachment_description()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp158 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
169 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAtt… in makeRenderPass()
193 …const AttachmentDesc dsAttachmentDescription // VkAttachmentDescription || VkAtta… in makeRenderPass()
219 const AttachmentDesc attachmentDescriptions[] = in makeRenderPass()
334 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
337 …return makeRenderPass<AttachmentDesc, AttachmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo… in makeRenderPassWithDepth()
358 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
367 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments()
382 …const AttachmentDesc inputAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments()
397 vector<AttachmentDesc> attachments; in makeRenderPassWithAttachments()
DvktMultiViewRenderUtil.hpp42 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
45 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
48 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTestsUtil.cpp614 template <typename AttachmentDesc>
615 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription()
617 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescr… in createAttachmentDescription()
765 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
772 std::vector<AttachmentDesc> attachments; in createRenderPass()
781 …attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.getAttachments()[… in createRenderPass()
DvktRenderPassUnusedAttachmentTests.cpp98 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
104 const AttachmentDesc attachmentDescriptions[] = in createRenderPass()
107 AttachmentDesc ( in createRenderPass()
120 AttachmentDesc ( in createRenderPass()
133 AttachmentDesc ( in createRenderPass()
DvktRenderPassSampleReadTests.cpp252 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
308 …const AttachmentDesc srcAttachment // VkAttachmentDescription || VkAttachmentDesc… in createRenderPass()
322 …const AttachmentDesc dstMultisampleAttachment // VkAttachmentDescription || VkAttach… in createRenderPass()
336 …const AttachmentDesc dstResolveAttachment // VkAttachmentDescription || VkAttachmen… in createRenderPass()
350 const AttachmentDesc attachments[] = in createRenderPass()
DvktRenderPassUnusedAttachmentSparseFillingTests.cpp143 …template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDe…
664 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
669 std::vector<AttachmentDesc> attachmentDescriptions; in createRenderPass()
679 AttachmentDesc( in createRenderPass()
DvktRenderPassFragmentDensityMapTests.cpp315 typedef AttachmentDescription2 AttachmentDesc; in createRenderPassProduceDynamicDensityMap() typedef
321 std::vector<AttachmentDesc> attachmentDescriptions in createRenderPassProduceDynamicDensityMap()
409 typedef AttachmentDescription2 AttachmentDesc; in createRenderPassProduceSubsampledImage() typedef
422 std::vector<AttachmentDesc> attachmentDescriptions in createRenderPassProduceSubsampledImage()
622 typedef AttachmentDescription2 AttachmentDesc; in createRenderPassOutputSubsampledImage() typedef
629 std::vector<AttachmentDesc> attachmentDescriptions = in createRenderPassOutputSubsampledImage()
DvktRenderPassUnusedClearAttachmentTests.cpp314 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
324 const AttachmentDesc attachmentDescription ( in createRenderPass()
336 …std::vector<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescr… in createRenderPass()
DvktRenderPassSparseRenderTargetTests.cpp196 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
209 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescript… in createRenderPass()
DvktRenderPassMultisampleTests.cpp534 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
553 vector<AttachmentDesc> attachments; in createRenderPass()
577 …const AttachmentDesc srcAttachment // VkAttachmentDescription || VkAttachmentDesc… in createRenderPass()
601 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescri… in createRenderPass()
629 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescri… in createRenderPass()
DvktRenderPassTests.cpp1146 template <typename AttachmentDesc>
1147 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription()
1149 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDe… in createAttachmentDescription()
1271 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
1277 vector<AttachmentDesc> attachments; in createRenderPass()
1285 …attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.getAttachments()[… in createRenderPass()