Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp65040 struct PhysicalDeviceMultiviewProperties struct
65042 using NativeType = VkPhysicalDeviceMultiviewProperties;
65044 static const bool allowDuplicate = false;
65045 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewProperties;
65048 … VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties( uint32_t maxMultiviewViewCount_ = {}, in PhysicalDeviceMultiviewProperties() function
65059PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
65069 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
65073 explicit operator VkPhysicalDeviceMultiviewProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
65078 explicit operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
65089 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp60637 struct PhysicalDeviceMultiviewProperties struct
60646 VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties(uint32_t maxMultiviewViewCount_ = {}, uint32… in PhysicalDeviceMultiviewProperties() function
60652PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
60662 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
60667 operator VkPhysicalDeviceMultiviewProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
60672 operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
60683 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
60693 bool operator==( PhysicalDeviceMultiviewProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
60705 bool operator!=( PhysicalDeviceMultiviewProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
60712 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceMultiviewProperties;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp68512 struct PhysicalDeviceMultiviewProperties struct
68514 using NativeType = VkPhysicalDeviceMultiviewProperties;
68516 static const bool allowDuplicate = false;
68517 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewProperties;
68520 … VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties( uint32_t maxMultiviewViewCount_ = {}, in PhysicalDeviceMultiviewProperties() function
68531PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
68541 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
68545 operator VkPhysicalDeviceMultiviewProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
68550 operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
68561 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs16983 pub struct PhysicalDeviceMultiviewProperties { struct
16989 impl ::std::default::Default for PhysicalDeviceMultiviewProperties { argument
16999 impl PhysicalDeviceMultiviewProperties { impl
17013 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceMultiviewProperties {} implementation
17037 pub fn build(self) -> PhysicalDeviceMultiviewProperties { in build()