Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/
Dfence.rs20 pub struct PipeFence { struct
25 impl PipeFence { impl
38 impl Drop for PipeFence { implementation
Dcontext.rs584 pub fn flush(&self) -> PipeFence { in flush()
592 pub fn import_fence(&self, fence_fd: &FenceFd) -> PipeFence { in import_fence()
/external/mesa3d/src/gallium/frontends/rusticl/core/
Ddevice.rs96 fn import_fence(&self, fence_fd: &FenceFd) -> PipeFence; in import_fence()
210 fn import_fence(&self, fd: &FenceFd) -> PipeFence { in import_fence()