HomeSort by relevance Sort by last modified time
    Searched refs:pipe_thread (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_queue.h 63 pipe_thread *threads;
u_queue.c 198 queue->threads = (pipe_thread*)CALLOC(num_threads, sizeof(pipe_thread));
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 50 /* pipe_thread
52 typedef thrd_t pipe_thread; typedef
57 static inline pipe_thread pipe_thread_create( PIPE_THREAD_ROUTINE((*routine), ), void *param )
59 pipe_thread thread;
78 static inline int pipe_thread_wait( pipe_thread thread )
83 static inline int pipe_thread_destroy( pipe_thread thread )
100 static inline int pipe_thread_is_self( pipe_thread thread )
  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 49 static pipe_thread threads[NUM_THREADS];
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 237 pipe_thread thread;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 130 pipe_thread threads[LP_MAX_THREADS];
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 398 pipe_thread gpu_load_thread;
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 57 pipe_thread thread;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.c 63 pipe_thread worker;
220 pipe_thread render_thread = ctx->worker;
    [all...]

Completed in 550 milliseconds