• Home
  • Raw
  • Download

Lines Matching defs:VideoFormatPropertiesKHR

127201   struct VideoFormatPropertiesKHR  struct
127203 using NativeType = VkVideoFormatPropertiesKHR;
127205 static const bool allowDuplicate = false;
127206 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoFormatPropertiesKHR;
127209 …PP_CONSTEXPR VideoFormatPropertiesKHR( VULKAN_HPP_NAMESPACE::Format format_ = … in VideoFormatPropertiesKHR() function
127228 VideoFormatPropertiesKHR( VkVideoFormatPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoFormatPropertiesKHR() function
127238 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoFormatPropertiesKHR const *>( &rhs ); in operator =()
127242 operator VkVideoFormatPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR const&()
127247 operator VkVideoFormatPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR&()
127265 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
127274 bool operator==( VideoFormatPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
127285 bool operator!=( VideoFormatPropertiesKHR const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
127292 …VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eVideoFormatPropertiesKHR;
127293 void * pNext = {};
127294 …VULKAN_HPP_NAMESPACE::Format format = VULKAN_HPP_NAMESPACE::Format::eUndefined;
127295 VULKAN_HPP_NAMESPACE::ComponentMapping componentMapping = {};
127296 VULKAN_HPP_NAMESPACE::ImageCreateFlags imageCreateFlags = {};
127297 VULKAN_HPP_NAMESPACE::ImageType imageType = VULKAN_HPP_NAMESPACE::ImageType::e1D;
127298 …KAN_HPP_NAMESPACE::ImageTiling imageTiling = VULKAN_HPP_NAMESPACE::ImageTiling::eOptimal;
127299 VULKAN_HPP_NAMESPACE::ImageUsageFlags imageUsageFlags = {};