Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_queue.h28 struct nine_queue_pool;
31 nine_queue_wait_flush(struct nine_queue_pool* ctx);
34 nine_queue_get(struct nine_queue_pool* ctx);
37 nine_queue_flush(struct nine_queue_pool* ctx);
40 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space);
43 nine_queue_no_flushed_work(struct nine_queue_pool* ctx);
46 nine_queue_isempty(struct nine_queue_pool* ctx);
48 struct nine_queue_pool*
52 nine_queue_delete(struct nine_queue_pool *ctx);
Dnine_queue.c69 struct nine_queue_pool { struct
83 nine_queue_wait_flush(struct nine_queue_pool* ctx) in nine_queue_wait_flush() argument
105 nine_queue_get(struct nine_queue_pool* ctx) in nine_queue_get()
139 nine_queue_flush(struct nine_queue_pool* ctx) in nine_queue_flush()
177 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space) in nine_queue_alloc()
211 nine_queue_no_flushed_work(struct nine_queue_pool* ctx) in nine_queue_no_flushed_work()
220 nine_queue_isempty(struct nine_queue_pool* ctx) in nine_queue_isempty()
227 struct nine_queue_pool*
231 struct nine_queue_pool *ctx; in nine_queue_create()
233 ctx = CALLOC_STRUCT(nine_queue_pool); in nine_queue_create()
[all …]
Dnine_state.c64 struct nine_queue_pool* pool;