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 */129 struct svga_winsys_buffer *hwbuf;132 unsigned hw_nblocksy;136 void *swbuf;141 boolean use_direct_map;166 static inline struct svga_transfer * argument167 svga_transfer(struct pipe_transfer *transfer) in svga_transfer() function