Lines Matching defs:box
1350 blit.src.box.z = 0;
1351 blit.src.box.depth = 1;
1352 blit.src.box.x = 0;
1353 blit.src.box.y = 0;
1354 blit.src.box.width = src->width0;
1355 blit.src.box.height = src->height0;
1360 blit.dst.box.z = 0;
1361 blit.dst.box.depth = 1;
1362 blit.dst.box.x = 0;
1363 blit.dst.box.y = 0;
1364 blit.dst.box.width = dst->width0;
1365 blit.dst.box.height = dst->height0;
3138 struct pipe_box box;
3148 num_vertices * vtxbuf.stride, &box);
3150 userbuf = pipe->buffer_map(pipe, buf, 0, PIPE_MAP_READ, &box,
3160 box.width,