Lines Matching refs:pVideoProfile
275 bool InitFromProfile(const VkVideoProfileInfoKHR* pVideoProfile)
277 m_profile = *pVideoProfile;
279 return PopulateProfileExt((VkBaseInStructure const*)pVideoProfile->pNext);
282 VkVideoCoreProfile(const VkVideoProfileInfoKHR* pVideoProfile)
283 : m_profile(*pVideoProfile)
286 PopulateProfileExt((VkBaseInStructure const*)pVideoProfile->pNext);
746 static void DumpFormatProfiles(VkVideoProfileInfoKHR* pVideoProfile)
749 if (pVideoProfile->chromaSubsampling & VK_VIDEO_CHROMA_SUBSAMPLING_MONOCHROME_BIT_KHR)
753 if (pVideoProfile->chromaSubsampling & VK_VIDEO_CHROMA_SUBSAMPLING_420_BIT_KHR)
757 if (pVideoProfile->chromaSubsampling & VK_VIDEO_CHROMA_SUBSAMPLING_422_BIT_KHR)
761 if (pVideoProfile->chromaSubsampling & VK_VIDEO_CHROMA_SUBSAMPLING_444_BIT_KHR)
767 if (pVideoProfile->lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR)
771 if (pVideoProfile->lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR)
775 if (pVideoProfile->lumaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR)
781 if (pVideoProfile->chromaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR)
785 if (pVideoProfile->chromaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_10_BIT_KHR)
789 if (pVideoProfile->chromaBitDepth & VK_VIDEO_COMPONENT_BIT_DEPTH_12_BIT_KHR)