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

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp61 struct queue_data;
73 struct queue_data *graphic_queue;
75 struct queue_data **queues;
95 struct list_head link; /* link into queue_data::running_command_buffer */
99 struct queue_data { struct
217 #define FIND_QUEUE_DATA(obj) ((struct queue_data *)find_object_data(HKEY(obj)))
370 static struct queue_data *new_queue_data(VkQueue queue,
375 struct queue_data *data = rzalloc(device_data, struct queue_data);
400 static void destroy_queue(struct queue_data *dat
1602 struct queue_data *queue_data = FIND_QUEUE_DATA(queue); local in function:overlay_QueuePresentKHR
2108 struct queue_data *queue_data = FIND_QUEUE_DATA(queue); local in function:overlay_QueueSubmit
[all...]
/xsrc/external/mit/MesaLib/dist/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,
384 struct queue_data *data = rzalloc(device_data, struct queue_data);
408 static void destroy_queue(struct queue_data *data)
421 data->queues = ralloc_array(data, struct queue_data *, dat
1891 struct queue_data *queue_data = FIND(struct queue_data, queue); local in function:overlay_QueuePresentKHR
2421 struct queue_data *queue_data = FIND(struct queue_data, queue); local in function:overlay_QueueSubmit
[all...]

Completed in 6 milliseconds