Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_query.h45 uint64_t start[LP_MAX_THREADS]; /* start count value for each thread */
46 uint64_t end[LP_MAX_THREADS]; /* end count value for each thread */
Dlp_limits.h69 #define LP_MAX_THREADS 16 macro
Dlp_cs_tpool.h48 thrd_t threads[LP_MAX_THREADS];
Dlp_rast_priv.h125 struct lp_rasterizer_task tasks[LP_MAX_THREADS];
128 thrd_t threads[LP_MAX_THREADS];
Dlp_cs_tpool.c84 assert (num_threads <= LP_MAX_THREADS); in lp_cs_tpool_create()
Dlp_screen.c923 screen->num_threads = MIN2(screen->num_threads, LP_MAX_THREADS); in llvmpipe_create_screen()