Searched refs:PIPE_BARRIER_ALL (Results 1 – 8 of 8) sorted by relevance
158 ctx->memory_barrier(ctx, PIPE_BARRIER_ALL); in util_compute_blit()
343 #define PIPE_BARRIER_ALL ((1 << 12) - 1) macro
617 ctx->memory_barrier(ctx, PIPE_BARRIER_ALL); in cs_launch()
449 #define PIPE_BARRIER_ALL ((1 << 14) - 1) macro
496 pipe->memory_barrier(pipe, PIPE_BARRIER_ALL); in enc_LoadImage_common()
127 pub const PIPE_BARRIER_ALL: u32 = 4095; constant
248 pipe->memory_barrier(pipe, PIPE_BARRIER_ALL); in try_pbo_readpixels()
2640 if ((flags & PIPE_BARRIER_ALL) == PIPE_BARRIER_ALL) in vrend_memory_barrier()