/external/skqp/src/gpu/vk/ |
D | GrVkRenderPass.h | 61 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;
|
D | GrVkRenderPass.cpp | 16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef 19 const AttachmentDesc& desc, in setup_vk_attachment_description()
|
/external/skia/src/gpu/vk/ |
D | GrVkRenderPass.h | 51 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;
|
D | GrVkRenderPass.cpp | 16 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef 19 const AttachmentDesc& desc, in setup_vk_attachment_description()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 158 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()
|
D | vktMultiViewRenderUtil.hpp | 42 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/ |
D | vktRenderPassTestsUtil.cpp | 614 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()
|
D | vktRenderPassUnusedAttachmentTests.cpp | 98 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()
|
D | vktRenderPassSampleReadTests.cpp | 252 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()
|
D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 143 …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()
|
D | vktRenderPassFragmentDensityMapTests.cpp | 315 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()
|
D | vktRenderPassUnusedClearAttachmentTests.cpp | 314 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()
|
D | vktRenderPassSparseRenderTargetTests.cpp | 196 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 209 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescript… in createRenderPass()
|
D | vktRenderPassMultisampleTests.cpp | 534 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()
|
D | vktRenderPassTests.cpp | 1146 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()
|