Home
last modified time | relevance | path

Searched refs:VkVideoComponentBitDepthFlagsKHR (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoTestUtils.hpp70 VkVideoComponentBitDepthFlagsKHR lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,
71 VkVideoComponentBitDepthFlagsKHR chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR);
H A DextNvidiaVideoParserIf.hpp935 VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
936 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
H A DvktVideoTestUtils.cpp335 VkVideoComponentBitDepthFlagsKHR lumaBitDepth, in getVideoProfile()
336 VkVideoComponentBitDepthFlagsKHR chromaBitDepth) in getVideoProfile()
344 lumaBitDepth, // VkVideoComponentBitDepthFlagsKHR lumaBitDepth; in getVideoProfile()
345 chromaBitDepth, // VkVideoComponentBitDepthFlagsKHR chromaBitDepth; in getVideoProfile()
H A DvktVideoBaseDecodeUtils.cpp198 VkVideoComponentBitDepthFlagsKHR getLumaBitDepth (deUint8 lumaBitDepthMinus8) in getLumaBitDepth()
209 VkVideoComponentBitDepthFlagsKHR getChromaBitDepth (deUint8 chromaBitDepthMinus8) in getChromaBitDepth()
996 getLumaBitDepth(pnvsi->uBitDepthLumaMinus8), // VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
997 getChromaBitDepth(pnvsi->uBitDepthChromaMinus8), // VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
2059 const VkVideoComponentBitDepthFlagsKHR lumaBitDepth = getLumaBitDepth(pVideoFormat->bit_depth_luma_minus8);
2060 const VkVideoComponentBitDepthFlagsKHR chromaBitDepth = getChromaBitDepth(pVideoFormat->bit_depth_chroma_minus8);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_beta.h70 typedef VkFlags VkVideoComponentBitDepthFlagsKHR; typedef
113 VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
114 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
H A Dvulkan_enums.hpp5782 enum class VideoComponentBitDepthFlagBitsKHR : VkVideoComponentBitDepthFlagsKHR
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp291 VkVideoComponentBitDepthFlagsKHR lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR, in VkVideoCoreProfile()
292 VkVideoComponentBitDepthFlagsKHR chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_INVALID_KHR, in VkVideoCoreProfile()
H A DvktVideoBaseDecodeUtils.cpp158 VkVideoComponentBitDepthFlagsKHR getLumaBitDepth(deUint8 lumaBitDepthMinus8) in getLumaBitDepth()
173 VkVideoComponentBitDepthFlagsKHR getChromaBitDepth(deUint8 chromaBitDepthMinus8) in getChromaBitDepth()
/third_party/mesa3d/include/vulkan/
H A Dvulkan_beta.h70 typedef VkFlags VkVideoComponentBitDepthFlagsKHR; typedef
119 VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
120 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_beta.h70 typedef VkFlags VkVideoComponentBitDepthFlagsKHR; typedef
113 VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
114 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h7998 typedef VkFlags VkVideoComponentBitDepthFlagsKHR; typedef
8042 VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
8043 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
H A Dvulkan_enums.hpp4740 enum class VideoComponentBitDepthFlagBitsKHR : VkVideoComponentBitDepthFlagsKHR

Completed in 269 milliseconds