Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_queue.h40 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space);
Dnine_queue.c177 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space) in nine_queue_alloc() function
Dnine_csmt_helper.h205 args = nine_queue_alloc(ctx->pool, memsize + memsize2); \
258 args = nine_queue_alloc(ctx->pool, memsize + memsize2); \
307 args = nine_queue_alloc(ctx->pool, memsize + memsize2); \
Dnine_state.c204 instr = nine_queue_alloc(ctx->pool, sizeof(struct csmt_instruction)); in nine_csmt_process()
226 instr = nine_queue_alloc(ctx->pool, sizeof(struct csmt_instruction)); in nine_csmt_destroy()