Searched defs:svga_transfer (Results 1 – 1 of 1) sorted by relevance
123 struct svga_transfer struct125 struct pipe_transfer base;127 unsigned slice; /**< array slice or cube face */128 SVGA3dBox box; /* The adjusted box with slice index removed from z */130 struct svga_winsys_buffer *hwbuf;133 unsigned hw_nblocksy;137 void *swbuf;142 boolean use_direct_map;167 static inline struct svga_transfer * argument168 svga_transfer(struct pipe_transfer *transfer) in svga_transfer() function