Lines Matching defs:box
124 int cpp, const struct pipe_box *box,
135 uint32_t x1 = box->x;
136 uint32_t y1 = box->y;
137 uint32_t x2 = box->x + box->width;
138 uint32_t y2 = box->y + box->height;
183 int cpp, const struct pipe_box *box)
187 cpp, box, false);
193 int cpp, const struct pipe_box *box)
197 cpp, box, true);
201 * Loads pixel data from the start (microtile-aligned) box in \p src to the
208 const struct pipe_box *box)
213 cpp, box);
218 cpp, box);
223 * Stores pixel data from the start of \p src into a (microtile-aligned) box in
230 const struct pipe_box *box)
235 cpp, box);
240 cpp, box);