/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.hpp | 291 VkVideoComponentBitDepthFlagsKHR lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR, in VkVideoCoreProfile() 294 : m_profile({VK_STRUCTURE_TYPE_VIDEO_PROFILE_INFO_KHR, NULL, videoCodecOperation, chromaSubsampling, lumaBitDepth, chromaBitDepth}), m_profileList({VK_STRUCTURE_TYPE_VIDEO_PROFILE_LIST_INFO_KHR, NULL, 1, &m_profile}) in VkVideoCoreProfile() 490 if (m_profile.lumaBitDepth != other.m_profile.lumaBitDepth) in operator ==() 568 if (m_profile.lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR) in GetLumaBitDepthMinus8() 572 else if (m_profile.lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR) in GetLumaBitDepthMinus8() 576 else if (m_profile.lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR) in GetLumaBitDepthMinus8() 606 VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth, in CodecGetVkFormat() 613 switch (lumaBitDepth) in CodecGetVkFormat() 629 switch (lumaBitDepth) in CodecGetVkFormat() 605 CodecGetVkFormat(VkVideoChromaSubsamplingFlagBitsKHR chromaFormatIdc, VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth, bool isSemiPlanar) CodecGetVkFormat() argument [all...] |
H A D | vktVideoClipInfo.hpp | 57 VkVideoComponentBitDepthFlagBitsKHR lumaBitDepth; member
|
H A D | vktVideoBaseDecodeUtils.cpp | 617 VkVideoCoreProfile videoProfile(detectedVideoCodec, pVideoFormat->chromaSubsampling, pVideoFormat->lumaBitDepth, pVideoFormat->chromaBitDepth, 843 detectedFormat.lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR; 846 detectedFormat.lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR; 849 detectedFormat.lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR;
|
H A D | vktVideoDecodeTests.cpp | 232 m_profile = VkVideoCoreProfile(m_info->profile.codecOperation, m_info->profile.subsamplingFlags, m_info->profile.lumaBitDepth, m_info->profile.chromaBitDepth, m_info->profile.profileIDC); in TestDefinition()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoTestUtils.hpp | 70 VkVideoComponentBitDepthFlagsKHR lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,
|
H A D | vktVideoTestUtils.cpp | 335 VkVideoComponentBitDepthFlagsKHR lumaBitDepth, in getVideoProfile() 344 lumaBitDepth, // VkVideoComponentBitDepthFlagsKHR lumaBitDepth; in getVideoProfile() 332 getVideoProfile(VkVideoCodecOperationFlagBitsKHR videoCodecOperation, void* pNext, VkVideoChromaSubsamplingFlagsKHR chromaSubsampling, VkVideoComponentBitDepthFlagsKHR lumaBitDepth, VkVideoComponentBitDepthFlagsKHR chromaBitDepth) getVideoProfile() argument
|
H A D | extNvidiaVideoParserIf.hpp | 935 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
|
H A D | vktVideoBaseDecodeUtils.cpp | 996 getLumaBitDepth(pnvsi->uBitDepthLumaMinus8), // VkVideoComponentBitDepthFlagsKHR lumaBitDepth; 2059 const VkVideoComponentBitDepthFlagsKHR lumaBitDepth = getLumaBitDepth(pVideoFormat->bit_depth_luma_minus8); 2061 const VkFormat videoVkFormat = codecGetVkFormat(chromaSubsampling, lumaBitDepth, semiPlanarFormat); 2077 const MovePtr<VkVideoProfileInfoKHR> videoProfile = getVideoProfile(videoCodec, videoProfileExtention, chromaSubsampling, lumaBitDepth, chromaBitDepth);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_beta.h | 113 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
|
H A D | vulkan_structs.hpp | 55823 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR lumaBitDepth = {}; global() member [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_beta.h | 119 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_beta.h | 113 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 8042 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
|
H A D | vulkan_hash.hpp | 11895 VULKAN_HPP_HASH_COMBINE( seed, videoProfileInfoKHR.lumaBitDepth );
|
H A D | vulkan_structs.hpp | [all...] |