Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c1197 const struct pipe_box *flush_box) in crocus_flush_staging_region() argument
1204 struct pipe_box src_box = *flush_box; in crocus_flush_staging_region()
1211 .x = xfer->box.x + flush_box->x, in crocus_flush_staging_region()
1212 .y = xfer->box.y + flush_box->y, in crocus_flush_staging_region()
1213 .z = xfer->box.z + flush_box->z, in crocus_flush_staging_region()
1214 .width = flush_box->width, in crocus_flush_staging_region()
1215 .height = flush_box->height, in crocus_flush_staging_region()
1216 .depth = flush_box->depth, in crocus_flush_staging_region()
1789 struct pipe_box flush_box = { in crocus_transfer_unmap() local
1795 crocus_transfer_flush_region(ctx, xfer, &flush_box); in crocus_transfer_unmap()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1954 const struct pipe_box *flush_box) in iris_flush_staging_region() argument
1961 struct pipe_box src_box = *flush_box; in iris_flush_staging_region()
1968 .x = xfer->box.x + flush_box->x, in iris_flush_staging_region()
1969 .y = xfer->box.y + flush_box->y, in iris_flush_staging_region()
1970 .z = xfer->box.z + flush_box->z, in iris_flush_staging_region()
1971 .width = flush_box->width, in iris_flush_staging_region()
1972 .height = flush_box->height, in iris_flush_staging_region()
1973 .depth = flush_box->depth, in iris_flush_staging_region()
2516 struct pipe_box flush_box = { in iris_transfer_unmap() local
2522 iris_transfer_flush_region(ctx, xfer, &flush_box); in iris_transfer_unmap()