Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_queue.h11 struct nine_queue_pool;
14 nine_queue_wait_flush(struct nine_queue_pool* ctx);
17 nine_queue_get(struct nine_queue_pool* ctx);
20 nine_queue_flush(struct nine_queue_pool* ctx);
23 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space);
26 nine_queue_no_flushed_work(struct nine_queue_pool* ctx);
29 nine_queue_isempty(struct nine_queue_pool* ctx);
31 struct nine_queue_pool*
35 nine_queue_delete(struct nine_queue_pool *ctx);
H A Dnine_queue.c52 struct nine_queue_pool { struct
66 nine_queue_wait_flush(struct nine_queue_pool* ctx) in nine_queue_wait_flush() argument
88 nine_queue_get(struct nine_queue_pool* ctx) in nine_queue_get()
122 nine_queue_flush(struct nine_queue_pool* ctx) in nine_queue_flush()
160 nine_queue_alloc(struct nine_queue_pool* ctx, unsigned space) in nine_queue_alloc()
194 nine_queue_no_flushed_work(struct nine_queue_pool* ctx) in nine_queue_no_flushed_work()
203 nine_queue_isempty(struct nine_queue_pool* ctx) in nine_queue_isempty()
210 struct nine_queue_pool*
214 struct nine_queue_pool *ctx; in nine_queue_create()
216 ctx = CALLOC_STRUCT(nine_queue_pool); in nine_queue_create()
[all …]
H A Dnine_state.c47 struct nine_queue_pool* pool;