Searched defs:StandardCommandPool (Results 1 – 2 of 2) sorted by relevance
41 pub struct StandardCommandPool { struct49 per_thread: Mutex<FnvHashMap<thread::ThreadId, Weak<StandardCommandPoolPerThread>>>, argument52 unsafe impl Send for StandardCommandPool {} argument53 unsafe impl Sync for StandardCommandPool {} implementation64 impl StandardCommandPool { implementation71 pub fn new(device: Arc<Device>, queue_family: QueueFamily) -> StandardCommandPool { in new()175 unsafe impl DeviceOwned for StandardCommandPool { implementation
508 pub fn standard_command_pool(me: &Arc<Self>, queue: QueueFamily) -> Arc<StandardCommandPool> { in standard_command_pool()