Searched refs:ALIGN_DIVUP (Results 1 - 8 of 8) 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
H A Dr600_state.c1873 ALIGN_DIVUP(cb->buffer_size >> 4, 16));
H A Devergreen_state.c2030 ALIGN_DIVUP(cb->buffer_size >> 4, 16));
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.h867 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
H A Dr600_state.c1873 ALIGN_DIVUP(cb->buffer_size >> 4, 16));
H A Devergreen_state.c2030 ALIGN_DIVUP(cb->buffer_size >> 4, 16));

Completed in 3334 milliseconds