Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp56016 struct PhysicalDeviceVulkan11Features struct
56018 using NativeType = VkPhysicalDeviceVulkan11Features;
56020 static const bool allowDuplicate = false;
56021 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Features;
56025PhysicalDeviceVulkan11Features( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ =… in PhysicalDeviceVulkan11Features() argument
56054PhysicalDeviceVulkan11Features( VkPhysicalDeviceVulkan11Features const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceVulkan11Features() function
56064 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Features const *>( &rhs ); in operator =()
56069 PhysicalDeviceVulkan11Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
56076 …rageBuffer16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer16BitAccess()
56082 PhysicalDeviceVulkan11Features & setUniformAndStorageBuffer16BitAccess( in setUniformAndStorageBuffer16BitAccess()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp87178 struct PhysicalDeviceVulkan11Features struct
87180 using NativeType = VkPhysicalDeviceVulkan11Features;
87182 static const bool allowDuplicate = false;
87183 …P_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Features;
87186 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVulkan11Features( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16B… in PhysicalDeviceVulkan11Features() function
87217PhysicalDeviceVulkan11Features( VkPhysicalDeviceVulkan11Features const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceVulkan11Features() function
87227 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Features const *>( &rhs ); in operator =()
87232 …KAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Features & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
87239 …rageBuffer16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 storageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setStorageBuffer16BitAccess()
87246 …16BitAccess( VULKAN_HPP_NAMESPACE::Bool32 uniformAndStorageBuffer16BitAccess_ ) VULKAN_HPP_NOEXCEPT in setUniformAndStorageBuffer16BitAccess()
[all …]