Searched refs:present_queue (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c739 struct wsi_queue present_queue; member in struct:x11_swapchain
1052 wsi_queue_push(&chain->present_queue, image_index);
1075 result = wsi_queue_pull(&chain->present_queue, &image_index, INT64_MAX);
1321 wsi_queue_push(&chain->present_queue, UINT32_MAX);
1324 wsi_queue_destroy(&chain->present_queue);
1502 ret = wsi_queue_init(&chain->present_queue, chain->base.image_count + 1);
1514 wsi_queue_destroy(&chain->present_queue);
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_x11.c880 struct wsi_queue present_queue; member in struct:x11_swapchain
1277 wsi_queue_push(&chain->present_queue, image_index);
1321 result = wsi_queue_pull(&chain->present_queue, &image_index, INT64_MAX);
1646 wsi_queue_push(&chain->present_queue, UINT32_MAX);
1651 wsi_queue_destroy(&chain->present_queue);
1842 ret = wsi_queue_init(&chain->present_queue, chain->base.image_count + 1);
1853 wsi_queue_destroy(&chain->present_queue);
1864 wsi_queue_destroy(&chain->present_queue);
/xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp1163 struct queue_data *present_queue,
1207 imb.srcQueueFamilyIndex = present_queue->family_index;
1335 if (device_data->graphic_queue->family_index != present_queue->family_index)
1353 imb.dstQueueFamilyIndex = present_queue->family_index;
1370 if (n_wait_semaphores == 0 && device_data->graphic_queue->queue != present_queue->queue) {
1380 device_data->vtable.QueueSubmit(present_queue->queue, 1, &submit_info, VK_NULL_HANDLE);
1833 struct queue_data *present_queue,
1845 draw = render_swapchain_display(swapchain_data, present_queue,
1162 render_swapchain_display(struct swapchain_data * data,struct queue_data * present_queue,const VkSemaphore * wait_semaphores,unsigned n_wait_semaphores,unsigned image_index) argument
1832 before_present(struct swapchain_data * swapchain_data,struct queue_data * present_queue,const VkSemaphore * wait_semaphores,unsigned n_wait_semaphores,unsigned imageIndex) argument
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
H A Doverlay.cpp924 struct queue_data *present_queue,
968 imb.srcQueueFamilyIndex = present_queue->family_index;
1110 imb.dstQueueFamilyIndex = present_queue->family_index;
1551 struct queue_data *present_queue,
1563 draw = render_swapchain_display(swapchain_data, present_queue,
923 render_swapchain_display(struct swapchain_data * data,struct queue_data * present_queue,const VkSemaphore * wait_semaphores,unsigned n_wait_semaphores,unsigned image_index) argument
1550 before_present(struct swapchain_data * swapchain_data,struct queue_data * present_queue,const VkSemaphore * wait_semaphores,unsigned n_wait_semaphores,unsigned imageIndex) argument

Completed in 14 milliseconds