Home
last modified time | relevance | path

Searched refs:n_physical_devices (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkinstance.h59 guint32 n_physical_devices; member
Dgstvkinstance.c974 &instance->n_physical_devices, NULL); in gst_vulkan_instance_open()
979 if (instance->n_physical_devices == 0) { in gst_vulkan_instance_open()
988 g_new0 (VkPhysicalDevice, instance->n_physical_devices); in gst_vulkan_instance_open()
991 &instance->n_physical_devices, instance->physical_devices); in gst_vulkan_instance_open()
Dgstvkphysicaldevice.c129 || device_id >= device->instance->n_physical_devices) { in gst_vulkan_physical_device_set_property()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkdeviceprovider.c274 for (i = 0; i < instance->n_physical_devices; i++) { in gst_vulkan_device_provider_probe()