Searched defs:ALIGN_DIVUP (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h232 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h232 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_pipe.h867 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h867 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro

Completed in 132 milliseconds