Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp48853 struct VideoProfileKHR struct
48855 static const bool allowDuplicate = false;
48856 …static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eVideoProfileKHR;
48860 VideoProfileKHR( VULKAN_HPP_NAMESPACE::VideoCodecOperationFlagBitsKHR videoCodecOperation_ = in VideoProfileKHR() function
48873 VideoProfileKHR( VkVideoProfileKHR const & rhs ) VULKAN_HPP_NOEXCEPT in VideoProfileKHR() function
48882 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoProfileKHR const *>( &rhs ); in operator =()
48886 VideoProfileKHR & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
48892 VideoProfileKHR & setVideoCodecOperation( in setVideoCodecOperation()
48899 …R & setChromaSubsampling( VULKAN_HPP_NAMESPACE::VideoChromaSubsamplingFlagsKHR chromaSubsampling_ ) in setChromaSubsampling()
48907 …aBitDepth( VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth_ ) VULKAN_HPP_NOEXCEPT in setLumaBitDepth()
[all …]