Searched refs:DeviceFunctions (Results 1 – 2 of 2) sorted by relevance
114 fns::DeviceFunctions,155 fns: DeviceFunctions,402 let fns = DeviceFunctions::load(|name| unsafe { in new()459 pub fn fns(&self) -> &DeviceFunctions { in fns() argument
162 pub struct DeviceFunctions { struct271 impl DeviceFunctions { argument272 pub(crate) fn load<F>(mut load_fn: F) -> DeviceFunctions in load()276 DeviceFunctions { in load()403 impl std::fmt::Debug for DeviceFunctions { implementation