Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp47395 struct PhysicalDeviceMultiviewProperties struct
47397 using NativeType = VkPhysicalDeviceMultiviewProperties;
47399 static const bool allowDuplicate = false;
47400 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =
47405 PhysicalDeviceMultiviewProperties( uint32_t maxMultiviewViewCount_ = {}, in PhysicalDeviceMultiviewProperties() function
47414PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
47424 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
47428 operator VkPhysicalDeviceMultiviewProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
47433 operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
47460 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp85508 struct PhysicalDeviceMultiviewProperties struct
85510 using NativeType = VkPhysicalDeviceMultiviewProperties;
85512 static const bool allowDuplicate = false;
85513 …ONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewProperties;
85516 … VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewProperties( uint32_t maxMultiviewViewCount_ = {}, in PhysicalDeviceMultiviewProperties() function
85527PhysicalDeviceMultiviewProperties( VkPhysicalDeviceMultiviewProperties const & rhs ) VULKAN_HPP_NO… in PhysicalDeviceMultiviewProperties() function
85537 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties const *>( &rhs ); in operator =()
85541 operator VkPhysicalDeviceMultiviewProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties const&()
85546 operator VkPhysicalDeviceMultiviewProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMultiviewProperties&()
85557 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]