Home
last modified time | relevance | path

Searched defs:PhysicalDevice16BitStorageFeatures (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp38157 struct PhysicalDevice16BitStorageFeatures struct
38159 using NativeType = VkPhysicalDevice16BitStorageFeatures;
38161 static const bool allowDuplicate = false;
38162 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
38167PhysicalDevice16BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ … in PhysicalDevice16BitStorageFeatures() function
38180PhysicalDevice16BitStorageFeatures( VkPhysicalDevice16BitStorageFeatures const & rhs ) VULKAN_HPP_… in PhysicalDevice16BitStorageFeatures() function
38191 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures const *>( &rhs … in operator =()
38196 PhysicalDevice16BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
38203 …rageBuffer16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer16BitAccess()
38209 PhysicalDevice16BitStorageFeatures & setUniformAndStorageBuffer16BitAccess( in setUniformAndStorageBuffer16BitAccess()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp64263 struct PhysicalDevice16BitStorageFeatures struct
64265 using NativeType = VkPhysicalDevice16BitStorageFeatures;
64267 static const bool allowDuplicate = false;
64268 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevice16BitStorageFeatures;
64271 …VULKAN_HPP_CONSTEXPR PhysicalDevice16BitStorageFeatures( VULKAN_HPP_NAMESPACE::Bool32 storageBuffe… in PhysicalDevice16BitStorageFeatures() function
64286PhysicalDevice16BitStorageFeatures( VkPhysicalDevice16BitStorageFeatures const & rhs ) VULKAN_HPP_… in PhysicalDevice16BitStorageFeatures() function
64296 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevice16BitStorageFeatures const *>( &rhs … in operator =()
64301 …HPP_CONSTEXPR_14 PhysicalDevice16BitStorageFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
64308 …rageBuffer16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer16BitAccess()
64315 …16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer16BitAccess()
[all …]