Home
last modified time | relevance | path

Searched refs:chromaBitDepth (Results 1 – 25 of 25) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.hpp71 … VkVideoComponentBitDepthFlagsKHR chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR);
DvktVideoTestUtils.cpp336 VkVideoComponentBitDepthFlagsKHR chromaBitDepth) in getVideoProfile() argument
345 chromaBitDepth, // VkVideoComponentBitDepthFlagsKHR chromaBitDepth; in getVideoProfile()
DextNvidiaVideoParserIf.hpp936 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
DvktVideoBaseDecodeUtils.cpp2060 …const VkVideoComponentBitDepthFlagsKHR chromaBitDepth = getChromaBitDepth(pVideoFormat->b… in StartVideoSequence() local
2077 …etVideoProfile(videoCodec, videoProfileExtention, chromaSubsampling, lumaBitDepth, chromaBitDepth); in StartVideoSequence()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.hpp71 … VkVideoComponentBitDepthFlagsKHR chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR);
DvktVideoTestUtils.cpp336 VkVideoComponentBitDepthFlagsKHR chromaBitDepth) in getVideoProfile() argument
345 chromaBitDepth, // VkVideoComponentBitDepthFlagsKHR chromaBitDepth; in getVideoProfile()
DextNvidiaVideoParserIf.hpp936 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
DvktVideoBaseDecodeUtils.cpp2060 …const VkVideoComponentBitDepthFlagsKHR chromaBitDepth = getChromaBitDepth(pVideoFormat->b… in StartVideoSequence() local
2077 …etVideoProfile(videoCodec, videoProfileExtention, chromaSubsampling, lumaBitDepth, chromaBitDepth); in StartVideoSequence()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h114 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
Dvulkan_structs.hpp55737 , chromaBitDepth( chromaBitDepth_ )
55786 chromaBitDepth = chromaBitDepth_; in setChromaBitDepth()
55808 ( chromaBitDepth == rhs.chromaBitDepth ); in operator ==()
55824 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h114 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_beta.h114 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h120 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h117 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
Dvulkan_structs.hpp101927 , chromaBitDepth( chromaBitDepth_ )
101975 chromaBitDepth = chromaBitDepth_; in setChromaBitDepth()
102003 …urn std::tie( sType, pNext, videoCodecOperation, chromaSubsampling, lumaBitDepth, chromaBitDepth ); in reflect()
102016 …aSubsampling ) && ( lumaBitDepth == rhs.lumaBitDepth ) && ( chromaBitDepth == rhs.chromaBitDepth ); in operator ==()
102032 VULKAN_HPP_NAMESPACE::VideoComponentBitDepthFlagsKHR chromaBitDepth = {}; member
Dvulkan_hash.hpp13761 VULKAN_HPP_HASH_COMBINE( seed, videoProfileInfoKHR.chromaBitDepth ); in operator ()()
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_h265.adoc238 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
DVK_KHR_video_queue.adoc63 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
651 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
1044 …g only a single bit in the `chromaSubsampling`, `lumaBitDepth`, and `chromaBitDepth` members of `V…
DVK_KHR_video_decode_h264.adoc273 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
DVK_KHR_video_decode_queue.adoc353 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_extensions.adoc290 * pname:chromaBitDepth is a bitmask of
326 pname:lumaBitDepth, or pname:chromaBitDepth are not supported.
340 pname:chromaBitDepth must: have a single bit set
Dvideo_extensions.txt751 * pname:chromaBitDepth is a bitmask of
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6388 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
DvkVulkan_c.inl8995 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
DvkStrUtilImpl.inl13646 s << "\tchromaBitDepth = " << getVideoComponentBitDepthFlagsKHRStr(value.chromaBitDepth) << '\n';