Home
last modified time | relevance | path

Searched refs:video_encode_enabled (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.h180 bool video_encode_enabled; member
Dradv_physical_device.c305 if (pdev->video_encode_enabled) { in radv_physical_device_init_queue_table()
631 .KHR_video_maintenance1 = pdev->video_decode_enabled || pdev->video_encode_enabled, in radv_physical_device_get_supported_extensions()
632 .KHR_video_queue = pdev->video_decode_enabled || pdev->video_encode_enabled, in radv_physical_device_get_supported_extensions()
638 .KHR_video_encode_h264 = VIDEO_CODEC_H264ENC && pdev->video_encode_enabled, in radv_physical_device_get_supported_extensions()
639 .KHR_video_encode_h265 = VIDEO_CODEC_H265ENC && pdev->video_encode_enabled, in radv_physical_device_get_supported_extensions()
640 .KHR_video_encode_queue = pdev->video_encode_enabled, in radv_physical_device_get_supported_extensions()
2382 if (pdev->video_encode_enabled) { in radv_get_physical_device_queue_family_properties()
2454 if (pdev->video_encode_enabled) { in radv_get_physical_device_queue_family_properties()
Dradv_video_enc.c115 pdev->video_encode_enabled = false; in radv_probe_video_encode()
124 pdev->video_encode_enabled = true; in radv_probe_video_encode()
135 pdev->video_encode_enabled = true; in radv_probe_video_encode()
146 pdev->video_encode_enabled = true; in radv_probe_video_encode()
157 pdev->video_encode_enabled = !!(instance->perftest_flags & RADV_PERFTEST_VIDEO_ENCODE); in radv_probe_video_encode()
Dradv_formats.c328 if (pdev->video_encode_enabled) { in radv_physical_device_get_format_properties()
Dradv_video.c860 !pdev->video_encode_enabled) in radv_GetPhysicalDeviceVideoFormatPropertiesKHR()
/external/mesa3d/src/intel/vulkan/
Danv_physical_device.c237 …R_video_queue = device->video_decode_enabled || device->video_encode_enabled, in get_device_extensions()
242 .KHR_video_encode_queue = device->video_encode_enabled, in get_device_extensions()
243 .KHR_video_encode_h264 = VIDEO_CODEC_H264ENC && device->video_encode_enabled, in get_device_extensions()
244 …65 = device->info.ver >= 12 && VIDEO_CODEC_H265ENC && device->video_encode_enabled, in get_device_extensions()
247 (device->video_encode_enabled && in get_device_extensions()
2336 if (v_count > 0 && (pdevice->video_decode_enabled || pdevice->video_encode_enabled)) { in anv_physical_device_init_queue_families()
2350 (pdevice->video_encode_enabled ? VK_QUEUE_VIDEO_ENCODE_BIT_KHR : 0), in anv_physical_device_init_queue_families()
2566 device->video_encode_enabled = debug_get_bool_option("ANV_VIDEO_ENCODE", false); in anv_physical_device_try_create()
Danv_formats.c602 flags |= physical_device->video_encode_enabled ? in anv_get_image_format_features2()
Danv_private.h1016 bool video_encode_enabled; member