Home
last modified time | relevance | path

Searched refs:YUV422P_3PLANE (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dformat.hpp141 YUV422P_3PLANE, enumerator
183 case YCbCrFormat::YUV422P_3PLANE: in format_ycbcr_num_planes()
241 case YCbCrFormat::YUV422P_3PLANE: in format_ycbcr_downsample_ratio_log2()
255 case YCbCrFormat::YUV422P_3PLANE: in format_ycbcr_plane_vk_format()
271 case YCbCrFormat::YUV422P_3PLANE: in format_ycbcr_planar_vk_format()
H A Ddevice.cpp829 … &samplers_ycbcr[static_cast<unsigned>(YCbCrFormat::YUV422P_3PLANE)]); in init_stock_samplers()
3053 …conversion.conversion = device->samplers_ycbcr[static_cast<unsigned>(YCbCrFormat::YUV422P_3PLANE)]; in setup_conversion_info()
4080 conversion_info.conversion = samplers_ycbcr[static_cast<unsigned>(YCbCrFormat::YUV422P_3PLANE)]; in create_sampler()