Searched refs:tile_x1 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.c272 int tile_x1, tile_y1; local in function:qxl_upload_box
276 for (tile_x1 = x1; tile_x1 < x2; tile_x1 += TILE_WIDTH)
278 int tile_x2 = tile_x1 + TILE_WIDTH;
286 real_upload_box (surface, tile_x1, tile_y1, tile_x2, tile_y2);

Completed in 2 milliseconds