Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp51070 struct PhysicalDeviceASTCDecodeFeaturesEXT struct
51072 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;
51078 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function
51087PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function
51097 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()
51102 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
51109 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()
51116 explicit operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()
51121 explicit operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()
51132 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp48044 struct PhysicalDeviceASTCDecodeFeaturesEXT struct
48053 VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT(VULKAN_HPP_NAMESPACE::Bool32 decodeModeSha… in PhysicalDeviceASTCDecodeFeaturesEXT() function
48059PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function
48069 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()
48074 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48080 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()
48088 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()
48093 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()
48104 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
48114 bool operator==( PhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp52915 struct PhysicalDeviceASTCDecodeFeaturesEXT struct
52917 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;
52923 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function
52932PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function
52942 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()
52947 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
52954 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()
52961 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()
52966 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()
52977 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs29503 pub struct PhysicalDeviceASTCDecodeFeaturesEXT { struct
29508 impl ::std::default::Default for PhysicalDeviceASTCDecodeFeaturesEXT { argument
29517 impl PhysicalDeviceASTCDecodeFeaturesEXT { implementation
29531 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceASTCDecodeFeaturesEXT {} implementation
29533 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceASTCDecodeFeaturesEXT {} implementation
29553 pub fn build(self) -> PhysicalDeviceASTCDecodeFeaturesEXT { in build()