Home
last modified time | relevance | path

Searched refs:current_pool (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/src/descriptor_set/
Dfixed_size_pool.rs89 current_pool: None, in new()
183 current_pool: Option<Arc<LocalPoolInner>>, field
217 if let Some(ref mut current_pool) = self.current_pool { in alloc()
218 if let Some(already_existing_set) = current_pool.reserve.pop() { in alloc()
221 pool: current_pool.clone(), in alloc()
255 self.current_pool = Some(Arc::new(LocalPoolInner { in alloc()
/external/wayland/src/
Dwayland-shm.c79 struct wl_shm_pool *current_pool; member
499 pool = sigbus_data->current_pool; in sigbus_handler()
602 assert(sigbus_data->current_pool == NULL || in wl_shm_buffer_begin_access()
603 sigbus_data->current_pool == pool); in wl_shm_buffer_begin_access()
605 sigbus_data->current_pool = pool; in wl_shm_buffer_begin_access()
640 sigbus_data->current_pool = NULL; in wl_shm_buffer_end_access()