Home
last modified time | relevance | path

Searched refs:pPictureResource (Results 1 – 20 of 20) sorted by relevance

/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dvideo_decode_extensions.adoc428 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must: not
437 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must:
474 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource->codedOffset
478 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must:
492 structure pointed to by the pname:pPictureResource member of each
496 The pname:pPictureResource member of each element of
503 Each video picture resource corresponding to the pname:pPictureResource
520 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource does not
529 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource
539 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must: be in the
[all …]
Dvideo_decode_extensions.txt136 * slink:VkVideoDecodeInfoKHR::pname:pSetupReferenceSlot->pPictureResource->imageViewBinding
167 * slink:VkVideoDecodeInfoKHR::pname:pSetupReferenceSlot->pPictureResource->imageViewBinding
196 slink:VkVideoDecodeInfoKHR::pname:pSetupReferenceSlot->pPictureResource->imageViewBinding
228 * slink:VkVideoDecodeInfoKHR::pname:pSetupReferenceSlot->pPictureResource->imageViewBinding
245 slink:VkVideoDecodeInfoKHR::pname:pSetupReferenceSlot->pPictureResource->imageViewBinding.
Dvideo_extensions.adoc2223 * If pname:slotIndex is non-negative and pname:pPictureResource is not
2226 by pname:pPictureResource is added to the set of bound reference picture
2229 * If pname:slotIndex is non-negative and pname:pPictureResource is `NULL`,
2232 * If pname:slotIndex is negative and pname:pPictureResource is not `NULL`,
2235 pname:pPictureResource is added to the set of bound reference picture
2240 * If pname:slotIndex is negative and pname:pPictureResource is `NULL`,
2269 their pname:pPictureResource members.
2313 and the pname:pPictureResource member of any element of
2315 pname:pPictureResource->imageViewBinding for that element must: not
2320 and the pname:pPictureResource member of any element of
[all …]
Dvideo_decode_h264_extensions.adoc586 slink:VkVideoReferenceSlotInfoKHR::pname:pPictureResource.
Dvideo_extensions.txt1539 * pname:pPictureResource is a pointer to a slink:VkVideoPictureResourceKHR
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_video_decode_queue.adoc175pPictureResource` member. Hence this parameter can be used to add new reference pictures to the DP…
177 The application has to create the image view specified in `pSetupReferenceSlot->pPictureResource->i…
221 … member and stored in the video picture specified in the element's `pPictureResource` member, to t…
225 The application has to create the image view specified in `pPictureResource->imageViewBinding` of t…
629 .pPictureResource = &reconstructedPictureResource
667 .pPictureResource = &reconstructedPictureResource
721 .pPictureResource = &referencePictureResource[0]
727 .pPictureResource = &referencePictureResource[1]
DVK_KHR_video_queue.adoc380 const VkVideoPictureResourceInfoKHR* pPictureResource;
388 … in `slotIndex` but not specifying any associated picture resource(`pPictureResource = NULL`). Dea…
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoBaseDecodeUtils.cpp1340 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->pictureResources[setupSlotNdx]; in DecodePicture()
1344 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->decodeFrameInfo.dstPictureReso… in DecodePicture()
1357 …pReferenceSlots[dpbEntryIdx].pPictureResource = &pPerFrameDecodeParameters->pictureResources[d… in DecodePicture()
1449 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->pictureResources[setupSlotNdx]; in DecodePicture()
1453 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->decodeFrameInfo.dstPictureReso… in DecodePicture()
1464 …pReferenceSlots[dpbEntryIdx].pPictureResource = &pPerFrameDecodeParameters->pictureResources[d… in DecodePicture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoBaseDecodeUtils.cpp1340 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->pictureResources[setupSlotNdx]; in DecodePicture()
1344 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->decodeFrameInfo.dstPictureReso… in DecodePicture()
1357 …pReferenceSlots[dpbEntryIdx].pPictureResource = &pPerFrameDecodeParameters->pictureResources[d… in DecodePicture()
1449 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->pictureResources[setupSlotNdx]; in DecodePicture()
1453 …pSetupReferenceSlot->pPictureResource = &pPerFrameDecodeParameters->decodeFrameInfo.dstPictureReso… in DecodePicture()
1464 …pReferenceSlots[dpbEntryIdx].pPictureResource = &pPerFrameDecodeParameters->pictureResources[d… in DecodePicture()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_beta.h163 const VkVideoPictureResourceKHR* pPictureResource; member
Dvulkan_structs.hpp73428 , pPictureResource( pPictureResource_ )
73462 pPictureResource = pPictureResource_; in setPPictureResource()
73483 ( pPictureResource == rhs.pPictureResource ); in operator ==()
73496 const VULKAN_HPP_NAMESPACE::VideoPictureResourceKHR * pPictureResource = {}; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_beta.h163 const VkVideoPictureResourceKHR* pPictureResource; member
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_beta.h163 const VkVideoPictureResourceKHR* pPictureResource; member
/third_party/mesa3d/include/vulkan/
Dvulkan_beta.h174 const VkVideoPictureResourceKHR* pPictureResource; member
/third_party/vulkan-headers/include/vulkan/
Dvulkan_beta.h171 const VkVideoPictureResourceInfoKHR* pPictureResource; member
Dvulkan_structs.hpp94798 , pPictureResource( pPictureResource_ )
94834 pPictureResource = pPictureResource_; in setPPictureResource()
94860 return std::tie( sType, pNext, slotIndex, pPictureResource ); in reflect()
94872 …t == rhs.pNext ) && ( slotIndex == rhs.slotIndex ) && ( pPictureResource == rhs.pPictureResource ); in operator ==()
94886 const VULKAN_HPP_NAMESPACE::VideoPictureResourceInfoKHR * pPictureResource = {}; member
Dvulkan_hash.hpp12805 VULKAN_HPP_HASH_COMBINE( seed, videoReferenceSlotInfoKHR.pPictureResource ); in operator ()()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl6447 const VkVideoPictureResourceInfoKHR* pPictureResource; member
DvkVulkan_c.inl9049 const VkVideoPictureResourceInfoKHR* pPictureResource; member
DvkStrUtilImpl.inl13712 s << "\tpPictureResource = " << value.pPictureResource << '\n';