Searched refs:map_state (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Di915_xvmc.c529 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_set
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
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Di915_xvmc.c529 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_set
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
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_xvmc.c575 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_init
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
692 struct i915_mc_map_state *map_state; local in function:i915_mc_map_state_set
[all...]
/xsrc/external/mit/transset/dist/
H A Dclientwin.c62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
/xsrc/external/mit/xwd/dist/
H A Dclientwin.c62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
H A DmultiVis.c621 if (curr_attrs->map_state == IsViewable &&
/xsrc/external/mit/xwininfo/dist/
H A Dclientwin.c72 (xwa->map_state == XCB_MAP_STATE_VIEWABLE);
H A Dxwininfo.c1016 Lookup (win_attributes->map_state, _map_states));
/xsrc/external/mit/xprop/dist/
H A Dclientwin.c62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
/xsrc/external/mit/libX11/dist/src/
H A DGetWAttrs.c79 attr->map_state = repl->mapState;
/xsrc/external/mit/xkill/dist/
H A Dxkill.c346 (attr.map_state == IsViewable))
/xsrc/external/mit/editres/dist/
H A Dgeometry.c278 if (attrs.map_state != IsViewable) {
/xsrc/external/mit/xterm/dist/
H A Dtrace.c1130 TRACE((" map_state %s\n", ((attrs->map_state == IsUnmapped)
1132 : ((attrs->map_state == IsUnviewable)
1134 : ((attrs->map_state == IsViewable)
H A Dmisc.c1827 result = (win_attrs.map_state != IsViewable) ? True : False;
/xsrc/external/mit/xcompmgr/dist/
H A Dxcompmgr.c1189 w->a.map_state = IsViewable;
1274 w->a.map_state = IsUnmapped;
1495 if (new->a.map_state == IsViewable)
/xsrc/external/mit/libXmu/dist/src/
H A DEditresCom.c1282 if (attrs.map_state != IsViewable)
1356 && attrs.map_state != IsViewable)
/xsrc/external/mit/ctwm/dist/
H A Dctwm_main.c1409 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h324 int map_state; /* IsUnmapped, IsUnviewable, IsViewable */ member in struct:__anonf1b122fa0908
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c983 return ((wa.map_state != IsUnmapped) && (wa.override_redirect != True));

Completed in 38 milliseconds