Searched refs:VkVideoReferenceSlotInfoKHR (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.hpp | 757 VkVideoReferenceSlotInfoKHR referenceSlots[VkParserPerFrameDecodeParameters::MAX_DPB_REF_AND_SETUP_SLOTS]; 758 VkVideoReferenceSlotInfoKHR setupReferenceSlot; 778 std::vector<VkVideoReferenceSlotInfoKHR> fullReferenceSlots; 854 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 863 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
|
H A D | vktVideoBaseDecodeUtils.cpp | 396 VkVideoReferenceSlotInfoKHR* pReferenceSlots, in setH264PictureData() 425 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 1475 VkVideoReferenceSlotInfoKHR setupActivationSlot = {}; 1865 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 2118 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.hpp | 487 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 495 VkVideoReferenceSlotInfoKHR* pReferenceSlots,
|
H A D | vktVideoBaseDecodeUtils.cpp | 645 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 666 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 1221 VkVideoReferenceSlotInfoKHR* pReferenceSlots = ALLOC_HEAP_OBJECT_ARRAY(heap, VkVideoReferenceSlotInfoKHR, PerFrameDecodeParameters::MAX_DPB_REF_SLOTS); 1222 VkVideoReferenceSlotInfoKHR* pSetupReferenceSlot = ALLOC_HEAP_OBJECT(heap, VkVideoReferenceSlotInfoKHR); 1494 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 1705 VkVideoReferenceSlotInfoKHR* pReferenceSlots, 3013 pPicParams->decodeFrameInfo.pReferenceSlots, // const VkVideoReferenceSlotInfoKHR* pReferenceSlots;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 8093 typedef struct VkVideoReferenceSlotInfoKHR { struct 8098 } VkVideoReferenceSlotInfoKHR; typedef 8151 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; 8285 const VkVideoReferenceSlotInfoKHR* pSetupReferenceSlot; 8287 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; 10581 const VkVideoReferenceSlotInfoKHR* pSetupReferenceSlot; 10583 const VkVideoReferenceSlotInfoKHR* pReferenceSlots;
|
H A D | vulkan_static_assertions.hpp | 2061 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::VideoReferenceSlotInfoKHR ) == sizeof( VkVideoReferenceSlotInfoKHR ),
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 129 milliseconds