Lines Matching defs:box
205 struct pipe_box box;
223 box = RectToPipeBox(source_rect, res);
224 map = pipe->texture_map(pipe, res, 0, PIPE_MAP_READ, &box, &transfer);
231 box.width, box.height, map, transfer->stride, 0, 0);
307 struct pipe_box box;
360 box.x = box.y = box.z = 0;
361 box.width = res->width0;
362 box.height = res->height0;
363 box.depth = res->depth0;
365 context->texture_subdata(context, res, 0, PIPE_MAP_WRITE, &box,
393 box.x = box.y = box.z = 0;
394 box.width = res->width0;
395 box.height = res->height0;
396 box.depth = res->depth0;
398 context->texture_subdata(context, res, 0, PIPE_MAP_WRITE, &box, color_table,