Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dtimeline_semaphore.rs32 pub unsafe fn wait_semaphores( in wait_semaphores() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dmod.rs356 pub wait_semaphores: Vec<Arc<Semaphore>>, field
/aosp_15_r20/external/mesa3d/src/freedreno/vulkan/
H A Dtu_knl_kgsl.cc1054 const struct kgsl_syncobj *wait_semaphores[vk_submit->wait_count + 1]; in kgsl_queue_submit() local
1238 const struct kgsl_syncobj *wait_semaphores[vk_submit->wait_count]; in kgsl_queue_submit() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Dmod.rs413 pub wait_semaphores: Vec<Arc<Semaphore>>, field
/aosp_15_r20/external/crosvm/gpu_display/src/vulkan/
H A Dpost_worker.rs488 let mut wait_semaphores = in record_and_submit_post_command() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dmod.rs434 pub wait_semaphores: Vec<SemaphoreSubmitInfo>, field
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1185 const VkSemaphore *wait_semaphores, in render_swapchain_display()
1855 const VkSemaphore *wait_semaphores, in before_present()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dfeatures.rs4332 pub wait_semaphores: crate::vk::PFN_vkWaitSemaphores, field
4505 unsafe extern "system" fn wait_semaphores( in load() function
Ddefinitions.rs4317 pub fn wait_semaphores(mut self, wait_semaphores: &'a [Semaphore]) -> Self { in wait_semaphores() method
10686 pub fn wait_semaphores(mut self, wait_semaphores: &'a [Semaphore]) -> Self { in wait_semaphores() method
12402 pub fn wait_semaphores(mut self, wait_semaphores: &'a [Semaphore]) -> Self { in wait_semaphores() method
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/
Ddevice.rs665 pub unsafe fn wait_semaphores( in wait_semaphores() method
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h598 struct util_dynarray wait_semaphores; //external wait semaphores member