Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp80491 struct QueueFamilyProperties2 struct
80500 VULKAN_HPP_CONSTEXPR QueueFamilyProperties2(VULKAN_HPP_NAMESPACE::QueueFamilyProperties queueFamily… in QueueFamilyProperties2() function
80506 QueueFamilyProperties2( VkQueueFamilyProperties2 const & rhs ) VULKAN_HPP_NOEXCEPT in QueueFamilyProperties2() function
80516 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2 const *>( &rhs ); in operator =()
80521 operator VkQueueFamilyProperties2 const &() const VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2 const&()
80526 operator VkQueueFamilyProperties2 &() VULKAN_HPP_NOEXCEPT in operator VkQueueFamilyProperties2&()
80537 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
80547 bool operator==( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
80558 bool operator!=( QueueFamilyProperties2 const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
80565 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eQueueFamilyProperties2;
[all …]