Searched refs:fd_transfer (Results 1 – 3 of 3) sorted by relevance
258 struct fd_transfer { struct264 static inline struct fd_transfer * argument265 fd_transfer(struct pipe_transfer *ptrans) in fd_transfer() function267 return (struct fd_transfer *)ptrans; in fd_transfer()
618 struct fd_transfer *trans) assert_dt in fd_blit_from_staging()639 fd_blit_to_staging(struct fd_context *ctx, struct fd_transfer *trans) assert_dt in fd_blit_to_staging()705 struct fd_transfer *trans = fd_transfer(ptrans); in fd_resource_transfer_unmap()749 struct fd_transfer *trans) in resource_transfer_map_staging()785 struct fd_transfer *trans) in resource_transfer_map_unsync()822 struct fd_transfer *trans) in_dt in resource_transfer_map()971 struct fd_transfer *trans; in fd_resource_transfer_map()991 trans = fd_transfer(ptrans); in fd_resource_transfer_map()
1151 slab_create_parent(&screen->transfer_pool, sizeof(struct fd_transfer), 16); in fd_screen_create()