Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp20573 struct DedicatedAllocationImageCreateInfoNV struct
20575 using NativeType = VkDedicatedAllocationImageCreateInfoNV;
20581 …VULKAN_HPP_CONSTEXPR DedicatedAllocationImageCreateInfoNV( VULKAN_HPP_NAMESPACE::Bool32 dedicatedA… in DedicatedAllocationImageCreateInfoNV() function
20590DedicatedAllocationImageCreateInfoNV( VkDedicatedAllocationImageCreateInfoNV const & rhs ) VULKAN_… in DedicatedAllocationImageCreateInfoNV() function
20600 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DedicatedAllocationImageCreateInfoNV const *>( &rh… in operator =()
20605 …TEXPR_14 DedicatedAllocationImageCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
20612 … setDedicatedAllocation( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocation()
20619 explicit operator VkDedicatedAllocationImageCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationImageCreateInfoNV const&()
20624 explicit operator VkDedicatedAllocationImageCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationImageCreateInfoNV&()
20635 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp18779 struct DedicatedAllocationImageCreateInfoNV struct
18788 VULKAN_HPP_CONSTEXPR DedicatedAllocationImageCreateInfoNV(VULKAN_HPP_NAMESPACE::Bool32 dedicatedAll… in DedicatedAllocationImageCreateInfoNV() function
18794DedicatedAllocationImageCreateInfoNV( VkDedicatedAllocationImageCreateInfoNV const & rhs ) VULKAN_… in DedicatedAllocationImageCreateInfoNV() function
18804 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DedicatedAllocationImageCreateInfoNV const *>( &rh… in operator =()
18809 …TEXPR_14 DedicatedAllocationImageCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
18815 …V & setDedicatedAllocation( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocation()
18823 operator VkDedicatedAllocationImageCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationImageCreateInfoNV const&()
18828 operator VkDedicatedAllocationImageCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationImageCreateInfoNV&()
18839 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
18849 bool operator==( DedicatedAllocationImageCreateInfoNV const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp21189 struct DedicatedAllocationImageCreateInfoNV struct
21191 using NativeType = VkDedicatedAllocationImageCreateInfoNV;
21197 …VULKAN_HPP_CONSTEXPR DedicatedAllocationImageCreateInfoNV( VULKAN_HPP_NAMESPACE::Bool32 dedicatedA… in DedicatedAllocationImageCreateInfoNV() function
21206DedicatedAllocationImageCreateInfoNV( VkDedicatedAllocationImageCreateInfoNV const & rhs ) VULKAN_… in DedicatedAllocationImageCreateInfoNV() function
21216 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::DedicatedAllocationImageCreateInfoNV const *>( &rh… in operator =()
21221 …TEXPR_14 DedicatedAllocationImageCreateInfoNV & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
21228 … setDedicatedAllocation( VULKAN_HPP_NAMESPACE::Bool32 dedicatedAllocation_ ) VULKAN_HPP_NOEXCEPT in setDedicatedAllocation()
21235 operator VkDedicatedAllocationImageCreateInfoNV const &() const VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationImageCreateInfoNV const&()
21240 operator VkDedicatedAllocationImageCreateInfoNV &() VULKAN_HPP_NOEXCEPT in operator VkDedicatedAllocationImageCreateInfoNV&()
21251 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs11619 pub struct DedicatedAllocationImageCreateInfoNV { struct
11624 impl ::std::default::Default for DedicatedAllocationImageCreateInfoNV { argument
11633 impl DedicatedAllocationImageCreateInfoNV { impl
11647 unsafe impl ExtendsImageCreateInfo for DedicatedAllocationImageCreateInfoNV {} implementation
11667 pub fn build(self) -> DedicatedAllocationImageCreateInfoNV { in build()