/external/skia/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/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/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 235 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 246 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAtt… in makeRenderPass() 270 …const AttachmentDesc dsAttachmentDescription // VkAttachmentDescription || VkAtta… in makeRenderPass() 296 const AttachmentDesc attachmentDescriptions[] = in makeRenderPass() 411 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 414 …return makeRenderPass<AttachmentDesc, AttachmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo… in makeRenderPassWithDepth() 435 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 444 …const AttachmentDesc colorAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments() 459 …const AttachmentDesc inputAttachmentDescription // VkAttachmentDescription || VkAt… in makeRenderPassWithAttachments() 474 vector<AttachmentDesc> attachments; in makeRenderPassWithAttachments()
|
D | vktMultiViewRenderUtil.hpp | 45 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 48 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 51 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTestsUtil.cpp | 615 template <typename AttachmentDesc> 616 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription() 618 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDescr… in createAttachmentDescription() 740 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 746 std::vector<AttachmentDesc> attachments; in createRenderPass() 754 …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 | vktRenderPassMultisampleTests.cpp | 462 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 477 vector<AttachmentDesc> attachments; in createRenderPass() 501 …const AttachmentDesc srcAttachment // VkAttachmentDescription || VkAttachmentDesc… in createRenderPass() 525 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescri… in createRenderPass() 553 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescri… in createRenderPass()
|
D | vktRenderPassSparseRenderTargetTests.cpp | 194 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 207 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescript… in createRenderPass()
|
D | vktRenderPassMultisampleResolveTests.cpp | 437 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 444 std::vector<AttachmentDesc> attachments; in createRenderPass() 451 …const AttachmentDesc multisampleAttachment // VkAttachmentDescription || VkAttachmentDe… in createRenderPass() 477 …const AttachmentDesc singlesampleAttachment // VkAttachmentDescription || VkAttachmentD… in createRenderPass()
|
D | vktRenderPassTests.cpp | 1084 template <typename AttachmentDesc> 1085 AttachmentDesc createAttachmentDescription (const Attachment& attachment) in createAttachmentDescription() 1087 …const AttachmentDesc attachmentDescription // VkAttachmentDescription || VkAttachmentDe… in createAttachmentDescription() 1209 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep… 1215 vector<AttachmentDesc> attachments; in createRenderPass() 1223 …attachments.push_back(createAttachmentDescription<AttachmentDesc>(renderPassInfo.getAttachments()[… in createRenderPass()
|