Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_texture.h115 struct svga_transfer struct
117 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 * argument
160 svga_transfer(struct pipe_transfer *transfer) in svga_transfer() function