Home
last modified time | relevance | path

Searched defs:arc_from_raw (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dicd.rs298 fn arc_from_raw(ptr: CL) -> CLResult<Arc<Self>> { in arc_from_raw() method
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs556 pub fn arc_from_raw(ptr: cl_mem) -> CLResult<Mem> { in arc_from_raw() method