Home
last modified time | relevance | path

Searched refs:imageViewBinding (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc166 The application has to create the image view specified in `dstPictureResource.imageViewBinding` wit…
177 …the image view specified in `pSetupReferenceSlot->pPictureResource->imageViewBinding` with the new…
225 The application has to create the image view specified in `pPictureResource->imageViewBinding` of t…
578 .imageViewBinding = outputImageView
613 .imageViewBinding = outputImageView
622 .imageViewBinding = dpbImageView
660 .imageViewBinding = dpbImageView
699 .imageViewBinding = dpbImageView
707 .imageViewBinding = dpbImageView
DVK_KHR_video_queue.adoc104 VkImageView imageViewBinding;
108 …the array layer index used relative to the image view specified in `imageViewBinding`. Depending o…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc440 pname:pDecodeInfo->dstPictureResource.imageViewBinding must: be
444 The format of pname:pDecodeInfo->dstPictureResource.imageViewBinding
455 pname:pDecodeInfo->dstPictureResource.imageViewBinding must: have been
460 then pname:pDecodeInfo->dstPictureResource.imageViewBinding must: not
465 then pname:pDecodeInfo->dstPictureResource.imageViewBinding must: have
Dvideo_extensions.adoc62 pname:imageViewBinding to use as the video picture resource.
63 * pname:imageViewBinding is an image view representing the video picture
69 image subresource range the image view specified in pname:imageViewBinding
106 when the image view pname:imageViewBinding was created
2419 pname:pPictureResource->imageViewBinding for that element must: not
2426 pname:pPictureResource->imageViewBinding for that element must: specify
2509 pname:pPictureResource->imageViewBinding for that element must: be
2515 specified in pname:pPictureResource->imageViewBinding for that element
2533 pname:pPictureResource->imageViewBinding of all elements of
2541 pname:pPictureResource->imageViewBinding for that element must: have
[all …]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8126 VkImageView imageViewBinding; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13452 VULKAN_HPP_HASH_COMBINE( seed, videoPictureResourceInfoKHR.imageViewBinding ); in operator ()()