Home
last modified time | relevance | path

Searched defs:RenderPassInputAttachmentAspectCreateInfo (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp89590 struct RenderPassInputAttachmentAspectCreateInfo struct
89592 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
89594 static const bool allowDuplicate = false;
89595 …CONSTEXPR StructureType structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
89598 …_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo( uint32_t … in RenderPassInputAttachmentAspectCreateInfo() argument
89609RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
89615 RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() function
89628 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
89633 …_14 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
89639 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp83298 struct RenderPassInputAttachmentAspectCreateInfo struct
83300 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
83302 static const bool allowDuplicate = false;
83303 …_CONSTEXPR StructureType structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
83307 VULKAN_HPP_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo(uint32_t aspectReferenceCount_ = {},… in RenderPassInputAttachmentAspectCreateInfo() function
83313RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
83318RenderPassInputAttachmentAspectCreateInfo( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const VUL… in RenderPassInputAttachmentAspectCreateInfo() function
83329 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
83334 …_14 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
83340 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp94296 struct RenderPassInputAttachmentAspectCreateInfo struct
94298 using NativeType = VkRenderPassInputAttachmentAspectCreateInfo;
94300 static const bool allowDuplicate = false;
94301 …CONSTEXPR StructureType structureType = StructureType::eRenderPassInputAttachmentAspectCreateInfo;
94304 …_CONSTEXPR RenderPassInputAttachmentAspectCreateInfo( uint32_t … in RenderPassInputAttachmentAspectCreateInfo() function
94315RenderPassInputAttachmentAspectCreateInfo( VkRenderPassInputAttachmentAspectCreateInfo const & rhs… in RenderPassInputAttachmentAspectCreateInfo() function
94321 RenderPassInputAttachmentAspectCreateInfo( in RenderPassInputAttachmentAspectCreateInfo() function
94334 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo const *>… in operator =()
94339 …_14 RenderPassInputAttachmentAspectCreateInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
94345 …entAspectCreateInfo & setAspectReferenceCount( uint32_t aspectReferenceCount_ ) VULKAN_HPP_NOEXCEPT in setAspectReferenceCount()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs20021 pub struct RenderPassInputAttachmentAspectCreateInfo { struct
20027 impl ::std::default::Default for RenderPassInputAttachmentAspectCreateInfo { argument
20037 impl RenderPassInputAttachmentAspectCreateInfo { implementation
20051 unsafe impl ExtendsRenderPassCreateInfo for RenderPassInputAttachmentAspectCreateInfo {} implementation
20075 pub fn build(self) -> RenderPassInputAttachmentAspectCreateInfo { in build()