Searched defs:GpuMemoryDesc (Results 1 – 2 of 2) sorted by relevance
51 pub struct GpuMemoryDesc { struct52 pub planes: [GpuMemoryPlaneDesc; 3],
173 desc: GpuMemoryDesc, in encode_vfd_new_dmabuf()626 ) -> WlResult<(WlVfd, GpuMemoryDesc)> { in dmabuf() argument