HomeSort by: relevance | last modified time | path
    Searched refs:planes (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /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...]
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...]
log.c 79 if (b->planes == a->planes)
82 return (b->planes - a->planes);
167 printf("You directed %d planes safely to their destinations.\n\n",
190 &score[num_scores].planes,
218 thisscore.planes = safe_planes;
227 score[i].planes = thisscore.planes;
268 score[i].game, score[i].planes,
    [all...]
log.c 79 if (b->planes == a->planes)
82 return (b->planes - a->planes);
167 printf("You directed %d planes safely to their destinations.\n\n",
190 &score[num_scores].planes,
218 thisscore.planes = safe_planes;
227 score[i].planes = thisscore.planes;
268 score[i].game, score[i].planes,
    [all...]
struct.h 110 int planes; member in struct:__anon93
struct.h 110 int planes; member in struct:__anon93
  /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...]
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/hp300/dev/
gbox.c 284 * which planes are installed. That is, write all ones to
287 if (1 /* fb->planes == 0 */) {
297 for (fb->planes = 1; fb->planemask >= (1 << fb->planes);
298 fb->planes++);
299 if (fb->planes > 8)
300 fb->planes = 8;
301 fb->planemask = (1 << fb->planes) - 1;
364 wdf->cmsize = 1 << fb->planes;
399 u_int colcount = 1 << fb->planes;
    [all...]
topcatreg.h 48 #define tc_waitbusy(regaddr,planes) \
50 while (((volatile struct tcboxfb *)(regaddr))->busy & planes) \
65 uint8_t nblank; /* display enable planes 0x4080 */
75 uint8_t blink; /* enable blink planes 0x40a0 */
gbox.c 284 * which planes are installed. That is, write all ones to
287 if (1 /* fb->planes == 0 */) {
297 for (fb->planes = 1; fb->planemask >= (1 << fb->planes);
298 fb->planes++);
299 if (fb->planes > 8)
300 fb->planes = 8;
301 fb->planemask = (1 << fb->planes) - 1;
364 wdf->cmsize = 1 << fb->planes;
399 u_int colcount = 1 << fb->planes;
    [all...]
topcatreg.h 48 #define tc_waitbusy(regaddr,planes) \
50 while (((volatile struct tcboxfb *)(regaddr))->busy & planes) \
65 uint8_t nblank; /* display enable planes 0x4080 */
75 uint8_t blink; /* enable blink planes 0x40a0 */
topcat.c 277 switch (sc->sc_fb->planes) {
326 * If we could not get a valid number of planes, determine it
330 if (fb->planes == 0) {
344 for (fb->planes = 1; fb->planemask >= (1 << fb->planes);
345 fb->planes++);
346 if (fb->planes > 8)
347 fb->planes = 8;
348 fb->planemask = (1 << fb->planes) - 1;
373 if (fb->planes <= 4 && fb->dwidth == 1024 && fb->dheight == 400)
    [all...]
topcat.c 277 switch (sc->sc_fb->planes) {
326 * If we could not get a valid number of planes, determine it
330 if (fb->planes == 0) {
344 for (fb->planes = 1; fb->planemask >= (1 << fb->planes);
345 fb->planes++);
346 if (fb->planes > 8)
347 fb->planes = 8;
348 fb->planemask = (1 << fb->planes) - 1;
373 if (fb->planes <= 4 && fb->dwidth == 1024 && fb->dheight == 400)
    [all...]
diofbvar.h 88 u_int planes; /* number of planes */ member in struct:diofb
diofbvar.h 88 u_int planes; /* number of planes */ member in struct:diofb
diofb.c 149 fb->planes = fbr->num_planes;
150 if (fb->planes > 8)
151 fb->planes = 8;
152 fb->planemask = (1 << fb->planes) - 1;
179 if (fb->planes < 4)
200 if (fb->planes == 4) {
248 * in 4bpp and 6bpp mode. This is because missing planes
259 switch (fb->planes) {
310 if (fb->planes == 1)
313 aprint_normal("x%d", fb->planes);
    [all...]
diofb.c 149 fb->planes = fbr->num_planes;
150 if (fb->planes > 8)
151 fb->planes = 8;
152 fb->planemask = (1 << fb->planes) - 1;
179 if (fb->planes < 4)
200 if (fb->planes == 4) {
248 * in 4bpp and 6bpp mode. This is because missing planes
259 switch (fb->planes) {
310 if (fb->planes == 1)
313 aprint_normal("x%d", fb->planes);
    [all...]
  /src/sys/arch/hp300/stand/common/
grf_tcreg.h 46 #define tc_waitbusy(regaddr,planes) \
47 while (((struct tcboxfb *)(regaddr))->busy & planes) DELAY(100)
75 vu_char num_planes; /* number of color planes 0x5b */
89 vu_char nblank; /* display enable planes 0x4080 */
99 vu_char blink; /* enable blink planes 0x40a0 */
grf_tcreg.h 46 #define tc_waitbusy(regaddr,planes) \
47 while (((struct tcboxfb *)(regaddr))->busy & planes) DELAY(100)
75 vu_char num_planes; /* number of color planes 0x5b */
89 vu_char nblank; /* display enable planes 0x4080 */
99 vu_char blink; /* enable blink planes 0x40a0 */
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display.h 173 * planes on pre-g4x, and only for primary planes on g4x-bdw.
187 * number of planes per CRTC. Not all platforms really have this many planes,
430 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
431 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \
438 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
439 (new_plane_state) = to_intel_plane_state((__state)->base.planes[__i].new_state), 1); \
454 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
455 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state),
    [all...]
intel_display.h 173 * planes on pre-g4x, and only for primary planes on g4x-bdw.
187 * number of planes per CRTC. Not all platforms really have this many planes,
430 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
431 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \
438 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
439 (new_plane_state) = to_intel_plane_state((__state)->base.planes[__i].new_state), 1); \
454 ((plane) = to_intel_plane((__state)->base.planes[__i].ptr), \
455 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state),
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic.c 77 kfree(state->planes);
105 state->planes = kcalloc(dev->mode_config.num_total_plane,
106 sizeof(*state->planes), GFP_KERNEL);
107 if (!state->planes)
201 struct drm_plane *plane = state->planes[i].ptr;
207 state->planes[i].state);
208 state->planes[i].ptr = NULL;
209 state->planes[i].state = NULL;
210 state->planes[i].old_state = NULL;
211 state->planes[i].new_state = NULL
    [all...]
drm_atomic.c 77 kfree(state->planes);
105 state->planes = kcalloc(dev->mode_config.num_total_plane,
106 sizeof(*state->planes), GFP_KERNEL);
107 if (!state->planes)
201 struct drm_plane *plane = state->planes[i].ptr;
207 state->planes[i].state);
208 state->planes[i].ptr = NULL;
209 state->planes[i].state = NULL;
210 state->planes[i].old_state = NULL;
211 state->planes[i].new_state = NULL
    [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...]

Completed in 303 milliseconds

1 2 3 4