Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
H A Dscreen.rs30 pub trait ComputeParam<T> { interface
54 impl ComputeParam<Vec<u64>> for PipeScreen { impl