Home
last modified time | relevance | path

Searched refs:pictureLayout (Results 1 – 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_video_decode_h264.adoc51 to `VkVideoDecodeH264ProfileEXT.pictureLayout`, following Vulkan naming
64 ** Change type of `VkVideoDecodeH264ProfileInfoEXT::pictureLayout` to
DVK_EXT_video_decode_h264.txt36 to `VkVideoDecodeH264ProfileEXT.pictureLayout`, following Vulkan
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.hpp46 …VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout = VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_I…
63 …VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout = VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_I…
DvktVideoTestUtils.cpp300 …64D (StdVideoH264ProfileIdc stdProfileIdc, VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout) in getVideoProfileExtensionH264D() argument
302 …tion = new VkVideoDecodeH264ProfileInfoKHR(getProfileOperationH264D(stdProfileIdc, pictureLayout)); in getVideoProfileExtensionH264D()
635 …64D (StdVideoH264ProfileIdc stdProfileIdc, VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout) in getProfileOperationH264D() argument
642 pictureLayout, // VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout; in getProfileOperationH264D()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.hpp46 …VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout = VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_I…
63 …VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout = VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_I…
DvktVideoTestUtils.cpp300 …64D (StdVideoH264ProfileIdc stdProfileIdc, VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout) in getVideoProfileExtensionH264D() argument
302 …tion = new VkVideoDecodeH264ProfileInfoKHR(getProfileOperationH264D(stdProfileIdc, pictureLayout)); in getVideoProfileExtensionH264D()
635 …64D (StdVideoH264ProfileIdc stdProfileIdc, VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout) in getProfileOperationH264D() argument
642 pictureLayout, // VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout; in getProfileOperationH264D()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_h264_extensions.txt34 * pname:pictureLayout is a bitmask of
44 slink:VkVideoSessionCreateInfoKHR, requests for a pname:pictureLayout not
54 pname:pictureLayout is treated as a bitmask of requested picture
63 pname:pictureLayout must: be exactly one of
Dvideo_decode_h264_extensions.adoc193 * pname:pictureLayout is a elink:VkVideoDecodeH264PictureLayoutFlagBitsKHR
Dvideo_extensions.adoc316 (e.g. through the pname:pictureLayout member of a
1115 pname:pictureLayout member of the slink:VkVideoDecodeH264ProfileInfoKHR
2378 slink:VkVideoDecodeH264ProfileInfoKHR::pname:pictureLayout of
Dvideo_decode_extensions.adoc312 slink:VkVideoDecodeH264ProfileInfoKHR::pname:pictureLayout of
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_h264.adoc72 VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout;
76 `stdProfileIdc` specifies the H.264 profile indicator, while `pictureLayout` provides information a…
88 If `pictureLayout` is zero (`VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_PROGRESSIVE_KHR`), then the video …
264 .pictureLayout = VK_VIDEO_DECODE_H264_PICTURE_LAYOUT_PROGRESSIVE_KHR
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h728 VkVideoDecodeH264PictureLayoutFlagsEXT pictureLayout; member
Dvulkan_structs.hpp74379 , pictureLayout( pictureLayout_ )
74414 pictureLayout = pictureLayout_; in setPictureLayout()
74436 ( pictureLayout == rhs.pictureLayout ); in operator ==()
74449 VULKAN_HPP_NAMESPACE::VideoDecodeH264PictureLayoutFlagsEXT pictureLayout = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h808 VkVideoDecodeH264PictureLayoutFlagsEXT pictureLayout; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_beta.h808 VkVideoDecodeH264PictureLayoutFlagsEXT pictureLayout; member
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h890 VkVideoDecodeH264PictureLayoutFlagsEXT pictureLayout; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h916 VkVideoDecodeH264PictureLayoutFlagBitsEXT pictureLayout; member
Dvulkan_structs.hpp95736 , pictureLayout( pictureLayout_ )
95772 pictureLayout = pictureLayout_; in setPictureLayout()
95798 return std::tie( sType, pNext, stdProfileIdc, pictureLayout ); in reflect()
95811 if ( auto cmp = pictureLayout <=> rhs.pictureLayout; cmp != 0 ) in operator <=>()
95821 ( pictureLayout == rhs.pictureLayout ); in operator ==()
95833 …VULKAN_HPP_NAMESPACE::VideoDecodeH264PictureLayoutFlagBitsEXT pictureLayout = VULKAN_HPP_NAMESPACE… member
Dvulkan_hash.hpp12941 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeH264ProfileInfoEXT.pictureLayout ); in operator ()()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6483 VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout; member
DvkVulkan_c.inl9267 VkVideoDecodeH264PictureLayoutFlagBitsKHR pictureLayout; member
DvkStrUtilImpl.inl13760 s << "\tpictureLayout = " << value.pictureLayout << '\n';
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLog.adoc1731 slink:VkVideoDecodeH264ProfileEXT::pname:pictureLayout to avoid