Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Devent.rs26 pub type EventSig = Box<dyn FnOnce(&Arc<Queue>, &QueueContext) -> CLResult<()> + Send + Sync>; typedef
63 work: EventSig, in new()
H A Dkernel.rs1265 ) -> CLResult<EventSig> { in launch()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Devent.rs164 work: EventSig, in create_and_queue()