Home
last modified time | relevance | path

Searched refs:queue_data (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp75 struct queue_data;
87 struct queue_data *graphic_queue;
89 struct queue_data **queues;
109 struct list_head link; /* link into queue_data::running_command_buffer */
113 struct queue_data { struct
379 static struct queue_data *new_queue_data(VkQueue queue, in new_queue_data()
384 struct queue_data *data = rzalloc(device_data, struct queue_data); in new_queue_data()
408 static void destroy_queue(struct queue_data *data) in destroy_queue()
421 data->queues = ralloc_array(data, struct queue_data *, dat in device_map_queues()
1891 struct queue_data *queue_data = FIND(struct queue_data, queue); overlay_QueuePresentKHR() local
2421 struct queue_data *queue_data = FIND(struct queue_data, queue); overlay_QueueSubmit() local
2461 struct queue_data *queue_data = FIND(struct queue_data, queue); overlay_QueueSubmit2KHR() local
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_dev.c1070 if (f->queue_data == NULL) { in usb_poll()
1107 if (f->queue_data == NULL) { in usb_poll()
1295 if (f->queue_data == NULL) { in usb_write()
1600 void *queue_data; in usb_fifo_alloc_buffer() local
1606 queue_data = usb_alloc_mbufs( in usb_fifo_alloc_buffer()
1609 if (queue_data == NULL && bufsize != 0 && nbuf != 0) in usb_fifo_alloc_buffer()
1620 f->queue_data = queue_data; in usb_fifo_alloc_buffer()
1635 void *queue_data; in usb_fifo_free_buffer() local
1640 queue_data in usb_fifo_free_buffer()
[all...]
H A Dusb_dev.h118 void *queue_data; member

Completed in 6 milliseconds