Searched defs:present_id (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common.c | 1298 VkQueue queue, uint64_t present_id, in wsi_signal_present_id_timeline() 1563 uint64_t present_id = 0; in wsi_common_queue_present() local 1717 uint64_t present_id, uint64_t timeout) in wsi_swapchain_wait_for_present_semaphore()
|
H A D | wsi_common_x11.c | 1067 uint64_t present_id; member 1128 uint64_t present_id; member 1797 uint64_t present_id, in x11_queue_present()
|
H A D | wsi_common_wayland.c | 1708 uint64_t present_id; member 1820 uint64_t present_id, in wsi_wl_swapchain_wait_for_present() 2089 uint64_t present_id, in wsi_wl_swapchain_queue_present()
|
H A D | wsi_common_headless.c | 309 uint64_t present_id, in wsi_headless_swapchain_queue_present()
|
H A D | wsi_common_metal.c | 324 uint64_t present_id, in wsi_metal_swapchain_queue_present()
|
H A D | wsi_common_display.c | 144 uint64_t present_id; member 156 uint64_t present_id; member 1995 uint64_t present_id, in wsi_display_queue_present()
|
H A D | wsi_common_win32.cpp | 714 uint64_t present_id, in wsi_win32_queue_present()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/ |
D | mod.rs | 400 pub present_id: Option<NonZeroU64>, field
|
D | swapchain.rs | 778 let present_id = u64::from(present_id); in try_claim_present_id() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | features.rs | 396 pub present_id: bool, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 20912 pub present_id: Bool32, field 20957 pub fn present_id(mut self, present_id: bool) -> Self { in present_id() method 21376 pub present_id: u32, field 21408 pub fn present_id(mut self, present_id: u32) -> Self { in present_id() method 21508 pub present_id: u32, field 21537 pub fn present_id(mut self, present_id: u32) -> Self { in present_id() method
|