Searched refs:flush_box (Results 1 – 2 of 2) sorted by relevance
1356 const struct pipe_box *flush_box) in iris_flush_staging_region() argument1363 struct pipe_box src_box = *flush_box; in iris_flush_staging_region()1370 .x = xfer->box.x + flush_box->x, in iris_flush_staging_region()1371 .y = xfer->box.y + flush_box->y, in iris_flush_staging_region()1372 .z = xfer->box.z + flush_box->z, in iris_flush_staging_region()1373 .width = flush_box->width, in iris_flush_staging_region()1374 .height = flush_box->height, in iris_flush_staging_region()1375 .depth = flush_box->depth, in iris_flush_staging_region()2019 struct pipe_box flush_box = { in iris_transfer_unmap() local2025 iris_transfer_flush_region(ctx, xfer, &flush_box); in iris_transfer_unmap()
181 const struct pipe_box *flush_box) in swr_transfer_flush_region() argument191 struct pipe_box box = *flush_box; in swr_transfer_flush_region()