Lines Matching defs:VideoFormatPropertiesKHR
124489 struct VideoFormatPropertiesKHR struct
124491 using NativeType = VkVideoFormatPropertiesKHR;
124493 static const bool allowDuplicate = false;
124494 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoFormatPropertiesKHR;
124497 …PP_CONSTEXPR VideoFormatPropertiesKHR( VULKAN_HPP_NAMESPACE::Format format_ = … in VideoFormatPropertiesKHR() function
124516 VideoFormatPropertiesKHR( VkVideoFormatPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoFormatPropertiesKHR() function
124526 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoFormatPropertiesKHR const *>( &rhs ); in operator =()
124530 operator VkVideoFormatPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR const&()
124535 operator VkVideoFormatPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR&()
124553 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
124562 bool operator==( VideoFormatPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
124573 bool operator!=( VideoFormatPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
124580 …VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eVideoFormatPropertiesKHR;
124581 void * pNext = {};
124582 …VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined;
124583 VULKAN_HPP_NAMESPACE::ComponentMapping componentMapping = {};
124584 VULKAN_HPP_NAMESPACE::ImageCreateFlags imageCreateFlags = {};
124585 VULKAN_HPP_NAMESPACE::ImageType imageType = VULKAN_HPP_NAMESPACE::ImageType::e1D;
124586 …KAN_HPP_NAMESPACE::ImageTiling imageTiling = VULKAN_HPP_NAMESPACE::ImageTiling::eOptimal;
124587 VULKAN_HPP_NAMESPACE::ImageUsageFlags imageUsageFlags = {};