Searched refs:util_queue (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_queue.h202 struct util_queue { struct
221 bool util_queue_init(struct util_queue *queue,
226 void util_queue_destroy(struct util_queue *queue);
229 void util_queue_add_job(struct util_queue *queue,
234 void util_queue_drop_job(struct util_queue *queue,
237 void util_queue_finish(struct util_queue *queue);
244 util_queue_adjust_num_threads(struct util_queue *queue, unsigned num_threads);
246 int64_t util_queue_get_thread_time_nano(struct util_queue *queue,
249 /* util_queue needs to be cleared to zeroes for this to work */
251 util_queue_is_initialized(struct util_queue *queu
[all...]
H A Du_queue.c37 util_queue_kill_threads(struct util_queue *queue, unsigned keep_num_threads,
61 struct util_queue *iter;
88 add_to_atexit_list(struct util_queue *queue)
98 remove_from_atexit_list(struct util_queue *queue)
100 struct util_queue *iter, *tmp;
244 * util_queue implementation
248 struct util_queue *queue;
255 struct util_queue *queue = ((struct thread_input*)input)->queue;
343 util_queue_create_thread(struct util_queue *queue, unsigned index)
374 util_queue_adjust_num_threads(struct util_queue *queu
[all...]
H A Ddisk_cache.c83 struct util_queue cache_queue;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_queue.h206 struct util_queue { struct
227 bool util_queue_init(struct util_queue *queue,
233 void util_queue_destroy(struct util_queue *queue);
236 void util_queue_add_job(struct util_queue *queue,
242 void util_queue_drop_job(struct util_queue *queue,
245 void util_queue_finish(struct util_queue *queue);
252 util_queue_adjust_num_threads(struct util_queue *queue, unsigned num_threads);
254 int64_t util_queue_get_thread_time_nano(struct util_queue *queue,
257 /* util_queue needs to be cleared to zeroes for this to work */
259 util_queue_is_initialized(struct util_queue *queu
[all...]
H A Du_queue.c47 util_queue_kill_threads(struct util_queue *queue, unsigned keep_num_threads,
71 struct util_queue *iter;
98 add_to_atexit_list(struct util_queue *queue)
108 remove_from_atexit_list(struct util_queue *queue)
110 struct util_queue *iter, *tmp;
258 * util_queue implementation
262 struct util_queue *queue;
269 struct util_queue *queue = ((struct thread_input*)input)->queue;
356 util_queue_create_thread(struct util_queue *queue, unsigned index)
388 util_queue_adjust_num_threads(struct util_queue *queu
[all...]
H A Ddisk_cache_os.h52 struct util_queue cache_queue;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dglthread.h72 struct util_queue queue;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.h76 struct util_queue cs_queue;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h103 struct util_queue cs_queue;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.h94 struct util_queue cs_queue;
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h104 struct util_queue cs_queue;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_screen.h83 struct util_queue flush_queue;
96 struct util_queue cache_put_thread;
97 struct util_queue cache_get_thread;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h364 struct util_queue queue;
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_priv.h45 struct util_queue submit_queue;
/xsrc/external/mit/MesaLib/dist/src/util/perf/
H A Du_trace.h150 struct util_queue queue;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.h454 struct util_queue queue;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.h113 struct util_queue compile_queue; /* currently unused for a2xx */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_screen.h219 struct util_queue shader_compiler_queue;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread.h148 struct util_queue queue;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h163 struct util_queue flush_queue;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_private.h165 struct util_queue queue;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h572 struct util_queue shader_compiler_queue;
578 struct util_queue shader_compiler_queue_low_priority;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h652 struct util_queue shader_compiler_queue;
658 struct util_queue shader_compiler_queue_low_priority;

Completed in 24 milliseconds