Home
last modified time | relevance | path

Searched defs:DynamicRendering (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkCommandBuffer.hpp45 struct DynamicRendering struct
50 VkRect2D getRenderArea() const { return renderArea; } in getRenderArea()
51 uint32_t getLayerCount() const { return layerCount; } in getLayerCount()
52 uint32_t getViewMask() const { return viewMask; } in getViewMask()
53 uint32_t getColorAttachmentCount() const { return colorAttachmentCount; } in getColorAttachmentCount()
54 const VkRenderingAttachmentInfo *getColorAttachment(uint32_t i) const in getColorAttachment()
58 const VkRenderingAttachmentInfo &getDepthAttachment() const in getDepthAttachment()
62 const VkRenderingAttachmentInfo &getStencilAttachment() const in getStencilAttachment()
66 bool suspend() const { return flags & VK_RENDERING_SUSPENDING_BIT; } in suspend()
67 bool resume() const { return flags & VK_RENDERING_RESUMING_BIT; } in resume()
[all …]
H A DVkCommandBuffer.cpp1760 DynamicRendering::DynamicRendering(const VkRenderingInfo *pRenderingInfo) in DynamicRendering() function in vk::DynamicRendering
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Ddynamic_rendering.rs7 pub struct DynamicRendering { struct
8 fp: vk::KhrDynamicRenderingFn, argument
11 impl DynamicRendering { impl