Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dmod.rs346 pub struct CommandBufferInheritanceRenderingInfo { struct
356 pub view_mask: u32,
385 impl Default for CommandBufferInheritanceRenderingInfo { implementation
/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Drender_pass.rs131 info: &CommandBufferInheritanceRenderingInfo, in from_inheritance_rendering_info()
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp15186 struct CommandBufferInheritanceRenderingInfo struct
15188 using NativeType = VkCommandBufferInheritanceRenderingInfo;
15190 static const bool allowDuplicate = false;
15191 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
15195CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() function
15216CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() argument
15222CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() function
15246 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()
15251 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15257 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp14956 struct CommandBufferInheritanceRenderingInfo struct
14958 using NativeType = VkCommandBufferInheritanceRenderingInfo;
14960 static const bool allowDuplicate = false;
14961 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
14965CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() argument
14986CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function
14992CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() argument
15016 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()
15021 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
15027 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp19847 struct CommandBufferInheritanceRenderingInfo struct
19849 using NativeType = VkCommandBufferInheritanceRenderingInfo;
19851 static const bool allowDuplicate = false;
19852 …_OR_CONSTEXPR StructureType structureType = StructureType::eCommandBufferInheritanceRenderingInfo;
19856CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ … in CommandBufferInheritanceRenderingInfo() function
19877CommandBufferInheritanceRenderingInfo( VkCommandBufferInheritanceRenderingInfo const & rhs ) VULKA… in CommandBufferInheritanceRenderingInfo() function
19883CommandBufferInheritanceRenderingInfo( VULKAN_HPP_NAMESPACE::RenderingFlags … in CommandBufferInheritanceRenderingInfo() function
19907 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CommandBufferInheritanceRenderingInfo const *>( &r… in operator =()
19912 …EXPR_14 CommandBufferInheritanceRenderingInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
19918 …eritanceRenderingInfo & setFlags( VULKAN_HPP_NAMESPACE::RenderingFlags flags_ ) VULKAN_HPP_NOEXCEPT in setFlags()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs65751 pub struct CommandBufferInheritanceRenderingInfo { struct
65762 impl ::std::default::Default for CommandBufferInheritanceRenderingInfo { argument
65778 unsafe impl TaggedStructure for CommandBufferInheritanceRenderingInfo { implementation
65781 impl CommandBufferInheritanceRenderingInfo { impl
65798 unsafe impl ExtendsCommandBufferInheritanceInfo for CommandBufferInheritanceRenderingInfo {} implementation
65845 pub fn build(self) -> CommandBufferInheritanceRenderingInfo { in build()