Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp65772 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
65792PhysicalDevicePCIBusInfoPropertiesEXT( 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()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp61337 struct PhysicalDevicePCIBusInfoPropertiesEXT struct
61346 VULKAN_HPP_CONSTEXPR PhysicalDevicePCIBusInfoPropertiesEXT(uint32_t pciDomain_ = {}, uint32_t pciBu… in PhysicalDevicePCIBusInfoPropertiesEXT() function
61352PhysicalDevicePCIBusInfoPropertiesEXT( VkPhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) VULKA… in PhysicalDevicePCIBusInfoPropertiesEXT() function
61362 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePCIBusInfoPropertiesEXT const *>( &r… in operator =()
61367 operator VkPhysicalDevicePCIBusInfoPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT const&()
61372 operator VkPhysicalDevicePCIBusInfoPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT&()
61383 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
61393 bool operator==( PhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
61407 bool operator!=( PhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
61414 … VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDevicePciBusInfoPropertiesEXT;
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp69244 struct PhysicalDevicePCIBusInfoPropertiesEXT struct
69246 using NativeType = VkPhysicalDevicePCIBusInfoPropertiesEXT;
69248 static const bool allowDuplicate = false;
69249 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDevicePciBusInfoPropertiesEXT;
69252 VULKAN_HPP_CONSTEXPR PhysicalDevicePCIBusInfoPropertiesEXT( in PhysicalDevicePCIBusInfoPropertiesEXT() function
69264PhysicalDevicePCIBusInfoPropertiesEXT( VkPhysicalDevicePCIBusInfoPropertiesEXT const & rhs ) VULKA… in PhysicalDevicePCIBusInfoPropertiesEXT() function
69274 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePCIBusInfoPropertiesEXT const *>( &r… in operator =()
69278 operator VkPhysicalDevicePCIBusInfoPropertiesEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT const&()
69283 operator VkPhysicalDevicePCIBusInfoPropertiesEXT &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePCIBusInfoPropertiesEXT&()
69294 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs27977 pub struct PhysicalDevicePCIBusInfoPropertiesEXT { struct
27985 impl ::std::default::Default for PhysicalDevicePCIBusInfoPropertiesEXT { argument
27997 impl PhysicalDevicePCIBusInfoPropertiesEXT { impl
28011 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePCIBusInfoPropertiesEXT {} implementation
28043 pub fn build(self) -> PhysicalDevicePCIBusInfoPropertiesEXT { in build()