Home
last modified time | relevance | path

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

/external/skia/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/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/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderUtil.cpp235 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()
DvktMultiViewRenderUtil.hpp45 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/
DvktRenderPassTestsUtil.cpp615 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()
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()
DvktRenderPassMultisampleTests.cpp462 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()
DvktRenderPassSparseRenderTargetTests.cpp194 template<typename AttachmentDesc, typename AttachmentRef, typename SubpassDesc, typename SubpassDep…
207 …const AttachmentDesc dstAttachment // VkAttachmentDescription || VkAttachmentDescript… in createRenderPass()
DvktRenderPassMultisampleResolveTests.cpp437 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()
DvktRenderPassTests.cpp1084 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()