Searched defs:present_id (Results 1 – 10 of 10) sorted by relevance
| /external/rust/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
|
| /external/mesa3d/src/vulkan/wsi/ |
| D | wsi_common.c | 1244 VkQueue queue, uint64_t present_id, in wsi_signal_present_id_timeline() 1477 uint64_t present_id = 0; in wsi_common_queue_present() local 1631 uint64_t present_id, uint64_t timeout) in wsi_swapchain_wait_for_present_semaphore()
|
| D | wsi_common_headless.c | 314 uint64_t present_id, in wsi_headless_swapchain_queue_present()
|
| D | wsi_common_x11.c | 1054 uint64_t present_id; member 1108 uint64_t present_id; member 1695 uint64_t present_id, in x11_queue_present()
|
| D | wsi_common_wayland.c | 1645 uint64_t present_id; member 1682 uint64_t present_id, in wsi_wl_swapchain_wait_for_present() 1980 uint64_t present_id, in wsi_wl_swapchain_queue_present()
|
| D | wsi_common_display.c | 143 uint64_t present_id; member 155 uint64_t present_id; member 1994 uint64_t present_id, in wsi_display_queue_present()
|
| D | wsi_common_win32.cpp | 714 uint64_t present_id, in wsi_win32_queue_present()
|
| /external/rust/crates/vulkano/out/ |
| D | features.rs | 396 pub present_id: bool, field
|
| /external/rust/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
|