Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.h273 struct iris_transfer { struct
286 void (*unmap)(struct iris_transfer *); argument
Diris_resource.c1959 struct iris_transfer *map = (void *) xfer; in iris_flush_staging_region()
1982 iris_unmap_copy_region(struct iris_transfer *map) in iris_unmap_copy_region()
1990 iris_map_copy_region(struct iris_transfer *map) in iris_map_copy_region()
2111 iris_unmap_s8(struct iris_transfer *map) in iris_unmap_s8()
2143 iris_map_s8(struct iris_transfer *map) in iris_map_s8()
2215 iris_unmap_tiled_memcpy(struct iris_transfer *map) in iris_unmap_tiled_memcpy()
2244 iris_map_tiled_memcpy(struct iris_transfer *map) in iris_map_tiled_memcpy()
2289 iris_map_direct(struct iris_transfer *map) in iris_map_direct()
2395 struct iris_transfer *map; in iris_transfer_map()
2493 struct iris_transfer *map = (void *) xfer; in iris_transfer_flush_region()
[all …]
Diris_screen.c863 sizeof(struct iris_transfer), 64); in iris_screen_create()