Lines Matching defs:barriers
25851 GLbitfield barriers;
25856 const GLbitfield barriers = cmd->barriers;
25857 CALL_MemoryBarrier(ctx->CurrentServerDispatch, (barriers));
25860 _mesa_marshal_MemoryBarrier(GLbitfield barriers)
25868 cmd->barriers = barriers;
25875 CALL_MemoryBarrier(ctx->CurrentServerDispatch, (barriers));
38760 GLbitfield barriers;
38765 const GLbitfield barriers = cmd->barriers;
38766 CALL_MemoryBarrierByRegion(ctx->CurrentServerDispatch, (barriers));
38769 _mesa_marshal_MemoryBarrierByRegion(GLbitfield barriers)
38777 cmd->barriers = barriers;
38784 CALL_MemoryBarrierByRegion(ctx->CurrentServerDispatch, (barriers));