Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h123 struct svga_transfer struct
125 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 * argument
168 svga_transfer(struct pipe_transfer *transfer) in svga_transfer() function