Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp117258 struct TextureLODGatherFormatPropertiesAMD struct
117260 using NativeType = VkTextureLODGatherFormatPropertiesAMD;
117266 …VULKAN_HPP_CONSTEXPR TextureLODGatherFormatPropertiesAMD( VULKAN_HPP_NAMESPACE::Bool32 supportsTex… in TextureLODGatherFormatPropertiesAMD() function
117275TextureLODGatherFormatPropertiesAMD( VkTextureLODGatherFormatPropertiesAMD const & rhs ) VULKAN_HP… in TextureLODGatherFormatPropertiesAMD() function
117285 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD const *>( &rhs… in operator =()
117289 operator VkTextureLODGatherFormatPropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD const&()
117294 operator VkTextureLODGatherFormatPropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD&()
117305 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
117314 bool operator==( TextureLODGatherFormatPropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
117323 bool operator!=( TextureLODGatherFormatPropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp114546 struct TextureLODGatherFormatPropertiesAMD struct
114548 using NativeType = VkTextureLODGatherFormatPropertiesAMD;
114554 …VULKAN_HPP_CONSTEXPR TextureLODGatherFormatPropertiesAMD( VULKAN_HPP_NAMESPACE::Bool32 supportsTex… in TextureLODGatherFormatPropertiesAMD() function
114563TextureLODGatherFormatPropertiesAMD( VkTextureLODGatherFormatPropertiesAMD const & rhs ) VULKAN_HP… in TextureLODGatherFormatPropertiesAMD() function
114573 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD const *>( &rhs… in operator =()
114577 operator VkTextureLODGatherFormatPropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD const&()
114582 operator VkTextureLODGatherFormatPropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD&()
114593 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
114602 bool operator==( TextureLODGatherFormatPropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
114611 bool operator!=( TextureLODGatherFormatPropertiesAMD const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp138958 struct TextureLODGatherFormatPropertiesAMD struct
138960 using NativeType = VkTextureLODGatherFormatPropertiesAMD;
138966 …VULKAN_HPP_CONSTEXPR TextureLODGatherFormatPropertiesAMD( VULKAN_HPP_NAMESPACE::Bool32 supportsTex… in TextureLODGatherFormatPropertiesAMD() function
138975TextureLODGatherFormatPropertiesAMD( VkTextureLODGatherFormatPropertiesAMD const & rhs ) VULKAN_HP… in TextureLODGatherFormatPropertiesAMD() function
138985 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::TextureLODGatherFormatPropertiesAMD const *>( &rhs… in operator =()
138989 operator VkTextureLODGatherFormatPropertiesAMD const &() const VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD const&()
138994 operator VkTextureLODGatherFormatPropertiesAMD &() VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD&()
138999 operator VkTextureLODGatherFormatPropertiesAMD const *() const VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD const*()
139004 operator VkTextureLODGatherFormatPropertiesAMD *() VULKAN_HPP_NOEXCEPT in operator VkTextureLODGatherFormatPropertiesAMD*()
139015 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs24493 pub struct TextureLODGatherFormatPropertiesAMD { struct
24498 impl ::std::default::Default for TextureLODGatherFormatPropertiesAMD { implementation
24508 unsafe impl TaggedStructure for TextureLODGatherFormatPropertiesAMD { implementation
24511 impl TextureLODGatherFormatPropertiesAMD { impl
24525 unsafe impl ExtendsImageFormatProperties2 for TextureLODGatherFormatPropertiesAMD {} implementation
24550 pub fn build(self) -> TextureLODGatherFormatPropertiesAMD { in build()