Searched defs:queue_data (Results 1 – 4 of 4) sorted by relevance
134 struct queue_data { struct135 struct device_data *device;136 VkQueue queue;137 VkQueueFlags flags;138 uint32_t index;887 queue_data* queue_data = device_data->graphic_queue; in write_image() local1171 struct queue_data *queue_data = FIND(struct queue_data, queue); in screenshot_QueuePresentKHR() local
117 struct queue_data { struct118 struct device_data *device;120 VkQueue queue;121 VkQueueFlags flags;122 uint32_t family_index;123 uint64_t timestamp_mask;125 VkFence queries_fence;127 struct list_head running_command_buffer;1928 struct queue_data *queue_data = FIND(struct queue_data, queue); in overlay_QueuePresentKHR() local2468 struct queue_data *queue_data = FIND(struct queue_data, queue); in overlay_QueueSubmit() local[all …]
1600 void *queue_data; in usb_fifo_alloc_buffer() local1635 void *queue_data; in usb_fifo_free_buffer() local
118 void *queue_data; member