Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_queue.c31 #define NINE_CMD_BUFS_MASK (NINE_CMD_BUFS - 1) macro
120 ctx->tail = (ctx->tail + 1) & NINE_CMD_BUFS_MASK; in nine_queue_get()
156 ctx->head = (ctx->head + 1) & NINE_CMD_BUFS_MASK; in nine_queue_flush()