| /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 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:__anon93
|
| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_vma.c | 486 const struct intel_remapped_plane_info planes[] = { local 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 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/external/gpl3/binutils/dist/binutils/ |
| resrc.c | 96 /* Color planes. */ 97 unsigned short planes; member in struct:icondir::__anon9924::__anon9925 861 cg->planes = 1; 1200 icondirs[i].u.icon.planes = get_word (e, real_filename); 1250 /* For some reason, at least in some files the planes and bits 1260 if (icondirs[i].u.icon.planes) 1261 cg->planes = icondirs[i].u.icon.planes; 1263 cg->planes = 1; 1325 cg->planes = target_get_16 (pb_data + 4, len_data - 4) [all...] |
| windint.h | 358 /* Planes. */ 359 rc_uint_type planes; member in struct:rc_group_cursor 372 bfd_byte planes[2]; member in struct:bin_group_cursor_item 724 /* Planes. */ 725 rc_uint_type planes; member in struct:rc_group_icon 748 bfd_byte planes[2]; member in struct:bin_group_icon_item
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| resrc.c | 96 /* Color planes. */ 97 unsigned short planes; member in struct:icondir::__anon11404::__anon11405 861 cg->planes = 1; 1200 icondirs[i].u.icon.planes = get_word (e, real_filename); 1250 /* For some reason, at least in some files the planes and bits 1260 if (icondirs[i].u.icon.planes) 1261 cg->planes = icondirs[i].u.icon.planes; 1263 cg->planes = 1; 1325 cg->planes = target_get_16 (pb_data + 4, len_data - 4) [all...] |
| windint.h | 358 /* Planes. */ 359 rc_uint_type planes; member in struct:rc_group_cursor 372 bfd_byte planes[2]; member in struct:bin_group_cursor_item 724 /* Planes. */ 725 rc_uint_type planes; member in struct:rc_group_icon 748 bfd_byte planes[2]; member in struct:bin_group_icon_item
|
| /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/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 687 #define NGLE_REG_43 0x21002c /* how the 24bit planes */ [all...] |
| /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/external/mit/xorg/lib/libxcb/files/ |
| xproto.h | 1409 /**< The backing-planes indicates (with bits set to 1) which bit planes of the 1414 /**< The backing-pixel specifies what value to use in planes not covered by 1415 backing-planes. The server is free to save only the specified bit planes in the 1416 backing-store or save-under and regenerate the remaining planes with the 3030 operation to a subset of planes, so the result is: 3922 uint16_t planes; member in struct:xcb_alloc_color_cells_request_t 10926 uint16_t planes); 10944 uint16_t 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::__anon7724 3086 * @num_planes: number of planes for this forma [all...] |