Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp47202 struct PhysicalDeviceMultiviewFeatures struct
47204 using NativeType = VkPhysicalDeviceMultiviewFeatures;
47206 static const bool allowDuplicate = false;
47207 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;
47210 VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( in PhysicalDeviceMultiviewFeatures() function
47222PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function
47232 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()
47237 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
47243 …viceMultiviewFeatures & setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()
47250 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()
[all …]
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp48357 struct PhysicalDeviceMultiviewFeatures struct
48359 using NativeType = VkPhysicalDeviceMultiviewFeatures;
48361 static const bool allowDuplicate = false;
48362 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures;
48365 VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures( in PhysicalDeviceMultiviewFeatures() function
48377PhysicalDeviceMultiviewFeatures( VkPhysicalDeviceMultiviewFeatures const & rhs ) VULKAN_HPP_NOEXCE… in PhysicalDeviceMultiviewFeatures() function
48387 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewFeatures const *>( &rhs ); in operator =()
48392 …AN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48399 … setMultiview( VULKAN_HPP_NAMESPACE::Bool32 multiview_ ) VULKAN_HPP_NOEXCEPT in setMultiview()
48406 …ultiviewGeometryShader( VULKAN_HPP_NAMESPACE::Bool32 multiviewGeometryShader_ ) VULKAN_HPP_NOEXCEPT in setMultiviewGeometryShader()
[all …]