Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp76411 struct PhysicalDeviceVulkan11Properties struct
76413 using NativeType = VkPhysicalDeviceVulkan11Properties;
76415 static const bool allowDuplicate = false;
76416 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;
76419 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument
76457PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function
76467 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()
76471 explicit operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()
76476 explicit operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()
76503 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp71434 struct PhysicalDeviceVulkan11Properties struct
71436 using NativeType = VkPhysicalDeviceVulkan11Properties;
71438 static const bool allowDuplicate = false;
71439 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;
71443PhysicalDeviceVulkan11Properties(std::array<uint8_t,VK_UUID_SIZE> const & deviceUUID_ = {}, std::a… in PhysicalDeviceVulkan11Properties() argument
71449PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function
71459 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()
71464 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()
71469 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()
71480 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp80814 struct PhysicalDeviceVulkan11Properties struct
80816 using NativeType = VkPhysicalDeviceVulkan11Properties;
80818 static const bool allowDuplicate = false;
80819 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;
80822 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() function
80860PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function
80870 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()
80874 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()
80879 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()
80906 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/rust/crates/ash/src/vk/
Ddefinitions.rs39213 pub struct PhysicalDeviceVulkan11Properties { struct
39232 impl ::std::default::Default for PhysicalDeviceVulkan11Properties { argument
39255 impl PhysicalDeviceVulkan11Properties { implementation
39269 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceVulkan11Properties {} implementation
39358 pub fn build(self) -> PhysicalDeviceVulkan11Properties { in build()