Home
last modified time | relevance | path

Searched refs:referenceSlotCount (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_beta.h120 uint32_t referenceSlotCount; member
Dvulkan_core.h8186 uint32_t referenceSlotCount; member
8322 uint32_t referenceSlotCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h121 uint32_t referenceSlotCount; member
Dvulkan_hash.hpp13480 VULKAN_HPP_HASH_COMBINE( seed, videoBeginCodingInfoKHR.referenceSlotCount ); in operator ()()
13706 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeInfoKHR.referenceSlotCount ); in operator ()()
14305 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeInfoKHR.referenceSlotCount ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_h264.adoc205 …picture layout. As a consequence, the value of `VkVideoDecodeInfo::referenceSlotCount` is not alwa…
462 .referenceSlotCount = sizeof(referenceSlotInfo) / sizeof(referenceSlotInfo[0]),
DVK_KHR_video_decode_queue.adoc144 uint32_t referenceSlotCount;
590 .referenceSlotCount = 0,
736 .referenceSlotCount = sizeof(referenceSlotInfo) / sizeof(referenceSlotInfo[0]),
DVK_KHR_video_decode_h265.adoc434 .referenceSlotCount = sizeof(referenceSlotInfo) / sizeof(referenceSlotInfo[0]),
DVK_KHR_video_queue.adoc361 uint32_t referenceSlotCount;
880 .referenceSlotCount = ...
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc284 the value of pname:pDecodeInfo->referenceSlotCount.
288 the value of pname:pDecodeInfo->referenceSlotCount plus the number of
757 * pname:referenceSlotCount is the number of elements in the
Dvideo_encode_extensions.adoc521 * pname:referenceSlotCount is the number of Reconstructed Reference
Dvideo_extensions.adoc2464 * pname:referenceSlotCount is the number of elements in the
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c545 for (unsigned i = 0; i < frame_info->referenceSlotCount; i++) { in vk_video_h265_poc_by_slot()