Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp183 VkVideoDecodeH264ProfileInfoKHR const* pProfileExt = (VkVideoDecodeH264ProfileInfoKHR const*)pVideoProfileExt; in PopulateProfileExt() local
184 if (pProfileExt && (pProfileExt->sType != VK_STRUCTURE_TYPE_VIDEO_DECODE_H264_PROFILE_INFO_KHR)) in PopulateProfileExt()
189 if (pProfileExt) in PopulateProfileExt()
191 m_h264DecodeProfile = *pProfileExt; in PopulateProfileExt()
205 VkVideoDecodeH265ProfileInfoKHR const* pProfileExt = (VkVideoDecodeH265ProfileInfoKHR const*)pVideoProfileExt; in PopulateProfileExt() local
206 if (pProfileExt && (pProfileExt->sType != VK_STRUCTURE_TYPE_VIDEO_DECODE_H265_PROFILE_INFO_KHR)) in PopulateProfileExt()
211 if (pProfileExt) in PopulateProfileExt()
213 m_h265DecodeProfile = *pProfileExt; in PopulateProfileExt()
226 VkVideoEncodeH264ProfileInfoEXT const* pProfileExt = (VkVideoEncodeH264ProfileInfoEXT const*)pVideoProfileExt; PopulateProfileExt() local
247 VkVideoEncodeH265ProfileInfoEXT const* pProfileExt = (VkVideoEncodeH265ProfileInfoEXT const*)pVideoProfileExt; PopulateProfileExt() local
[all...]

Completed in 2 milliseconds