Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_structs.hpp79012 struct VideoFormatPropertiesKHR struct
79020 VULKAN_HPP_CONSTEXPR VideoFormatPropertiesKHR( in VideoFormatPropertiesKHR() function
79027 VideoFormatPropertiesKHR( VkVideoFormatPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoFormatPropertiesKHR() function
79036 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoFormatPropertiesKHR const *>( &rhs ); in operator =()
79040 operator VkVideoFormatPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR const&()
79045 operator VkVideoFormatPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR&()
79069 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::VideoFormatPropertiesKHR ) ==
/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp121529 struct VideoFormatPropertiesKHR struct
121531 using NativeType = VkVideoFormatPropertiesKHR;
121533 static const bool allowDuplicate = false;
121534 …KAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoFormatPropertiesKHR;
121537 …PP_CONSTEXPR VideoFormatPropertiesKHR( VULKAN_HPP_NAMESPACE::Format format_ = … in VideoFormatPropertiesKHR() function
121556 VideoFormatPropertiesKHR( VkVideoFormatPropertiesKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoFormatPropertiesKHR() function
121566 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoFormatPropertiesKHR const *>( &rhs ); in operator =()
121570 operator VkVideoFormatPropertiesKHR const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR const&()
121575 operator VkVideoFormatPropertiesKHR &() VULKAN_HPP_NOEXCEPT in operator VkVideoFormatPropertiesKHR&()
121593 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]