Lines Matching defs:PhysicalDevicePCIBusInfoPropertiesEXT
65772 struct PhysicalDevicePCIBusInfoPropertiesEXT struct
65774 using NativeType = VkPhysicalDevicePCIBusInfoPropertiesEXT;
65776 static const bool allowDuplicate = false;
65777 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevicePciBusInfoPropertiesEXT;
65780 VULKAN_HPP_CONSTEXPR PhysicalDevicePCIBusInfoPropertiesEXT( in PhysicalDevicePCIBusInfoPropertiesEXT() function
65792 …PhysicalDevicePCIBusInfoPropertiesEXT( VkPhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) VULKA… in PhysicalDevicePCIBusInfoPropertiesEXT() function
65802 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePCIBusInfoPropertiesEXT const *>( &r… in operator =()
65806 explicit operator VkPhysicalDevicePCIBusInfoPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT const&()
65811 explicit operator VkPhysicalDevicePCIBusInfoPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT&()
65822 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
65831 bool operator==( PhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
65841 bool operator!=( PhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
65848 …N_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePciBusInfoPropertiesEXT;
65849 void * pNext = {};
65850 uint32_t pciDomain = {};
65851 uint32_t pciBus = {};
65852 uint32_t pciDevice = {};
65853 uint32_t pciFunction = {};