Home
last modified time | relevance | path

Searched defs:add_wait_semaphore (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/vulkano/src/command_buffer/submit/
Dsemaphores_wait.rs39 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore() method
Dqueue_present.rs71 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore() method
Dqueue_submit.rs139 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore, stages: PipelineStages) { in add_wait_semaphore() method
Dbind_sparse.rs317 pub unsafe fn add_wait_semaphore(&mut self, semaphore: &'a Semaphore) { in add_wait_semaphore() method