Searched defs:svga_transfer (Results 1 – 1 of 1) sorted by relevance
115 struct svga_transfer struct117 struct pipe_transfer base;119 unsigned slice; /**< array slice or cube face */120 SVGA3dBox box; /* The adjusted box with slice index removed from z */122 struct svga_winsys_buffer *hwbuf;125 unsigned hw_nblocksy;129 void *swbuf;134 boolean use_direct_map;159 static inline struct svga_transfer * argument160 svga_transfer(struct pipe_transfer *transfer) in svga_transfer() function