Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dmod.rs114 fns::DeviceFunctions,
155 fns: DeviceFunctions,
402 let fns = DeviceFunctions::load(|name| unsafe { in new()
459 pub fn fns(&self) -> &DeviceFunctions { in fns() argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfns.rs162 pub struct DeviceFunctions { struct
271 impl DeviceFunctions { argument
272 pub(crate) fn load<F>(mut load_fn: F) -> DeviceFunctions in load()
276 DeviceFunctions { in load()
403 impl std::fmt::Debug for DeviceFunctions { implementation