/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | video_decode_extensions.adoc | 227 the elements of the pname:pDecodeInfo->pReferenceSlots array. 228 For each element of pname:pDecodeInfo->pReferenceSlots, one or more elements 289 elements of the pname:pDecodeInfo->pReferenceSlots array that have a 298 This means that the elements of pname:pDecodeInfo->pReferenceSlots that 338 ** For each element of pname:pDecodeInfo->pReferenceSlots, 349 pname:pDecodeInfo->pReferenceSlots. 375 following for each element of pname:pDecodeInfo->pReferenceSlots: 487 pname:pDecodeInfo->pReferenceSlots must: be less than the 493 element of pname:pDecodeInfo->pReferenceSlots must: be an integer 497 pname:pDecodeInfo->pReferenceSlots must: [all …]
|
D | video_decode_extensions.txt | 146 can: be `0` and slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots can: 148 * If slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots is not `NULL`, it 177 must: not be `0` and slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots 191 * slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots can: still have 201 operations requested via slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots 239 * slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots can: still have 250 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots are going to be performed 312 slink:VkVideoBeginCodingInfoKHR via the pname:pReferenceSlots within the 317 * pname:pReferenceSlots is a pointer to an array of
|
D | video_encode_extensions.txt | 165 slink:VkVideoBeginCodingInfoKHR via the pname:pReferenceSlots within the 170 * pname:pReferenceSlots is `NULL` or a pointer to an array of 173 Each entry in pname:pReferenceSlots must: be one of the entries provided 174 in slink:VkVideoBeginCodingInfoKHR via the pname:pReferenceSlots within
|
D | video_extensions.adoc | 2220 pname:pBeginInfo->pReferenceSlots are interpreted by this command as 2267 slink:VkVideoBeginCodingInfoKHR::pname:pReferenceSlots can: contain the 2275 pname:pBeginInfo->pReferenceSlots must: identify DPB slots of the video 2283 pname:pBeginInfo->pReferenceSlots corresponding to all active DPB slots of 2314 pname:pBeginInfo->pReferenceSlots is not `NULL`, then 2321 pname:pBeginInfo->pReferenceSlots is not `NULL`, then 2326 pname:pBeginInfo->pReferenceSlots is not negative, then it must: specify 2333 pname:pBeginInfo->pReferenceSlots for which pname:slotIndex is not 2361 pname:pReferenceSlots array. 2362 * pname:pReferenceSlots is a pointer to an array of [all …]
|
D | video_encode_extensions.adoc | 292 slink:VkVideoBeginCodingInfoKHR via the pname:pReferenceSlots within the 297 * pname:pReferenceSlots is `NULL` or a pointer to an array of 300 Each entry in pname:pReferenceSlots must: be one of the entries provided 301 in slink:VkVideoBeginCodingInfoKHR via the pname:pReferenceSlots within
|
D | video_decode_h264_extensions.adoc | 526 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots to specify the 534 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots, one or two elements are 537 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots as follows: 555 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots.
|
D | video_decode_h265_extensions.adoc | 603 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots to specify the 611 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots, one element is added to 614 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots as follows: 621 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots.
|
D | video_extensions.txt | 506 slink:VkVideoBeginCodingInfoKHR::pname:pReferenceSlots as part of the 531 slink:VkVideoBeginCodingInfoKHR::pname:pReferenceSlots in the 550 slink:VkVideoBeginCodingInfoKHR::pname:pReferenceSlots, and without 602 the slink:VkVideoBeginCodingInfoKHR::pname:pReferenceSlots. 1470 provided in pname:pReferenceSlots. 1471 * pname:pReferenceSlots is a pointer to an array of 1479 A slot index must: not appear more than once in pname:pReferenceSlots in
|
D | video_encode_h264_extensions.txt | 413 provided in pname:pReferenceSlots of the slink:VkVideoEncodeInfoKHR 427 provided in pname:pReferenceSlots of the slink:VkVideoEncodeInfoKHR
|
D | video_encode_h264_extensions.adoc | 530 provided in the pname:pReferenceSlots of the parent 545 provided in the pname:pReferenceSlots of the parent
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | vktVideoBaseDecodeUtils.cpp | 645 VkVideoReferenceSlotInfoKHR* pReferenceSlots, in setH264PictureData() 653 pReferenceSlots[dpbEntryIdx].sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR; in setH264PictureData() 654 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex; in setH264PictureData() 655 pReferenceSlots[dpbEntryIdx].pNext = pDpbRefList[dpbEntryIdx].Init(dpbSlotIndex); in setH264PictureData() 666 VkVideoReferenceSlotInfoKHR* pReferenceSlots, in setH265PictureData() 675 pReferenceSlots[dpbEntryIdx].sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR; in setH265PictureData() 676 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex; in setH265PictureData() 677 pReferenceSlots[dpbEntryIdx].pNext = pDpbSlotInfo[dpbEntryIdx].Init(dpbSlotIndex); in setH265PictureData() 1221 …VkVideoReferenceSlotInfoKHR* pReferenceSlots = ALLOC_HEAP_OBJECT_ARRAY(heap, VkVideoReferenceSlot… in DecodePicture() local 1319 pReferenceSlots, in DecodePicture() [all …]
|
D | vktVideoBaseDecodeUtils.hpp | 487 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 495 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | vktVideoBaseDecodeUtils.cpp | 645 VkVideoReferenceSlotInfoKHR* pReferenceSlots, in setH264PictureData() 653 pReferenceSlots[dpbEntryIdx].sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR; in setH264PictureData() 654 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex; in setH264PictureData() 655 pReferenceSlots[dpbEntryIdx].pNext = pDpbRefList[dpbEntryIdx].Init(dpbSlotIndex); in setH264PictureData() 666 VkVideoReferenceSlotInfoKHR* pReferenceSlots, in setH265PictureData() 675 pReferenceSlots[dpbEntryIdx].sType = VK_STRUCTURE_TYPE_VIDEO_REFERENCE_SLOT_INFO_KHR; in setH265PictureData() 676 pReferenceSlots[dpbEntryIdx].slotIndex = dpbSlotIndex; in setH265PictureData() 677 pReferenceSlots[dpbEntryIdx].pNext = pDpbSlotInfo[dpbEntryIdx].Init(dpbSlotIndex); in setH265PictureData() 1221 …VkVideoReferenceSlotInfoKHR* pReferenceSlots = ALLOC_HEAP_OBJECT_ARRAY(heap, VkVideoReferenceSlot… in DecodePicture() local 1319 pReferenceSlots, in DecodePicture() [all …]
|
D | vktVideoBaseDecodeUtils.hpp | 487 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 495 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_KHR_video_decode_queue.adoc | 145 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; 159 The `dstPictureResource`, `pSetupReferenceSlot`, and `pReferenceSlots` members specify the decode o… 175 …e was started (in one of the elements of `VkVideoBeginCodingInfoKHR::pReferenceSlots`). No similar… 219 If the video session allows, reference pictures can be specified in the `pReferenceSlots` array to … 221 Each entry in the `pReferenceSlots` array adds one or more pictures, currently associated with the … 223 … coding scope was started (in one of the elements of `VkVideoBeginCodingInfoKHR::pReferenceSlots`). 225 …pecified in `pPictureResource->imageViewBinding` of the elements of `pReferenceSlots` with the new… 229 Typically the number of elements in `pReferenceSlots` equals the number of reference pictures added… 231 …uch parameters are provided in the `pNext` chain of the elements of `pReferenceSlots`. Whether suc… 282 …o include all video picture resources in `VkVideoBeginCodingInfoKHR::pReferenceSlots` that may be … [all …]
|
D | VK_KHR_video_decode_h264.adoc | 182 …he `pNext` chain of corresponding elements of `VkVideoDecodeInfoKHR::pReferenceSlots` and the `pNe… 205 …pReferenceSlots` and is needed to allow the application to use both fields of an interlaced frame … 463 .pReferenceSlots = &referenceSlotInfo[0]
|
D | VK_KHR_video_decode_h265.adoc | 160 …he `pNext` chain of corresponding elements of `VkVideoDecodeInfoKHR::pReferenceSlots` and the `pNe… 435 .pReferenceSlots = &referenceSlotInfo[0]
|
D | VK_KHR_video_queue.adoc | 362 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; 881 .pReferenceSlots = ...
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_beta.h | 216 const VkVideoReferenceSlotKHR* pReferenceSlots; member 331 const VkVideoReferenceSlotKHR* pReferenceSlots; member 411 const VkVideoReferenceSlotKHR* pReferenceSlots; member
|
D | vulkan_structs.hpp | 73533 , pReferenceSlots( pReferenceSlots_ ) 73555 , pReferenceSlots( referenceSlots_.data() ) in VideoBeginCodingInfoKHR() 73610 pReferenceSlots = pReferenceSlots_; in setPReferenceSlots() 73620 pReferenceSlots = referenceSlots_.data(); in setReferenceSlots() 73644 … ( referenceSlotCount == rhs.referenceSlotCount ) && ( pReferenceSlots == rhs.pReferenceSlots ); in operator ==() 73661 const VULKAN_HPP_NAMESPACE::VideoReferenceSlotKHR * pReferenceSlots = {}; member 75638 , pReferenceSlots( pReferenceSlots_ ) 75668 , pReferenceSlots( referenceSlots_.data() ) in VideoDecodeInfoKHR() 75747 pReferenceSlots = pReferenceSlots_; in setPReferenceSlots() 75757 pReferenceSlots = referenceSlots_.data(); in setReferenceSlots() [all …]
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_beta.h | 216 const VkVideoReferenceSlotKHR* pReferenceSlots; member 331 const VkVideoReferenceSlotKHR* pReferenceSlots; member 411 const VkVideoReferenceSlotKHR* pReferenceSlots; member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_beta.h | 216 const VkVideoReferenceSlotKHR* pReferenceSlots; member 331 const VkVideoReferenceSlotKHR* pReferenceSlots; member 411 const VkVideoReferenceSlotKHR* pReferenceSlots; member
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_beta.h | 228 const VkVideoReferenceSlotKHR* pReferenceSlots; member 355 const VkVideoReferenceSlotKHR* pReferenceSlots; member 441 const VkVideoReferenceSlotKHR* pReferenceSlots; member
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_beta.h | 225 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member 360 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member 461 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 6475 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member 6547 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member 6585 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
|