Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp179 bool PopulateProfileExt(VkBaseInStructure const* pVideoProfileExt) in PopulateProfileExt() argument
183 VkVideoDecodeH264ProfileInfoKHR const* pProfileExt = (VkVideoDecodeH264ProfileInfoKHR const*)pVideoProfileExt; in PopulateProfileExt()
205 VkVideoDecodeH265ProfileInfoKHR const* pProfileExt = (VkVideoDecodeH265ProfileInfoKHR const*)pVideoProfileExt; in PopulateProfileExt()
226 VkVideoEncodeH264ProfileInfoEXT const* pProfileExt = (VkVideoEncodeH264ProfileInfoEXT const*)pVideoProfileExt; in PopulateProfileExt()
247 VkVideoEncodeH265ProfileInfoEXT const* pProfileExt = (VkVideoEncodeH265ProfileInfoEXT const*)pVideoProfileExt; in PopulateProfileExt()
305 VkBaseInStructure* pVideoProfileExt = NULL; local
315 pVideoProfileExt = (VkBaseInStructure*)&decodeH264ProfilesRequest;
324 pVideoProfileExt = (VkBaseInStructure*)&decodeH265ProfilesRequest;
333 pVideoProfileExt = (VkBaseInStructure*)&encodeH264ProfilesRequest;
342 pVideoProfileExt
[all...]

Completed in 2 milliseconds