Searched refs:newDpbImageLayerLayout (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoFrameBuffer.cpp | 444 VkImageLayout newDpbImageLayerLayout = VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR) override; 448 … VkImageLayout newDpbImageLayerLayout = VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR, 738 …deoFrameBuffer::PictureResourceInfo *dpbPictureResourcesInfo, VkImageLayout newDpbImageLayerLayout) in GetDpbImageResourcesByIndex() argument 746 … m_vkDevCtx, referenceSlotIndexes[resId], newDpbImageLayerLayout, &dpbPictureResources[resId], in GetDpbImageResourcesByIndex() 770 …ideoFrameBuffer::PictureResourceInfo *dpbPictureResourceInfo, VkImageLayout newDpbImageLayerLayout, in GetCurrentImageResourceByIndex() argument 778 m_vkDevCtx, picIdx, newDpbImageLayerLayout, dpbPictureResource, dpbPictureResourceInfo, in GetCurrentImageResourceByIndex()
|
H A D | vktVideoFrameBuffer.hpp | 286 VkImageLayout newDpbImageLayerLayout = VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR) = 0; 290 VkImageLayout newDpbImageLayerLayout = VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR,
|