Home
last modified time | relevance | path

Searched defs:AttachmentDesc (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/vulkano/src/render_pass/
Ddesc.rs30 attachments: Vec<AttachmentDesc>, in new()
45 attachments: Vec<AttachmentDesc>, in with_multiview()
76 pub fn attachments(&self) -> &[AttachmentDesc] { in attachments()
175 pub struct AttachmentDesc { struct
177 pub format: Format,
179 pub samples: SampleCount,
203 impl AttachmentDesc { argument
Drender_pass.rs690 fn attachment_desc(&self, atch_num: usize) -> &AttachmentDesc { in attachment_desc()
/external/skia/src/gpu/ganesh/vk/
DGrVkRenderPass.h56 struct AttachmentDesc { struct
57 VkFormat fFormat;
58 int fSamples;
59 LoadStoreOps fLoadStoreOps;
61 AttachmentDesc() in AttachmentDesc() argument
73 bool isCompatible(const AttachmentDesc& desc) const { in isCompatible()
DGrVkRenderPass.cpp18 typedef GrVkRenderPass::AttachmentsDescriptor::AttachmentDesc AttachmentDesc; typedef
/external/skia/src/gpu/graphite/
DAttachmentTypes.h44 struct AttachmentDesc { struct
59 AttachmentDesc fColorAttachment; argument
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassFragmentDensityMapTests.cpp334 typedef AttachmentDescription1 AttachmentDesc; typedef
344 typedef AttachmentDescription2 AttachmentDesc; typedef
357 typedef typename RenderPassTraits<RenderingTypeValue>::AttachmentDesc AttachmentDesc; typedef in vkt::renderpass::__anon492f6fbb0111::RenderPassWrapper