Searched refs:ALIGN_DIVUP (Results 1 – 4 of 4) sorted by relevance
232 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
867 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
1873 ALIGN_DIVUP(cb->buffer_size >> 4, 16)); in r600_emit_constant_buffers()
2030 ALIGN_DIVUP(cb->buffer_size >> 4, 16)); in evergreen_emit_constant_buffers()