Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c70 pipe_barrier_init(&barrier, NUM_THREADS); in main()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h322 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count) in pipe_barrier_init() function
348 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count) in pipe_barrier_init() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c909 pipe_barrier_init( &rast->barrier, rast->num_threads ); in lp_rast_create()