Searched refs:lima_transfer (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
H A Dlima_resource.h57 struct lima_transfer { struct
74 static inline struct lima_transfer *
75 lima_transfer(struct pipe_transfer *trans) function in typeref:struct:lima_transfer *
77 return (struct lima_transfer *)trans;
H A Dlima_resource.c460 struct lima_transfer *trans;
538 struct lima_transfer *trans = lima_transfer(ptrans);
H A Dlima_screen.c531 slab_create_parent(&screen->transfer_pool, sizeof(struct lima_transfer), 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_resource.h71 struct lima_transfer { struct
88 static inline struct lima_transfer *
89 lima_transfer(struct pipe_transfer *trans) function in typeref:struct:lima_transfer *
91 return (struct lima_transfer *)trans;
H A Dlima_resource.c619 struct lima_transfer *trans;
759 struct lima_transfer *trans = lima_transfer(ptrans);
806 struct lima_transfer *trans = lima_transfer(ptrans);
899 struct lima_transfer t = {
H A Dlima_screen.c738 slab_create_parent(&screen->transfer_pool, sizeof(struct lima_transfer), 16);

Completed in 8 milliseconds