Home
last modified time | relevance | path

Searched refs:staging_bo (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1266 struct crocus_bo *staging_bo = crocus_resource_bo(map->staging); in crocus_map_copy_region() local
1268 if (crocus_batch_references(map->batch, staging_bo)) in crocus_map_copy_region()
1272 crocus_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; in crocus_map_copy_region()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1888 struct iris_bo *staging_bo = iris_resource_bo(map->staging); in iris_map_copy_region() local
1890 if (iris_batch_references(map->batch, staging_bo)) in iris_map_copy_region()
1894 iris_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; in iris_map_copy_region()