Home
last modified time | relevance | path

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

/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp55046 struct PhysicalDeviceASTCDecodeFeaturesEXT struct
55048 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;
55054 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function
55063PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function
55073 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()
55078 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
55085 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()
55092 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()
55097 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()
55108 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp56451 struct PhysicalDeviceASTCDecodeFeaturesEXT struct
56453 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;
56459 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function
56468PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function
56478 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()
56483 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56490 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()
56497 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()
56502 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()
56513 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp56449 struct PhysicalDeviceASTCDecodeFeaturesEXT struct
56451 using NativeType = VkPhysicalDeviceASTCDecodeFeaturesEXT;
56457 …VULKAN_HPP_CONSTEXPR PhysicalDeviceASTCDecodeFeaturesEXT( VULKAN_HPP_NAMESPACE::Bool32 decodeModeS… in PhysicalDeviceASTCDecodeFeaturesEXT() function
56466PhysicalDeviceASTCDecodeFeaturesEXT( VkPhysicalDeviceASTCDecodeFeaturesEXT const & rhs ) VULKAN_HP… in PhysicalDeviceASTCDecodeFeaturesEXT() function
56476 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceASTCDecodeFeaturesEXT const *>( &rhs… in operator =()
56481 …PP_CONSTEXPR_14 PhysicalDeviceASTCDecodeFeaturesEXT & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56488 …odeModeSharedExponent( VULKAN_HPP_NAMESPACE::Bool32 decodeModeSharedExponent_ ) VULKAN_HPP_NOEXCEPT in setDecodeModeSharedExponent()
56495 operator VkPhysicalDeviceASTCDecodeFeaturesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT const&()
56500 operator VkPhysicalDeviceASTCDecodeFeaturesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceASTCDecodeFeaturesEXT&()
56511 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs33203 pub struct PhysicalDeviceASTCDecodeFeaturesEXT { struct
33208 impl ::std::default::Default for PhysicalDeviceASTCDecodeFeaturesEXT { argument
33218 unsafe impl TaggedStructure for PhysicalDeviceASTCDecodeFeaturesEXT { implementation
33221 impl PhysicalDeviceASTCDecodeFeaturesEXT { implementation
33235 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceASTCDecodeFeaturesEXT {} implementation
33237 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceASTCDecodeFeaturesEXT {} implementation
33258 pub fn build(self) -> PhysicalDeviceASTCDecodeFeaturesEXT { in build()