Home
last modified time | relevance | path

Searched refs:m_distinctDstDpbImages (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp861 , m_distinctDstDpbImages (false)
1328 if (m_distinctDstDpbImages)
1437 if (m_distinctDstDpbImages)
2090 m_distinctDstDpbImages = (videoDecodeCapabilities->flags & VK_VIDEO_DECODE_CAPABILITY_DPB_AND_OUTPUT_DISTINCT_BIT_KHR) ? true : false;
2092 const vector<pair<VkFormat, VkImageUsageFlags>> imageFormatAndUsageForOutputAndDPB = getImageFormatAndUsageForOutputAndDPB(vki, physDevice, videoProfileList.get(), videoVkFormat, m_distinctDstDpbImages);
2813 const VkImageLayout newLayout = m_distinctDstDpbImages ? VK_IMAGE_LAYOUT_VIDEO_DECODE_DST_KHR : VK_IMAGE_LAYOUT_VIDEO_DECODE_DPB_KHR;
2837 if (m_distinctDstDpbImages)
H A DvktVideoBaseDecodeUtils.hpp637 bool m_distinctDstDpbImages; member in vkt::video::VideoBaseDecoder

Completed in 5 milliseconds