Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_cs_tpool.h44 struct lp_cs_tpool { struct
71 struct lp_cs_tpool *lp_cs_tpool_create(unsigned num_threads); argument
72 void lp_cs_tpool_destroy(struct lp_cs_tpool *);
74 struct lp_cs_tpool_task *lp_cs_tpool_queue_task(struct lp_cs_tpool *,
78 void lp_cs_tpool_wait_for_task(struct lp_cs_tpool *pool,
Dlp_cs_tpool.c38 struct lp_cs_tpool *pool = data; in lp_cs_tpool_worker()
72 struct lp_cs_tpool *
75 struct lp_cs_tpool *pool = CALLOC_STRUCT(lp_cs_tpool); in lp_cs_tpool_create()
92 lp_cs_tpool_destroy(struct lp_cs_tpool *pool) in lp_cs_tpool_destroy()
112 lp_cs_tpool_queue_task(struct lp_cs_tpool *pool, in lp_cs_tpool_queue_task()
146 lp_cs_tpool_wait_for_task(struct lp_cs_tpool *pool, in lp_cs_tpool_wait_for_task()
Dlp_screen.h44 struct lp_cs_tpool;
61 struct lp_cs_tpool *cs_tpool;
DMakefile.sources16 lp_cs_tpool.c \
17 lp_cs_tpool.h \
Dmeson.build36 'lp_cs_tpool.h',
37 'lp_cs_tpool.c',