Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/core/
Dcontext.rs202 pub fn remove_svm_ptr(&self, ptr: usize) -> Option<Layout> { in remove_svm_ptr() method
/external/mesa3d/src/gallium/frontends/rusticl/api/
Dmemory.rs2370 if let Some(layout) = c.remove_svm_ptr(svm_pointer) { in svm_free_impl()