Home
last modified time | relevance | path

Searched refs:n_queues (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkdevice.c62 guint n_queues; member
295 priv->n_queues = 1; in gst_vulkan_device_open()
316 queue_info.queueCount = priv->n_queues; in gst_vulkan_device_open()
372 g_return_val_if_fail (queue_family < priv->n_queues, NULL); in gst_vulkan_device_get_queue()
406 for (i = 0; i < priv->n_queues; i++) { in gst_vulkan_device_foreach_queue()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp90 uint32_t n_queues; member
420 data->n_queues += pCreateInfo->pQueueCreateInfos[i].queueCount; in device_map_queues()
421 data->queues = ralloc_array(data, struct queue_data *, data->n_queues); in device_map_queues()
455 for (uint32_t i = 0; i < data->n_queues; i++) in device_unmap_queues()