HomeSort by: relevance | last modified time | path
    Searched defs:planes (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/hp300/dev/
diofbvar.h 88 u_int planes; /* number of planes */ member in struct:diofb
  /src/games/atc/
graphics.c 74 static WINDOW *radar, *cleanradar, *credit, *input, *planes; variable in typeref:typename:WINDOW *****
135 planes = newwin(LINES - INPUT_LINES, PLANE_COLS, 0, COLS - PLANE_COLS);
335 (void)wclear(planes);
338 (void)wmove(planes, 0,0);
341 wclrtobot(planes);
343 (void)wprintw(planes, "Time: %-4d Safe: %d", clck, safe_planes);
344 (void)wmove(planes, 2, 0);
346 (void)waddstr(planes, "pl dt comm");
348 if (waddch(planes, '\n') == ERR) {
352 (void)waddstr(planes, command(pp))
    [all...]
struct.h 110 int planes; member in struct:__anon439b482b0508
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 486 const struct intel_remapped_plane_info planes[] = { local in function:igt_vma_rotate_remap
512 /* Create VMA for many different combinations of planes and check
521 for (a = planes; a->width; a++) {
522 for (b = planes + ARRAY_SIZE(planes); b-- != planes; ) {
856 const struct intel_remapped_plane_info planes[] = { local in function:igt_vma_remapped_gtt
890 for (p = planes; p->width; p++) {
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 316 * @planes: pointer to array of structures with per-plane data
353 struct __drm_planes_state *planes; member in struct:drm_atomic_state
365 * Used for signaling unbound planes/connectors.
543 return state->planes[drm_plane_index(plane)].state;
558 return state->planes[drm_plane_index(plane)].old_state;
573 return state->planes[drm_plane_index(plane)].new_state;
647 * not change, state of other planes, since it avoids threading an error code
655 * example is when planes are fixed to a single CRTC, and the driver knows that
657 * read-lock on all planes connected to that CRTC. But if planes can b
    [all...]
  /src/sys/arch/amiga/dev/
amidisplaycc.c 299 u_char * planes[MAXDEPTH]; member in struct:amidisplaycc_screen
552 dst = scr->planes[0];
645 dst = scr->planes[plane] + bmapoffset;
727 src = scr->planes[plane] + bmapoffset;
785 dst = scr->planes[plane] + bmapoffset;
859 /* Need to copy only planes that have data on src or dst */
872 src = scr->planes[plane] + srcbmapoffset;
873 dst = scr->planes[plane] + dstbmapoffset;
898 dst = scr->planes[plane] + dstbmapoffset;
970 dst = scr->planes[plane] + bmapoffset
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h 322 struct drm_plane *planes[AMDGPU_MAX_PLANES]; member in struct:amdgpu_mode_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 124 struct dc_plane_cap planes[MAX_PLANES]; member in struct:dc_caps
521 /* Require to optimize clocks and bandwidth for added/removed planes */
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 595 * ICL planar formats require 2 planes that are updated as pairs.
640 * Instead of creating a new index to cover planes and crtc, using
641 * existing drm_plane_index for planes which is well less than 31
642 * planes and bit 31 for crtc. This should be fine to cover all
680 struct skl_plane_wm planes[I915_MAX_PLANES]; member in struct:skl_pipe_wm
830 * All planes will be positioned inside this space,
1008 /* bitmask of visible planes (enum plane_id) */
1013 /* bitmask of planes that will be updated during the commit */
  /src/sys/dev/ic/
stireg.h 75 #define STI_ILLNPLANES 3 /* invalid num of text planes */
271 #define STI_INITF_CMB 0x04000000 /* non-text planes cmap black */
278 #define STI_INITF_ICMT 0x00080000 /* init cmap for text planes */
292 uint32_t text_planes; /* number of planes for text */
298 uint32_t text_planes; /* number of planes used for text */
308 #define STI_MGMTF_RALL 0x20000000 /* restore all display planes */
327 #define STI_UNPMVF_NTXT 0x40000000 /* intp non-text planes */
352 #define STI_BLKMVF_NTXT 0x10000000 /* move in non-text planes */
476 uint32_t planes; member in struct:sti_inqconfout
756 #define NGLE_REG_43 0x21002c /* how the 24bit planes */
    [all...]
  /src/sys/sys/
videoio.h 1556 /* two planes -- one Y, one Cr + Cb interleaved */
1564 /* two non contiguous planes - one Y, one Cr + Cb interleaved */
1572 /* three planes - Y Cb, Cr */
1580 /* three non contiguous planes - Y, Cb, Cr */
1858 * Multi-planar buffers consist of one or more planes, e.g. an YCbCr buffer
1859 * with two planes can have one plane for Y, and another for interleaved CbCr
1896 * @planes: for multiplanar buffers; userspace pointer to the array of plane
1900 * planes array for multi-plane buffers
1920 struct v4l2_plane *planes; member in union:v4l2_buffer::__anona13a034e050a
3086 * @num_planes: number of planes for this forma
    [all...]

Completed in 46 milliseconds