HomeSort by relevance Sort by last modified time
    Searched defs:ALIGN_DIVUP (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 232 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y))
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 867 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y))

Completed in 676 milliseconds