Searched defs:SubpassDesc (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/vulkano/src/render_pass/ |
D | desc.rs | 31 subpasses: Vec<SubpassDesc>, in new() 46 subpasses: Vec<SubpassDesc>, in with_multiview() 82 pub fn subpasses(&self) -> &[SubpassDesc] { in subpasses() 236 pub struct SubpassDesc { struct 238 pub color_attachments: Vec<(usize, ImageLayout)>, // TODO: Vec is slow 241 pub depth_stencil: Option<(usize, ImageLayout)>, 244 pub input_attachments: Vec<(usize, ImageLayout)>, // TODO: Vec is slow 250 pub resolve_attachments: Vec<(usize, ImageLayout)>, // TODO: Vec is slow 253 pub preserve_attachments: Vec<usize>, // TODO: Vec is slow
|
D | render_pass.rs | 685 fn subpass_desc(&self) -> &SubpassDesc { in subpass_desc()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 139 typedef SubpassDescription1 SubpassDesc; typedef 147 typedef SubpassDescription2 SubpassDesc; typedef 1515 typedef typename RPT::SubpassDesc SubpassDesc; in createRenderPass() typedef 2420 typedef typename RPT::SubpassDesc SubpassDesc; in createRenderPass() typedef
|
D | vktRenderPassFragmentDensityMapTests.cpp | 336 typedef SubpassDescription1 SubpassDesc; typedef 346 typedef SubpassDescription2 SubpassDesc; typedef 359 typedef typename RenderPassTraits<RenderingTypeValue>::SubpassDesc SubpassDesc; typedef in vkt::renderpass::__anon492f6fbb0111::RenderPassWrapper
|