Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp99537 struct VideoFormatPropertiesKHR struct
99546 VULKAN_HPP_CONSTEXPR VideoFormatPropertiesKHR(VULKAN_HPP_NAMESPACE::Format format_ = VULKAN_HPP_NAM… in VideoFormatPropertiesKHR() function
99552 VideoFormatPropertiesKHR( VkVideoFormatPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoFormatPropertiesKHR() function
99562 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoFormatPropertiesKHR const *>( &rhs ); in operator =()
99567 operator VkVideoFormatPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR const&()
99572 operator VkVideoFormatPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR&()
99583 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
99593 bool operator==( VideoFormatPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
99609 bool operator!=( VideoFormatPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
99616 VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eVideoFormatPropertiesKHR;
[all …]