Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:height

38  * Adjust x, y, width, height to lie on tile bounds.
41 adjust_to_tile_bounds(unsigned x, unsigned y, unsigned width, unsigned height,
48 *h_tile = ((y + height + TILE_SIZE - 1) & ~(TILE_SIZE - 1)) - *y_tile;
67 unsigned height = src_box->height;
95 src_box->width, src_box->height, src_box->depth);
103 adjust_to_tile_bounds(src_box->x, src_box->y, width, height,
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
126 ty + y + TILE_SIZE <= dsty + height ?
166 width, height,