Home
last modified time | relevance | path

Searched refs:visible (Results 1 – 25 of 939) sorted by relevance

12345678910>>...38

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_plane_helper.c114 bool *visible) in drm_plane_helper_check_update() argument
129 .visible = *visible, in drm_plane_helper_check_update()
147 *visible = plane_state.visible; in drm_plane_helper_check_update()
181 bool visible = false; /* XXX wasn't initialized normally. Looks like bug. */ in drm_primary_helper_update() local
188 false, false, &visible); in drm_primary_helper_update()
192 if (!visible) in drm_primary_helper_update()
/netbsd-src/external/bsd/tmux/dist/
H A Dwindow-tree.c540 u_int loop, total, visible, each, width, offset; in window_tree_draw_session() local
553 visible = sx / 24; in window_tree_draw_session()
554 if (visible == 0) in window_tree_draw_session()
555 visible = 1; in window_tree_draw_session()
557 visible = total; in window_tree_draw_session()
566 if (current < visible) { in window_tree_draw_session()
568 end = visible; in window_tree_draw_session()
569 } else if (current >= total - visible) { in window_tree_draw_session()
570 start = total - visible; in window_tree_draw_session()
573 start = current - (visible / 2); in window_tree_draw_session()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_head.c352 asyh->olut.visible = asyh->olut.handle != 0; in nv50_head_atomic_check()
366 if (!asyh->core.visible) in nv50_head_atomic_check()
367 asyh->olut.visible = false; in nv50_head_atomic_check()
373 asyh->olut.visible = false; in nv50_head_atomic_check()
374 asyh->core.visible = false; in nv50_head_atomic_check()
375 asyh->curs.visible = false; in nv50_head_atomic_check()
381 if (asyh->core.visible) { in nv50_head_atomic_check()
385 if (armh->core.visible) { in nv50_head_atomic_check()
389 if (asyh->curs.visible) { in nv50_head_atomic_check()
393 if (armh->curs.visible) { in nv50_head_atomic_check()
[all …]
H A Dnouveau_dispnv50_curs507a.c64 asyh->set.curs = asyh->curs.visible; in curs507a_prepare()
72 asyh->curs.visible = false; in curs507a_release()
86 asyh->curs.visible = asyw->state.visible; in curs507a_acquire()
87 if (ret || !asyh->curs.visible) in curs507a_acquire()
H A Datom.h59 bool visible; member
71 bool visible; member
87 bool visible; member
165 bool visible; member
H A Dnouveau_dispnv50_wndw.c248 if (asyw->state.fb != armw->state.fb || !armw->visible || modeset) { in nv50_wndw_atomic_check_acquire()
347 asyw->visible = false; in nv50_wndw_atomic_check_lut()
380 (!armw->visible || (armw->xlut.handle && !asyw->xlut.handle))) in nv50_wndw_atomic_check_lut()
419 asyw->visible = asyh->state.active; in nv50_wndw_atomic_check()
421 asyw->visible = false; in nv50_wndw_atomic_check()
432 if (asyw->visible && wndw->func->xlut_set && in nv50_wndw_atomic_check()
433 (!armw->visible || in nv50_wndw_atomic_check()
443 if (asyw->visible) { in nv50_wndw_atomic_check()
451 if (armw->visible) { in nv50_wndw_atomic_check()
462 if (!asyw->visible || modeset) { in nv50_wndw_atomic_check()
[all …]
H A Dnouveau_dispnv50_head507d.c202 asyh->set.curs = asyh->curs.visible; in head507d_core_set()
211 if ((asyh->core.visible = (asyh->base.cpp != 0))) { in head507d_core_calc()
217 if ((asyh->core.visible = (asyh->ovly.cpp != 0)) || in head507d_core_calc()
218 (asyh->core.visible = asyh->curs.visible)) { in head507d_core_calc()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_atomic_plane.c146 if (!plane_state->uapi.visible) in intel_plane_data_rate()
172 if (!plane_state->uapi.visible || !plane->min_cdclk) in intel_plane_calc_min_cdclk()
244 new_plane_state->uapi.visible = false; in intel_plane_atomic_check_with_state()
254 if (new_plane_state->uapi.visible) in intel_plane_atomic_check_with_state()
257 if (new_plane_state->uapi.visible && in intel_plane_atomic_check_with_state()
261 if (new_plane_state->uapi.visible && in intel_plane_atomic_check_with_state()
265 if (new_plane_state->uapi.visible || old_plane_state->uapi.visible) in intel_plane_atomic_check_with_state()
300 new_plane_state->uapi.visible = false; in intel_plane_atomic_check()
399 if (new_plane_state->uapi.visible || in skl_update_planes_on_crtc()
423 if (new_plane_state->uapi.visible) in i9xx_update_planes_on_crtc()
H A Dintel_fbc.c648 cache->plane.visible = plane_state->uapi.visible; in intel_fbc_update_state_cache()
649 if (!cache->plane.visible) in intel_fbc_update_state_cache()
697 if (!cache->plane.visible) { in intel_fbc_can_activate()
842 params->plane_visible = cache->plane.visible; in intel_fbc_get_reg_params()
1089 if (!plane_state->uapi.visible) in intel_fbc_choose_crtc()
1144 if (!cache->plane.visible) in intel_fbc_enable()
1150 cache->plane.visible = false; in intel_fbc_enable()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daccess.d74 …%s', s.visibility.pkg = '%s')\n", s.toChars(), mod.toChars(), s.visible().pkg ? s.visible().pkg.to… in hasPackageAccess()
77 if (s.visible().pkg) in hasPackageAccess()
78 pkg = s.visible().pkg; in hasPackageAccess()
250 final switch (s.visible().kind) in symbolIsVisible()
295 final switch (s.visible().kind) in checkSymbolAccess()
389 Visibility vis = d.visible();
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
H A Damdgpu_dc_common.c59 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_lower_pipe_tree_visible()
68 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_upper_pipe_tree_visible()
77 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible) in is_pipe_tree_visible()
/netbsd-src/lib/libpuffs/
H A DTODO3 Document some possible user-visible changes that may take place.
38 (not user-visible?)
40 * make continuations play with libpthread, lib/36011 (not user-visible?)
42 * clean up the request dispatching / continuation code (not user-visible?)
/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp978 int visible; in HGtline() local
1004 visible = 0; in HGtline()
1008 if ((x_0 & dotcounter) && !visible) { in HGtline()
1010 visible = 1; in HGtline()
1011 } else if (visible && !(x_0 & dotcounter)) { in HGtline()
1013 visible = 0; in HGtline()
1027 if ((y_0 & dotcounter) && !visible) { in HGtline()
1029 visible = 1; in HGtline()
1030 } else if (visible && !(y_0 & dotcounter)) { in HGtline()
1032 visible = 0; in HGtline()
[all …]
/netbsd-src/external/gpl2/diffutils/dist/
H A DNEWS1 User-visible changes in version 2.8.1:
5 User-visible changes in version 2.8:
55 User-visible changes in version 2.7:
63 User-visible changes in version 2.6:
72 User-visible changes in version 2.5:
77 User-visible changes in version 2.4:
134 User-visible changes in version 2.3:
139 User-visible changes in version 2.1:
154 User-visible changes in version 2.0:
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DCompCom.h36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; variable
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DCompCom.h36 char *compcom_format (int index, compmsg *msg, int &visible);
58 int visible; variable
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c297 if (s->visible->type == coff_vis_ext_def in wr_un()
298 || s->visible->type == coff_vis_common) in wr_un()
301 if (s->visible->type == coff_vis_ext_ref) in wr_un()
499 if (ref->visible->type == coff_vis_ext_ref) in wr_rl()
505 else if (ref->visible->type == coff_vis_common) in wr_rl()
988 switch (symbol->visible->type) in walk_tree_symbol()
1020 fatal (_("Unrecognised coff symbol visibility: %d"), symbol->visible->type); in walk_tree_symbol()
1097 switch (symbol->visible->type) in walk_tree_symbol()
1120 fatal (_("Unrecognised coff symbol visibility: %d"), symbol->visible->type); in walk_tree_symbol()
1349 if (sy->visible->type == coff_vis_ext_def in wr_globals()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c297 if (s->visible->type == coff_vis_ext_def in wr_un()
298 || s->visible->type == coff_vis_common) in wr_un()
301 if (s->visible->type == coff_vis_ext_ref) in wr_un()
499 if (ref->visible->type == coff_vis_ext_ref) in wr_rl()
505 else if (ref->visible->type == coff_vis_common) in wr_rl()
988 switch (symbol->visible->type) in walk_tree_symbol()
1020 fatal (_("Unrecognised coff symbol visibility: %d"), symbol->visible->type); in walk_tree_symbol()
1097 switch (symbol->visible->type) in walk_tree_symbol()
1120 fatal (_("Unrecognised coff symbol visibility: %d"), symbol->visible->type); in walk_tree_symbol()
1349 if (sy->visible->type == coff_vis_ext_def in wr_globals()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dt-vxworks13 # to be user visible eventually are visible as well.
H A Dt-vxworksae11 # to be user visible eventually are visible as well.
H A Dt-vxworks713 # to be user visible eventually are visible as well.
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dt-vxworksae11 # to be user visible eventually are visible as well.
H A Dt-vxworks12 # to be user visible eventually are visible as well.
/netbsd-src/games/canfield/canfield/
H A Dcanfield.c145 bool visible; member
538 ideck[i]->visible = FALSE; in shuffle()
601 else if (cp->visible == FALSE) { in printcard()
687 deck[i]->visible = TRUE; in initgame()
928 talon->visible = TRUE; in movetotalon()
930 if (talon->paid == FALSE && talon->visible == TRUE) { in movetotalon()
975 if (ptr->paid == FALSE && ptr->visible == TRUE) { in showstat()
987 if (ptr->paid == FALSE && ptr->visible == TRUE) { in showstat()
1026 if (talon != NIL && (talon->visible == FALSE)) { in usedtalon()
1027 talon->visible = TRUE; in usedtalon()
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dxgettext-glade-1439 <visible>False</visible>
457 <visible>False</visible>
541 <visible>False</visible>
886 <visible>False</visible>
947 <visible>False</visible>
1027 <visible>False</visible>
1230 <visible>False</visible>

12345678910>>...38