/src/sys/external/bsd/drm2/dist/drm/ |
drm_plane_helper.c | 114 bool *visible) 129 .visible = *visible, 147 *visible = plane_state.visible; 181 bool visible = false; /* XXX wasn't initialized normally. Looks like bug. */ local in function:drm_primary_helper_update 188 false, false, &visible); 192 if (!visible) 194 * Primary plane isn't visible. Note that unless a driver
|
/src/lib/libmenu/ |
menu.h | 86 int visible; /* set if item is visible */ member in struct:__item
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_plane.h | 87 * Left position of visible portion of plane on crtc, signed dest 95 * Upper position of visible portion of plane on crtc, signed dest 100 /** @crtc_w: width of visible portion of plane on crtc */ 101 /** @crtc_h: height of visible portion of plane on crtc */ 105 * @src_x: left position of visible portion of plane within plane (in 110 * @src_y: upper position of visible portion of plane within plane (in 114 /** @src_w: width of visible portion of plane (in 16.16) */ 115 /** @src_h: height of visible portion of plane (in 16.16) */ 212 * @visible: 217 bool visible; member in struct:drm_plane_state [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
atom.h | 59 bool visible; member in struct:nv50_head_atom::__anonf635598f0508 71 bool visible; member in struct:nv50_head_atom::__anonf635598f0608 87 bool visible; member in struct:nv50_head_atom::__anonf635598f0708 165 bool visible; member in struct:nv50_wndw_atom
|
/src/usr.sbin/envstat/ |
envstat.c | 85 bool visible; member in struct:envsys_sensor 865 sensor->visible = true; 880 if (sensor->visible) { 972 /* skip sensors that were not marked as visible */ 973 if (sensors && !sensor->visible) 1388 /* completely skip sensors that were not marked as visible */ 1389 if (sensors && !sensor->visible)
|
/src/games/canfield/canfield/ |
canfield.c | 145 bool visible; member in struct:cardtype 538 ideck[i]->visible = FALSE; 601 else if (cp->visible == FALSE) { 687 deck[i]->visible = TRUE; 928 talon->visible = TRUE; 930 if (talon->paid == FALSE && talon->visible == TRUE) { 975 if (ptr->paid == FALSE && ptr->visible == TRUE) { 987 if (ptr->paid == FALSE && ptr->visible == TRUE) { 1026 if (talon != NIL && (talon->visible == FALSE)) { 1027 talon->visible = TRUE [all...] |
/src/sys/dev/tc/ |
sfbplus.c | 101 void (*visible)(void *, int); member in struct:hwops 279 sc->sc_hwops.visible = bt459visible; 286 sc->sc_hwops.visible = sfbpvisible; 588 (*sc->sc_hwops.visible)(base, sc->sc_curenb);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc.h | 776 bool visible; member in struct:dc_plane_state 803 bool visible; member in struct:dc_plane_info
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dev.h | 440 uint8_t visible; member in struct:qxl_cursor_cmd::__anon314d145b060a::__anon314d145b0708
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.h | 360 the CPU, but L3 is only visible to the GPU. */ 402 bool visible; member in struct:intel_fbc::intel_fbc_state_cache::__anon6c72b20e0608
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display.c | 2846 if (!plane_state->uapi.visible) 3467 bool visible) 3471 plane_state->uapi.visible = visible; 3473 if (visible) 3596 * indicates that the primary plane is visible, but has a NULL FB, 3999 if (!plane_state->uapi.visible) 4216 if (!plane_state->uapi.visible) 4303 if (!plane_state->uapi.visible) 6078 bool force_detach = !fb || !plane_state->uapi.visible; 12144 bool turn_off, turn_on, visible, was_visible; local in function:intel_plane_atomic_calc_changes 18057 bool visible; local in function:readout_plane_state [all...] |