Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_queue.c33 #define NINE_QUEUE_SIZE (8192 * 16 + 128) macro
182 if (space > NINE_QUEUE_SIZE) in nine_queue_alloc()
187 if ((cmdbuf->offset + space > NINE_QUEUE_SIZE) || in nine_queue_alloc()
238 ctx->pool[i].mem_pool = MALLOC(NINE_QUEUE_SIZE); in nine_queue_create()