HomeSort by: relevance | last modified time | path
    Searched refs:R128_ALIGN (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_cursor.c 227 cursor_offset = R128_ALIGN((fbarea->box.x1 + width * fbarea->box.y1) * cpp, 16);
r128.h 134 #define R128_ALIGN(x,bytes) (((x) + ((bytes) - 1)) & ~((bytes) - 1))
r128_driver.c 2031 info->backOffset = R128_ALIGN(y1 * width_bytes + x1 * cpp, 16);
2078 info->depthOffset = R128_ALIGN(y1 * width_bytes + x1 * cpp, 16);

Completed in 6 milliseconds