Home
last modified time | relevance | path

Searched refs:PIPE_BARRIER_ALL (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_compute.c158 ctx->memory_barrier(ctx, PIPE_BARRIER_ALL); in util_compute_blit()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h343 #define PIPE_BARRIER_ALL ((1 << 12) - 1) macro
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c617 ctx->memory_barrier(ctx, PIPE_BARRIER_ALL); in cs_launch()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h449 #define PIPE_BARRIER_ALL ((1 << 14) - 1) macro
/external/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c496 pipe->memory_barrier(pipe, PIPE_BARRIER_ALL); in enc_LoadImage_common()
/external/crosvm/gpu_renderer/src/generated/
Dp_defines.rs127 pub const PIPE_BARRIER_ALL: u32 = 4095; constant
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_readpixels.c248 pipe->memory_barrier(pipe, PIPE_BARRIER_ALL); in try_pbo_readpixels()
/external/virglrenderer/src/
Dvrend_renderer.c2640 if ((flags & PIPE_BARRIER_ALL) == PIPE_BARRIER_ALL) in vrend_memory_barrier()