Home
last modified time | relevance | path

Searched defs:wait_semaphores (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/ash/src/extensions/khr/
Dtimeline_semaphore.rs41 pub unsafe fn wait_semaphores( in wait_semaphores() method
/external/rust/crates/vulkano/src/command_buffer/submit/
Dqueue_present.rs31 wait_semaphores: SmallVec<[ash::vk::Semaphore; 8]>, field
Dqueue_submit.rs29 wait_semaphores: SmallVec<[ash::vk::Semaphore; 16]>, field
Dbind_sparse.rs262 wait_semaphores: SmallVec<[ash::vk::Semaphore; 8]>, field
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1155 const VkSemaphore *wait_semaphores, in render_swapchain_display()
1825 const VkSemaphore *wait_semaphores, in before_present()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c4311 struct radv_semaphore_part **wait_semaphores; member
4342 const VkSemaphore *wait_semaphores; member
/external/rust/crates/ash/src/
Ddevice.rs162 pub unsafe fn wait_semaphores( in wait_semaphores() method
/external/rust/crates/ash/src/vk/
Dfeatures.rs6150 pub wait_semaphores: crate::vk::PFN_vkWaitSemaphores, field
6323 unsafe extern "system" fn wait_semaphores( in load() function
6512 pub unsafe fn wait_semaphores( in wait_semaphores() method
Ddefinitions.rs3955 pub fn wait_semaphores(mut self, wait_semaphores: &'a [Semaphore]) -> Self { in wait_semaphores() method
9563 pub fn wait_semaphores(mut self, wait_semaphores: &'a [Semaphore]) -> Self { in wait_semaphores() method
11104 pub fn wait_semaphores(mut self, wait_semaphores: &'a [Semaphore]) -> Self { in wait_semaphores() method