Searched refs:vkif (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoTestUtils.cpp | 603 auto& vkif = devCtx.context->getInstanceInterface(); in getSupportedCodecs() local 604 vkif.getPhysicalDeviceQueueFamilyProperties2(devCtx.phys, &count, nullptr); in getSupportedCodecs() 616 vkif.getPhysicalDeviceQueueFamilyProperties2(devCtx.phys, &count, queues.data()); in getSupportedCodecs() 638 auto& vkif = devCtx.context->getInstanceInterface(); 649 VkResult result = vkif.getPhysicalDeviceVideoFormatPropertiesKHR(devCtx.phys, &videoFormatInfo, &supportedFormatCount, nullptr); 659 result = vkif.getPhysicalDeviceVideoFormatPropertiesKHR(devCtx.phys, &videoFormatInfo, &supportedFormatCount, pSupportedFormats); 753 auto& vkif = devCtx.context->getInstanceInterface(); in getVideoCapabilities() local 772 VkResult result = vkif.getPhysicalDeviceVideoCapabilitiesKHR(devCtx.phys, in getVideoCapabilities()
|
Completed in 3 milliseconds