Home
last modified time | relevance | path

Searched refs:lima_transfer (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_resource.h71 struct lima_transfer { struct
88 static inline struct lima_transfer * argument
89 lima_transfer(struct pipe_transfer *trans) in lima_transfer() function
91 return (struct lima_transfer *)trans; in lima_transfer()
Dlima_resource.c619 struct lima_transfer *trans; in lima_transfer_map()
759 struct lima_transfer *trans = lima_transfer(ptrans); in lima_transfer_unmap_inner()
806 struct lima_transfer *trans = lima_transfer(ptrans); in lima_transfer_unmap()
899 struct lima_transfer t = { in lima_texture_subdata()
Dlima_screen.c738 slab_create_parent(&screen->transfer_pool, sizeof(struct lima_transfer), 16); in lima_screen_create()