Searched refs:staging_bo (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1034 struct iris_bo *staging_bo = iris_resource_bo(map->staging); local in function:iris_map_copy_region
1036 if (iris_batch_references(map->batch, staging_bo))
1040 iris_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1267 struct crocus_bo *staging_bo = crocus_resource_bo(map->staging); local in function:crocus_map_copy_region
1269 if (crocus_batch_references(map->batch, staging_bo))
1273 crocus_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1888 struct iris_bo *staging_bo = iris_resource_bo(map->staging); local in function:iris_map_copy_region
1890 if (iris_batch_references(map->batch, staging_bo))
1894 iris_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra;

Completed in 10 milliseconds