Home
last modified time | relevance | path

Searched refs:ALIGN_DIVUP (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.h232 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.h867 #define ALIGN_DIVUP(x, y) (((x) + (y) - 1) / (y)) macro
Dr600_state.c1873 ALIGN_DIVUP(cb->buffer_size >> 4, 16)); in r600_emit_constant_buffers()
Devergreen_state.c2030 ALIGN_DIVUP(cb->buffer_size >> 4, 16)); in evergreen_emit_constant_buffers()