Home
last modified time | relevance | path

Searched refs:spec_version (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkinstance.c343 const gchar * name, gchar ** description, guint32 * spec_version, in gst_vulkan_instance_get_layer_info_unlocked() argument
355 if (spec_version) in gst_vulkan_instance_get_layer_info_unlocked()
356 *spec_version = priv->available_layers[i].specVersion; in gst_vulkan_instance_get_layer_info_unlocked()
358 *spec_version = priv->available_layers[i].implementationVersion; in gst_vulkan_instance_get_layer_info_unlocked()
385 const gchar * name, gchar ** description, guint32 * spec_version, in gst_vulkan_instance_get_layer_info() argument
396 spec_version, implementation_version); in gst_vulkan_instance_get_layer_info()
404 const gchar * name, guint32 * spec_version);
408 const gchar * name, guint32 * spec_version) in gst_vulkan_instance_get_extension_info_unlocked() argument
417 if (spec_version) in gst_vulkan_instance_get_extension_info_unlocked()
418 *spec_version = priv->available_extensions[i].specVersion; in gst_vulkan_instance_get_extension_info_unlocked()
[all …]
Dgstvkphysicaldevice.h100 … guint32 * spec_version);
105 guint32 * spec_version,
Dgstvkphysicaldevice.c976 device, const gchar * name, gchar ** description, guint32 * spec_version, in gst_vulkan_physical_device_get_layer_info_unlocked() argument
988 if (spec_version) in gst_vulkan_physical_device_get_layer_info_unlocked()
989 *spec_version = priv->available_layers[i].specVersion; in gst_vulkan_physical_device_get_layer_info_unlocked()
991 *spec_version = priv->available_layers[i].implementationVersion; in gst_vulkan_physical_device_get_layer_info_unlocked()
1018 const gchar * name, gchar ** description, guint32 * spec_version, in gst_vulkan_physical_device_get_layer_info() argument
1029 description, spec_version, implementation_version); in gst_vulkan_physical_device_get_layer_info()
1037 * device, const gchar * name, guint32 * spec_version) in gst_vulkan_physical_device_get_extension_info_unlocked() argument
1046 if (spec_version) in gst_vulkan_physical_device_get_extension_info_unlocked()
1047 *spec_version = priv->available_extensions[i].specVersion; in gst_vulkan_physical_device_get_extension_info_unlocked()
1072 const gchar * name, guint32 * spec_version) in gst_vulkan_physical_device_get_extension_info() argument
[all …]
Dgstvkinstance.h125 guint32 * spec_version);
139 guint32 * spec_version,
Dgstvkdisplay.c518 const gchar * name, guint32 * spec_version);
601 const gchar * name, guint32 * spec_version);
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c1051 const uint32_t spec_version = in vn_physical_device_init_renderer_extensions() local
1053 if (!spec_version) in vn_physical_device_init_renderer_extensions()
1058 MIN2(exts[j].specVersion, spec_version); in vn_physical_device_init_renderer_extensions()