Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_resource.c1356 const struct pipe_box *flush_box) in iris_flush_staging_region() argument
1363 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() local
2025 iris_transfer_flush_region(ctx, xfer, &flush_box); in iris_transfer_unmap()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp181 const struct pipe_box *flush_box) in swr_transfer_flush_region() argument
191 struct pipe_box box = *flush_box; in swr_transfer_flush_region()