Lines Matching defs:box
220 const struct pipe_box *box,
226 for (uint32_t y = 0; y < box->height; y++) {
229 for (int x = 0; x < box->width; x++) {
231 box->x + x,
232 box->y + y);
236 box->x + x, box->y + y,
260 const struct pipe_box *box,
269 uint32_t x1 = box->x;
270 uint32_t y1 = box->y;
271 uint32_t x2 = box->x + box->width;
272 uint32_t y2 = box->y + box->height;
280 void *cpu_row = cpu + (y - box->y) * cpu_stride;
285 void *utile_cpu = cpu_row + (x - box->x) * cpp;
305 box,
358 const struct pipe_box *box,
368 1, image_h, box,
375 2, image_h, box,
382 4, image_h, box,
389 8, image_h, box,
396 16, image_h, box,
409 const struct pipe_box *box,
416 cpp, image_h, box,
423 cpp, image_h, box,
430 cpp, image_h, box,
437 cpp, image_h, box,
444 cpp, image_h, box,
455 * Loads pixel data from the start (microtile-aligned) box in \p src to the
463 const struct pipe_box *box)
470 box,
475 * Stores pixel data from the start of \p src into a (microtile-aligned) box in
483 const struct pipe_box *box)
490 box,