Lines Matching defs:PhysicalDevicePCIBusInfoPropertiesEXT
76945 struct PhysicalDevicePCIBusInfoPropertiesEXT struct
76947 using NativeType = VkPhysicalDevicePCIBusInfoPropertiesEXT;
76949 static const bool allowDuplicate = false;
76950 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevicePciBusInfoPropertiesEXT;
76953 VULKAN_HPP_CONSTEXPR PhysicalDevicePCIBusInfoPropertiesEXT( in PhysicalDevicePCIBusInfoPropertiesEXT() function
76965 …PhysicalDevicePCIBusInfoPropertiesEXT( VkPhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) VULKA… in PhysicalDevicePCIBusInfoPropertiesEXT() function
76975 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePCIBusInfoPropertiesEXT const *>( &r… in operator =()
76979 operator VkPhysicalDevicePCIBusInfoPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT const&()
76984 operator VkPhysicalDevicePCIBusInfoPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT&()
76995 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
77004 bool operator==( PhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
77014 bool operator!=( PhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
77021 …N_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePciBusInfoPropertiesEXT;
77022 void * pNext = {};
77023 uint32_t pciDomain = {};
77024 uint32_t pciBus = {};
77025 uint32_t pciDevice = {};
77026 uint32_t pciFunction = {};