Home
last modified time | relevance | path

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

/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp90573 struct PhysicalDeviceVulkan11Properties struct
90575 using NativeType = VkPhysicalDeviceVulkan11Properties;
90577 static const bool allowDuplicate = false;
90578 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;
90581 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument
90619PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function
90629 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()
90633 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()
90638 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()
90665 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp89210 struct PhysicalDeviceVulkan11Properties struct
89212 using NativeType = VkPhysicalDeviceVulkan11Properties;
89214 static const bool allowDuplicate = false;
89215 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;
89218 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument
89256PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function
89266 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()
89270 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()
89275 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()
89302 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp109682 struct PhysicalDeviceVulkan11Properties struct
109684 using NativeType = VkPhysicalDeviceVulkan11Properties;
109686 static const bool allowDuplicate = false;
109687 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;
109690 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument
109728PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function
109738 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()
109742 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()
109747 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()
109752 operator VkPhysicalDeviceVulkan11Properties const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const*()
[all …]
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs45389 pub struct PhysicalDeviceVulkan11Properties { struct
45408 impl ::std::default::Default for PhysicalDeviceVulkan11Properties { implementation
45432 unsafe impl TaggedStructure for PhysicalDeviceVulkan11Properties { implementation
45435 impl PhysicalDeviceVulkan11Properties { impl
45449 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceVulkan11Properties {} implementation
45553 pub fn build(self) -> PhysicalDeviceVulkan11Properties { in build()