Searched refs:visible (Results 1 - 25 of 83) sorted by relevance

1234

/openbsd-current/sys/dev/pci/drm/amd/display/dc/basics/
H A Ddc_common.c54 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
63 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
72 if (pipe_ctx->plane_state && pipe_ctx->plane_state->visible)
/openbsd-current/gnu/usr.bin/binutils/gdb/tui/
H A Dtui-wingeneral.c172 /* We can't really make windows visible, or invisible. So we have to
173 delete the entire window when making it visible, and create it
174 again when making it visible. */
176 make_visible (struct tui_gen_win_info *win_info, int visible) argument
182 if (visible)
192 else if (!visible &&
218 make_all_visible (int visible) argument
229 visible);
230 make_visible ((struct tui_gen_win_info *) tui_win_list[i], visible);
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_atomic_plane.c172 * considers the cursor to be visible, whether or not
173 * it is actually visible.
189 if (!plane_state->uapi.visible)
220 if (!plane_state->uapi.visible)
264 if (!plane_state->uapi.visible || !plane->min_cdclk)
378 plane_state->uapi.visible = false;
386 if (new->uapi.visible != cur->uapi.visible)
440 bool old_visible = old_plane_state->uapi.visible;
441 bool new_visible = new_plane_state->uapi.visible;
487 bool turn_off, turn_on, visible, was_visible; local
[all...]
H A Dintel_modeset_setup.c54 if (plane_state->uapi.visible)
467 if (plane_state->uapi.visible &&
653 bool visible; local
655 visible = plane->get_hw_state(plane, &pipe);
660 intel_set_plane_visible(crtc_state, plane_state, visible);
665 str_enabled_disabled(visible), pipe_name(pipe));
841 if (plane_state->uapi.visible)
848 if (plane_state->uapi.visible && plane->min_cdclk) {
H A Dintel_cursor.c92 if (!plane_state->uapi.visible)
165 if (!plane_state->uapi.visible)
236 drm_WARN_ON(&i915->drm, plane_state->uapi.visible &&
264 if (plane_state && plane_state->uapi.visible) {
453 drm_WARN_ON(&dev_priv->drm, plane_state->uapi.visible &&
476 plane_state->uapi.visible && plane_state->uapi.dst.x1 < 0) {
496 if (plane_state && plane_state->uapi.visible) {
724 if (new_plane_state->uapi.visible) {
H A Dintel_crtc_state_dump.c141 "[PLANE:%d:%s] fb: [NOFB], visible: %s\n",
143 str_yes_no(plane_state->uapi.visible));
148 "[PLANE:%d:%s] fb: [FB:%d] %ux%u format = %p4cc modifier = 0x%llx, visible: %s\n",
151 fb->modifier, str_yes_no(plane_state->uapi.visible));
154 if (plane_state->uapi.visible)
/openbsd-current/usr.bin/tmux/
H A Dwindow-tree.c540 u_int loop, total, visible, each, width, offset; local
553 visible = sx / 24;
554 if (visible == 0)
555 visible = 1;
557 visible = total;
566 if (current < visible) {
568 end = visible;
569 } else if (current >= total - visible) {
570 start = total - visible;
573 start = current - (visible /
673 u_int loop, total, visible, each, width, offset; local
[all...]
/openbsd-current/sys/dev/pci/drm/
H A Ddrm_plane_helper.c104 bool *visible)
136 *visible = plane_state.visible;
194 bool visible; local
204 false, false, &visible);
208 if (!visible)
210 * Primary plane isn't visible. Note that unless a driver
94 drm_plane_helper_check_update(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, struct drm_rect *src, struct drm_rect *dst, unsigned int rotation, int min_scale, int max_scale, bool can_position, bool can_update_disabled, bool *visible) argument
/openbsd-current/games/canfield/canfield/
H A Dcanfield.c129 bool visible; member in struct:cardtype
530 deck[i]->visible = FALSE;
593 else if (cp->visible == FALSE) {
679 deck[i]->visible = TRUE;
920 talon->visible = TRUE;
922 if (talon->paid == FALSE && talon->visible == TRUE) {
966 if (ptr->paid == FALSE && ptr->visible == TRUE) {
978 if (ptr->paid == FALSE && ptr->visible == TRUE) {
1017 if (talon != NIL && (talon->visible == FALSE)) {
1018 talon->visible
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dcoffgrok.h217 struct coff_visible *visible; member in struct:coff_symbol
H A Dsrconv.c335 if (s->visible->type == coff_vis_ext_def
336 || s->visible->type == coff_vis_common)
339 if (s->visible->type == coff_vis_ext_ref)
535 if (ref->visible->type == coff_vis_ext_ref)
541 else if (ref->visible->type == coff_vis_common)
1026 switch (symbol->visible->type)
1135 switch (symbol->visible->type)
1509 if (sy->visible->type == coff_vis_ext_def
1510 || sy->visible->type == coff_vis_ext_ref)
1722 if (sym->visible
[all...]
H A Dcoffgrok.c473 struct coff_visible *visible = local
529 visible->type = t;
530 return visible;
564 s->visible = do_visible (i);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dcoffgrok.h217 struct coff_visible *visible; member in struct:coff_symbol
H A Dsrconv.c331 if (s->visible->type == coff_vis_ext_def
332 || s->visible->type == coff_vis_common)
335 if (s->visible->type == coff_vis_ext_ref)
531 if (ref->visible->type == coff_vis_ext_ref)
537 else if (ref->visible->type == coff_vis_common)
1022 switch (symbol->visible->type)
1131 switch (symbol->visible->type)
1381 if (sy->visible->type == coff_vis_ext_def
1382 || sy->visible->type == coff_vis_ext_ref)
1587 if (sym->visible
[all...]
H A Dcoffgrok.c473 struct coff_visible *visible = local
529 visible->type = t;
530 return visible;
564 s->visible = do_visible (i);
/openbsd-current/lib/libcurses/base/
H A Dlib_slkrefr.c100 if (slk->ent[i].visible) {
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dlocalref.t90 # freed shouldn't be visible
98 ok($ok,'old value not visible during restore');
/openbsd-current/gnu/usr.bin/perl/os2/OS2/OS2-Process/t/
H A Dos2_process.t330 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
345 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
350 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
354 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
358 ok !IsWindowVisible $k_hwnd, 'kid is flaged as not visible';
362 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
371 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
379 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
387 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
395 ok IsWindowVisible $k_hwnd, 'kid is flaged as visible';
[all...]
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_ttm_buddy_manager.c187 * visible portion.
278 * @visible_size: The CPU visible size in bytes to manage
407 unsigned long visible = min(lpfn, bman->visible_size) - fpfn; local
409 bman->visible_reserved += visible;
410 bman->visible_avail -= visible;
418 * i915_ttm_buddy_man_visible_size - Return the size of the CPU visible portion
434 * @visible_avail: The total available memory in pages for the CPU visible
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DVersion.pm83 # vv => visible vstring
165 version strings visible and comparable.
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_debug.c71 "plane_state->visible = %d;\n"
80 plane_state->visible,
248 "plane_info->visible = %d;\n"
252 update->plane_info->visible,
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/
H A DConstant.pm165 You can call the perl visible subroutine something other than C<constant> if
167 the name of the perl visible subroutine, unless you give the parameter
470 The perl visible name of the XS subroutine generated which will return the
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_trace.h125 __field(u32, visible)
134 __entry->visible = bo->flags;
137 TP_printk("bo=%p, pages=%u, type=%d, preferred=%d, allowed=%d, visible=%d",
139 __entry->prefer, __entry->allow, __entry->visible)
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c188 if (!pipe_ctx->plane_state->visible)
325 mi->funcs->set_blank(mi, pipe_ctx->plane_state->visible);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dfiletest.pm71 Because access() does not invoke stat() (at least not in a way visible

Completed in 321 milliseconds

1234