Home
last modified time | relevance | path

Searched defs:Subpass (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.hpp272 struct Subpass struct in vk::RenderPassWrapper
274 struct Attachment
282 mutable std::vector<Attachment> m_colorAttachments;
283 mutable Attachment m_depthStencilAttachment;
284 mutable std::vector<Attachment> m_resolveAttachments;
285 mutable VkMultisampledRenderToSingleSampledInfoEXT m_msrtss = {};
286 mutable VkSubpassDescriptionDepthStencilResolve m_dsr = {};
287 mutable VkAttachmentReference2 m_depthStencilResolveAttachment = {};
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dmod.rs285 pub fn first_subpass(self: Arc<Self>) -> Subpass { in first_subpass()
558 pub struct Subpass { struct
563 impl Subpass { argument
566 pub fn from(render_pass: Arc<RenderPass>, id: u32) -> Option<Subpass> { in from()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTestsUtil.hpp216 class Subpass class
H A DvktRenderPassTestsUtil.cpp344 Subpass::Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, in Subpass() function in vkt::renderpass::Subpass
H A DvktRenderPassTests.cpp544 class Subpass class
547 Subpass(VkPipelineBindPoint pipelineBindPoint, VkSubpassDescriptionFlags flags, in Subpass() function in vkt::__anon33b72dba0111::Subpass
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp84 } Subpass; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp84 } Subpass; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs933 fn from_subpass(subpass: &Subpass, framebuffer: &Framebuffer) -> Self { in from_subpass()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp1713 Subpass, enumerator