Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dicd.rs307 fn arcs_from_arr(objs: *const CL, count: u32) -> CLResult<Vec<Arc<Self>>> in arcs_from_arr() method
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dmemory.rs565 pub fn arcs_from_arr(objs: *const cl_mem, count: u32) -> CLResult<Vec<Mem>> { in arcs_from_arr() method