Lines Matching defs:devCtx
597 VkVideoCodecOperationFlagsKHR getSupportedCodecs(DeviceContext& devCtx,
603 auto& vkif = devCtx.context->getInstanceInterface();
604 vkif.getPhysicalDeviceQueueFamilyProperties2(devCtx.phys, &count, nullptr);
616 vkif.getPhysicalDeviceQueueFamilyProperties2(devCtx.phys, &count, queues.data());
633 VkResult getVideoFormats(DeviceContext& devCtx,
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);
679 VkResult getSupportedVideoFormats(DeviceContext& devCtx,
690 result = util::getVideoFormats(devCtx, videoProfile,
702 result = util::getVideoFormats(devCtx, videoProfile,
708 result = util::getVideoFormats(devCtx, videoProfile,
749 VkResult getVideoCapabilities(DeviceContext& devCtx,
753 auto& vkif = devCtx.context->getInstanceInterface();
772 VkResult result = vkif.getPhysicalDeviceVideoCapabilitiesKHR(devCtx.phys,
823 VkResult getVideoDecodeCapabilities(DeviceContext& devCtx,
850 VkResult result = util::getVideoCapabilities(devCtx, videoProfile, &videoCapabilities);