Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1280 struct crocus_bo *staging_bo = crocus_resource_bo(map->staging); in crocus_map_copy_region() local
1282 if (crocus_batch_references(map->batch, staging_bo)) in crocus_map_copy_region()
1286 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.c2038 struct iris_bo *staging_bo = iris_resource_bo(map->staging); in iris_map_copy_region() local
2040 if (iris_batch_references(map->batch, staging_bo)) in iris_map_copy_region()
2045 iris_bo_map(map->dbg, staging_bo, xfer->usage & MAP_FLAGS) + extra; in iris_map_copy_region()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c1984 struct tu_bo *staging_bo; in tu_copy_image_to_image() local
1987 &staging_bo); in tu_copy_image_to_image()
1996 .iova = staging_bo->iova, in tu_copy_image_to_image()
2024 .iova = staging_bo->iova, in tu_copy_image_to_image()