HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_DIVUP (Results 1 - 4 of 4) 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))
r600_state.c     [all...]
evergreen_state.c     [all...]

Completed in 409 milliseconds