HomeSort by relevance Sort by last modified time
    Searched full:pipe_barrier (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
pipe_barrier_test.c 30 * Test case for pipe_barrier.
46 static pipe_barrier barrier;
  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 30 * Test case for pipe_barrier.
46 static pipe_barrier barrier;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_thread.h 315 * pipe_barrier
320 typedef pthread_barrier_t pipe_barrier; typedef
322 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
327 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
332 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
346 } pipe_barrier; typedef in typeref:struct:__anon14451
348 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
357 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
364 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 315 * pipe_barrier
320 typedef pthread_barrier_t pipe_barrier; typedef
322 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
327 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
332 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
346 } pipe_barrier; typedef in typeref:struct:__anon24816
348 static INLINE void pipe_barrier_init(pipe_barrier *barrier, unsigned count)
357 static INLINE void pipe_barrier_destroy(pipe_barrier *barrier)
364 static INLINE void pipe_barrier_wait(pipe_barrier *barrier)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 129 pipe_barrier barrier;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_priv.h 129 pipe_barrier barrier;

Completed in 221 milliseconds