Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.cpp382 const VkExtent2D& codedExtent, in getVideoSessionCreateInfo() argument
403 codedExtent, // VkExtent2D maxCodedExtent; in getVideoSessionCreateInfo()
565 bool validateVideoExtent (const VkExtent2D& codedExtent, const VkVideoCapabilitiesKHR& videoCapabil… in validateVideoExtent() argument
567 …if (!de::inRange(codedExtent.width, videoCapabilities.minCodedExtent.width, videoCapabilities.maxC… in validateVideoExtent()
570 …if (!de::inRange(codedExtent.height, videoCapabilities.minCodedExtent.height, videoCapabilities.ma… in validateVideoExtent()
DvktVideoTestUtils.hpp77 const VkExtent2D& codedExtent = { 1920, 1080 },
98 bool validateVideoExtent (const VkExtent2D& codedExtent,
DvktVideoDecodeTests.cpp150 VkExtent2D codedExtent, in getDecodedImage() argument
154 …laneImageData (new MultiPlaneImageData(format, tcu::UVec2(codedExtent.width, codedExtent.height… in getDecodedImage()
DvktVideoBaseDecodeUtils.cpp2062 …const VkExtent2D codedExtent = { pVideoFormat->coded_width, pVideoFormat->coded_hei… in StartVideoSequence() local
2088 …const bool videoExtentSupported = validateVideoExtent(codedExtent, *videoCapabilites… in StartVideoSequence()
2105 … outImageCreateInfo = makeImageCreateInfo(outPictureFormat, codedExtent, &queueFamilyIn… in StartVideoSequence()
2106 … dpbImageCreateInfo = makeImageCreateInfo(dpbPictureFormat, codedExtent, &queueFamilyIn… in StartVideoSequence()
2113 codedExtent, in StartVideoSequence()
4118 videoPictureResource.codedExtent = m_extent; in GetImageResourcesByIndex()
4130 videoPictureResource.codedExtent = m_extent; in GetImageResourcesByIndex()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.cpp382 const VkExtent2D& codedExtent, in getVideoSessionCreateInfo() argument
403 codedExtent, // VkExtent2D maxCodedExtent; in getVideoSessionCreateInfo()
565 bool validateVideoExtent (const VkExtent2D& codedExtent, const VkVideoCapabilitiesKHR& videoCapabil… in validateVideoExtent() argument
567 …if (!de::inRange(codedExtent.width, videoCapabilities.minCodedExtent.width, videoCapabilities.maxC… in validateVideoExtent()
570 …if (!de::inRange(codedExtent.height, videoCapabilities.minCodedExtent.height, videoCapabilities.ma… in validateVideoExtent()
DvktVideoTestUtils.hpp77 const VkExtent2D& codedExtent = { 1920, 1080 },
98 bool validateVideoExtent (const VkExtent2D& codedExtent,
DvktVideoDecodeTests.cpp150 VkExtent2D codedExtent, in getDecodedImage() argument
154 …laneImageData (new MultiPlaneImageData(format, tcu::UVec2(codedExtent.width, codedExtent.height… in getDecodedImage()
DvktVideoBaseDecodeUtils.cpp2062 …const VkExtent2D codedExtent = { pVideoFormat->coded_width, pVideoFormat->coded_hei… in StartVideoSequence() local
2088 …const bool videoExtentSupported = validateVideoExtent(codedExtent, *videoCapabilites… in StartVideoSequence()
2105 … outImageCreateInfo = makeImageCreateInfo(outPictureFormat, codedExtent, &queueFamilyIn… in StartVideoSequence()
2106 … dpbImageCreateInfo = makeImageCreateInfo(dpbPictureFormat, codedExtent, &queueFamilyIn… in StartVideoSequence()
2113 codedExtent, in StartVideoSequence()
4118 videoPictureResource.codedExtent = m_extent; in GetImageResourcesByIndex()
4130 videoPictureResource.codedExtent = m_extent; in GetImageResourcesByIndex()
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h154 VkExtent2D codedExtent; member
324 VkExtent2D codedExtent; member
404 VkExtent2D codedExtent; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h154 VkExtent2D codedExtent; member
324 VkExtent2D codedExtent; member
404 VkExtent2D codedExtent; member
Dvulkan_structs.hpp73313 , codedExtent( codedExtent_ )
73348 codedExtent = codedExtent_; in setCodedExtent()
73382 ( codedExtent == rhs.codedExtent ) && ( baseArrayLayer == rhs.baseArrayLayer ) && in operator ==()
73396 VULKAN_HPP_NAMESPACE::Extent2D codedExtent = {}; member
75631 , codedExtent( codedExtent_ )
75661 , codedExtent( codedExtent_ ) in VideoDecodeInfoKHR()
75702 codedExtent = codedExtent_; in setCodedExtent()
75779 ( codedOffset == rhs.codedOffset ) && ( codedExtent == rhs.codedExtent ) && in operator ==()
75797 VULKAN_HPP_NAMESPACE::Extent2D codedExtent = {}; member
78580 , codedExtent( codedExtent_ )
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/video/
Dh264_decode.adoc97 pname:imageExtent is [eq]#(pname:codedExtent.width,
98 pname:codedExtent.height)#, if the picture represents a frame.
100 pname:imageExtent is [eq]#(pname:codedExtent.width,
101 pname:codedExtent.height)#, if the picture represents a field and the
106 pname:imageExtent is [eq]#(pname:codedExtent.width,
107 pname:codedExtent.height / 2)#, if the picture represents a field and
112 Where pname:codedOffset and pname:codedExtent are the members of the
Dh265_decode.adoc100 * [eq]#pname:endX# equals [eq]#pname:codedExtent.width# rounded up to the
105 * [eq]#endY# equals [eq]#pname:codedExtent.height# rounded up to the
111 Where pname:codedExtent is the member of the
Dencode.adoc258 encode specified in its pname:codedExtent member).
275 If pname:codedExtent rounded up to the next integer multiple of
873 value of the pname:codedExtent member of
875 ** [eq]#pname:minCodingBlockExtent.width = (pname:codedExtent.width +
877 ** [eq]#pname:minCodingBlockExtent.height = (pname:codedExtent.height +
1027 pname:pEncodeInfo->srcPictureResource.codedExtent must: be between
Dh264_encode.adoc144 * [eq]#pname:endX# equals [eq]#pname:codedExtent.width# rounded up to the
149 * [eq]#endY# equals [eq]#pname:codedExtent.height# rounded up to the
155 Where pname:codedExtent is the member of the
Dh265_encode.adoc140 * [eq]#pname:endX# equals [eq]#pname:codedExtent.width# rounded up to the
145 * [eq]#endY# equals [eq]#pname:codedExtent.height# rounded up to the
151 Where pname:codedExtent is the member of the
Ddecode.adoc542 pname:pDecodeInfo->dstPictureResource.codedExtent must: be between
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_video_encode_queue.adoc62 ** Remove redundant VkVideoEncodeInfoKHR.codedExtent
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_queue.adoc592 .codedExtent = ... // extent of decoded picture (typically the video frame size)
627 .codedExtent = ... // extent of decoded picture (typically the video frame size)
636 .codedExtent = ... // extent of reconstructed picture (typically the video frame size)
675 .codedExtent = ... // extent of decoded picture (typically the video frame size)
715 .codedExtent = ... // extent of reference picture (typically the video frame size)
723 .codedExtent = ... // extent of reference picture (typically the video frame size)
DVK_KHR_video_encode_queue.adoc892 .codedExtent = ... // extent of encoded picture (typically the video frame size)
928 .codedExtent = ... // extent of encoded picture (typically the video frame size)
937 .codedExtent = ... // extent of reconstructed picture (typically the video frame size)
977 .codedExtent = ... // extent of reference picture (typically the video frame size)
985 .codedExtent = ... // extent of reference picture (typically the video frame size)
DVK_KHR_video_queue.adoc102 VkExtent2D codedExtent;
108 …ithin the image subresource to read/write picture data from/to, while `codedExtent` typically spec…
110 Actual semantics of `codedOffset` and `codedExtent` are specific to the video profile in use, as th…
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h165 VkExtent2D codedExtent; member
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_extensions.txt290 * pname:codedExtent is the coded size of the decode operations.
Dvideocoding.adoc60 * pname:codedExtent is the size in pixels of the coded image data.
72 The meaning of the pname:codedOffset and pname:codedExtent depends on the
80 pname:codedOffset and pname:codedExtent members that identify the image
99 pname:codedExtent values.
3130 pname:pReferenceSlots is not `NULL`, then its pname:codedExtent member
Dvideo_decode_extensions.adoc451 pname:pDecodeInfo->dstPictureResource.codedExtent must: be between

12