HomeSort by: relevance | last modified time | path
    Searched defs:barriers (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xi/
xibarriers.c 90 /* per_device keeps track of devices actually blocked by barriers */
95 struct xorg_list barriers; member in struct:_BarrierScreen
190 /* Barriers define which way is ok, not which way is blocking */
320 * @param dir Only barriers blocking movement in direction dir are checked
335 xorg_list_for_each_entry(c, &cs->barriers, entry) {
422 if (xorg_list_is_empty(&cs->barriers) || IsFloating(dev))
426 * This function is only called for slave devices, but pointer-barriers
490 xorg_list_for_each_entry(c, &cs->barriers, entry) {
642 xorg_list_add(&ret->entry, &cs->barriers);
812 /* no 0-sized barriers */
    [all...]
  /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
marshal_generated4.c 2509 GLbitfield barriers; member in struct:marshal_cmd_MemoryBarrier
2514 GLbitfield barriers = cmd->barriers; local
2515 CALL_MemoryBarrier(ctx->CurrentServerDispatch, (barriers));
2521 _mesa_marshal_MemoryBarrier(GLbitfield barriers)
2527 cmd->barriers = barriers;
marshal_generated7.c 5628 GLbitfield barriers; member in struct:marshal_cmd_MemoryBarrierByRegion
5633 GLbitfield barriers = cmd->barriers; local
5634 CALL_MemoryBarrierByRegion(ctx->CurrentServerDispatch, (barriers));
5640 _mesa_marshal_MemoryBarrierByRegion(GLbitfield barriers)
5646 cmd->barriers = barriers;
  /xsrc/external/mit/MesaLib.old/src/mapi/glapi/
marshal_generated.c 25851 GLbitfield barriers; member in struct:marshal_cmd_MemoryBarrier
25856 const GLbitfield barriers = cmd->barriers; local
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; member in struct:marshal_cmd_MemoryBarrierByRegion
38765 const GLbitfield barriers = cmd->barriers; local
    [all...]

Completed in 56 milliseconds