Home
last modified time | relevance | path

Searched defs:PhysicalDeviceMultiviewProperties (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp42335 struct PhysicalDeviceMultiviewProperties struct
42337 static const bool allowDuplicate = false;
42338 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
42343 PhysicalDeviceMultiviewProperties( uint32_t maxMultiviewViewCount_ = {}, in PhysicalDeviceMultiviewProperties() function
42352PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
42362 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
42366 operator VkPhysicalDeviceMultiviewProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
42371 operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
42379 bool operator==( PhysicalDeviceMultiviewProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
42386 bool operator!=( PhysicalDeviceMultiviewProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp66916 struct PhysicalDeviceMultiviewProperties struct
66922 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties(uint32_t maxMultiviewViewCount_ = {}, uint3… in PhysicalDeviceMultiviewProperties() function
66928PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
66936 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
66940 …ultiviewProperties & operator=( PhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
66947 operator VkPhysicalDeviceMultiviewProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
66952 operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
66961 bool operator==( PhysicalDeviceMultiviewProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
66969 bool operator!=( PhysicalDeviceMultiviewProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
66978 …onst VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMultiviewProperties;
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp67303 struct PhysicalDeviceMultiviewProperties struct
67309 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties(uint32_t maxMultiviewViewCount_ = {}, uint3… in PhysicalDeviceMultiviewProperties() function
67315PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
67323 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
67327 …ultiviewProperties & operator=( PhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
67334 operator VkPhysicalDeviceMultiviewProperties const&() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
67339 operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
67348 bool operator==( PhysicalDeviceMultiviewProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
67356 bool operator!=( PhysicalDeviceMultiviewProperties const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
67365 …onst VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMultiviewProperties;
[all …]