Home
last modified time | relevance | path

Searched refs:VkVideoDecodeH265ProfileInfoEXT (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_video_decode_h265.adoc52 `VkVideoDecodeH265ProfileInfoEXT`
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h963 typedef struct VkVideoDecodeH265ProfileInfoEXT { struct
967 } VkVideoDecodeH265ProfileInfoEXT; argument
Dvulkan_static_assertions.hpp3775 …VULKAN_HPP_NAMESPACE::VideoDecodeH265ProfileInfoEXT ) == sizeof( VkVideoDecodeH265ProfileInfoEXT ),
Dvulkan_structs.hpp96466 using NativeType = VkVideoDecodeH265ProfileInfoEXT;
96480 VideoDecodeH265ProfileInfoEXT( VkVideoDecodeH265ProfileInfoEXT const & rhs ) VULKAN_HPP_NOEXCEPT in VideoDecodeH265ProfileInfoEXT()
96488 …VideoDecodeH265ProfileInfoEXT & operator=( VkVideoDecodeH265ProfileInfoEXT const & rhs ) VULKAN_HP… in operator =()
96508 operator VkVideoDecodeH265ProfileInfoEXT const &() const VULKAN_HPP_NOEXCEPT in operator VkVideoDecodeH265ProfileInfoEXT const&()
96510 return *reinterpret_cast<const VkVideoDecodeH265ProfileInfoEXT *>( this ); in operator VkVideoDecodeH265ProfileInfoEXT const&()
96513 operator VkVideoDecodeH265ProfileInfoEXT &() VULKAN_HPP_NOEXCEPT in operator VkVideoDecodeH265ProfileInfoEXT&()
96515 return *reinterpret_cast<VkVideoDecodeH265ProfileInfoEXT *>( this ); in operator VkVideoDecodeH265ProfileInfoEXT&()