Home
last modified time | relevance | path

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

/external/crosvm/gpu_display/src/vulkan/
Dpost_worker.rs892 let mut submit_present_builder = SubmitPresentBuilder::new(); in with_swapchain_image() localVariable
895 unsafe { submit_present_builder.add_swapchain(&present_info) }; in with_swapchain_image()
897 unsafe { submit_present_builder.add_wait_semaphore(present_wait_semaphore) } in with_swapchain_image()
898 match submit_present_builder.submit(self.present_queue.borrow()) { in with_swapchain_image()