HomeSort by: relevance | last modified time | path
    Searched refs:map_state (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
i915_xvmc.c 529 struct i915_mc_map_state *map_state; local
534 map_state = pI915XvMC->msb_bo->virtual;
536 memset(map_state, 0, sizeof(*map_state));
539 map_state->y_map.dw0.type = CMD_3D;
540 map_state->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE;
541 map_state->y_map.dw0.retain = 1;
542 map_state->y_map.dw0.length = 6;
543 map_state->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1;
546 map_state->y_forward.tm0.v_ls_offset = 0
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
i915_xvmc.c 529 struct i915_mc_map_state *map_state; local
534 map_state = pI915XvMC->msb_bo->virtual;
536 memset(map_state, 0, sizeof(*map_state));
539 map_state->y_map.dw0.type = CMD_3D;
540 map_state->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE;
541 map_state->y_map.dw0.retain = 1;
542 map_state->y_map.dw0.length = 6;
543 map_state->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1;
546 map_state->y_forward.tm0.v_ls_offset = 0
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
i915_xvmc.c 575 struct i915_mc_map_state *map_state; local
577 map_state = (struct i915_mc_map_state *)pI915XvMC->msb.map;
579 memset(map_state, 0, sizeof(*map_state));
582 map_state->y_map.dw0.type = CMD_3D;
583 map_state->y_map.dw0.opcode = OPC_3DSTATE_MAP_STATE;
584 map_state->y_map.dw0.retain = 1;
585 map_state->y_map.dw0.length = 6;
586 map_state->y_map.dw1.map_mask = MAP_MAP0 | MAP_MAP1;
589 map_state->y_forward.tm0.v_ls_offset = 0
692 struct i915_mc_map_state *map_state; local
    [all...]
  /xsrc/external/mit/libX11/dist/src/
GetWAttrs.c 79 attr->map_state = repl->mapState;
  /xsrc/external/mit/transset/dist/
clientwin.c 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
  /xsrc/external/mit/xprop/dist/
clientwin.c 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
  /xsrc/external/mit/xwd/dist/
clientwin.c 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
multiVis.c 621 if (curr_attrs->map_state == IsViewable &&
  /xsrc/external/mit/xwininfo/dist/
clientwin.c 72 (xwa->map_state == XCB_MAP_STATE_VIEWABLE);
xwininfo.c 1016 Lookup (win_attributes->map_state, _map_states));
  /xsrc/external/mit/editres/dist/
geometry.c 278 if (attrs.map_state != IsViewable) {
  /xsrc/external/mit/xkill/dist/
xkill.c 346 (attr.map_state == IsViewable))
  /xsrc/external/mit/xterm/dist/
trace.c 1130 TRACE((" map_state %s\n", ((attrs->map_state == IsUnmapped)
1132 : ((attrs->map_state == IsUnviewable)
1134 : ((attrs->map_state == IsViewable)
misc.c 1827 result = (win_attrs.map_state != IsViewable) ? True : False;
  /xsrc/external/mit/xcompmgr/dist/
xcompmgr.c 1189 w->a.map_state = IsViewable;
1274 w->a.map_state = IsUnmapped;
1495 if (new->a.map_state == IsViewable)
  /xsrc/external/mit/libXmu/dist/src/
EditresCom.c 1282 if (attrs.map_state != IsViewable)
1356 && attrs.map_state != IsViewable)
  /xsrc/external/mit/ctwm/dist/
ctwm_main.c 1409 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
  /xsrc/external/mit/libX11/dist/include/X11/
Xlib.h 324 int map_state; /* IsUnmapped, IsUnviewable, IsViewable */ member in struct:__anon5565
  /xsrc/external/mit/twm/dist/src/
add_window.c 983 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));

Completed in 47 milliseconds