| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxsync.h | 40 extern void dmxSyncActivate(const char *interval);
|
| H A D | dmxstat.h | 47 extern void dmxStatActivate(const char *interval, const char *displays);
|
| H A D | dmxdpms.c | 132 int interval, preferBlanking, allowExposures; local in function:dmxDPMSInit 141 XGetScreenSaver(dmxScreen->beDisplay, &dmxScreen->savedTimeout, &interval, 143 XSetScreenSaver(dmxScreen->beDisplay, 0, interval, 153 int timeout, interval, preferBlanking, allowExposures; local in function:dmxDPMSTerm 158 XGetScreenSaver(dmxScreen->beDisplay, &timeout, &interval, 160 XSetScreenSaver(dmxScreen->beDisplay, dmxScreen->savedTimeout, interval,
|
| H A D | dmxsync.c | 59 static int dmxSyncInterval = 100; /* Default interval in milliseconds */ 108 * interval (in mS). If the \a interval is 0, 100mS is used. If the \a 109 * interval is less than 0, then the XSync() batching optimization is 115 void dmxSyncActivate(const char *interval) argument 117 dmxSyncInterval = (interval ? atoi(interval) : 100); 130 dmxLog(dmxInfo, "XSync batching with %d ms interval\n",
|
| H A D | dmxstat.c | 101 * interval seconds, with lines for the first \a displays. If \a 102 * interval is NULL, 1 will be used. If \a displays is NULL, 0 will be 106 void dmxStatActivate(const char *interval, const char *displays) argument 108 dmxStatInterval = (interval ? atoi(interval) : 1) * 1000;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_ext_swapinterval.c | 45 wglSwapIntervalEXT(int interval) argument 47 if (interval < 0) { 52 stw_dev->swap_interval = interval;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_ext_swapinterval.c | 45 wglSwapIntervalEXT(int interval) argument 47 if (interval < 0) { 52 stw_dev->swap_interval = interval;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | SetSSaver.c | 36 int interval, 46 req->interval = interval; 33 XSetScreenSaver(register Display * dpy,int timeout,int interval,int prefer_blank,int allow_exp) argument
|
| H A D | GetSSaver.c | 37 int *interval, 49 *interval = rep.interval; 33 XGetScreenSaver(register Display * dpy,int * timeout,int * interval,int * prefer_blanking,int * allow_exp) argument
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_ra.c | 32 * that multiple values may share the same register interval. From the 37 * instruction, are "locked" to their parent interval. The details of this are 55 const struct ir3_reg_interval *interval = local in function:ir3_reg_interval_cmp 57 if (interval->reg->interval_start > reg) 59 else if (interval->reg->interval_end <= reg) 80 /* Get the interval covering the reg, or the closest to the right if it 86 struct ir3_reg_interval *interval = local in function:ir3_reg_interval_search_right 88 if (!interval) { 90 } else if (interval->reg->interval_end > offset) { 91 return interval; 110 interval_insert(struct ir3_reg_ctx * ctx,struct rb_tree * tree,struct ir3_reg_interval * interval) argument 175 ir3_reg_interval_insert(struct ir3_reg_ctx * ctx,struct ir3_reg_interval * interval) argument 185 ir3_reg_interval_reinsert(struct ir3_reg_ctx * ctx,struct ir3_reg_interval * interval) argument 193 ir3_reg_interval_remove(struct ir3_reg_ctx * ctx,struct ir3_reg_interval * interval) argument 222 _mark_free(struct ir3_reg_interval * interval) argument 232 ir3_reg_interval_remove_all(struct ir3_reg_ctx * ctx,struct ir3_reg_interval * interval) argument 246 ir3_reg_interval_remove_temp(struct ir3_reg_ctx * ctx,struct ir3_reg_interval * interval) argument 256 interval_dump(struct log_stream * stream,struct ir3_reg_interval * interval,unsigned indent) argument 275 ir3_reg_interval_dump(struct log_stream * stream,struct ir3_reg_interval * interval) argument 286 struct ir3_reg_interval interval; member in struct:ra_interval 344 struct ra_interval *interval; member in struct:ra_parallel_copy 406 ra_interval_next(struct ra_interval * interval) argument 413 ra_interval_next_or_null(struct ra_interval * interval) argument 422 const struct ra_interval *interval = rb_node_to_interval_const(node); local in function:ra_interval_cmp 444 struct ra_interval *interval = ra_interval_search_sloppy(tree, reg); local in function:ra_interval_search_right 473 ir3_reg_interval_to_ra_interval(struct ir3_reg_interval * interval) argument 487 struct ra_interval *interval = ir3_reg_interval_to_ra_interval(_interval); local in function:interval_add 505 struct ra_interval *interval = ir3_reg_interval_to_ra_interval(_interval); local in function:interval_delete 550 ra_file_insert(struct ra_file * file,struct ra_interval * interval) argument 561 ra_file_remove(struct ra_file * file,struct ra_interval * interval) argument 567 ra_file_mark_killed(struct ra_file * file,struct ra_interval * interval) argument 579 ra_file_unmark_killed(struct ra_file * file,struct ra_interval * interval) argument 591 ra_interval_get_physreg(const struct ra_interval * interval) argument 604 ra_interval_get_num(const struct ra_interval * interval) argument 611 ra_interval_init(struct ra_interval * interval,struct ir3_register * reg) argument 619 ra_interval_dump(struct log_stream * stream,struct ra_interval * interval) argument 678 struct ra_interval *interval; member in struct:ra_removed_interval 683 ra_pop_interval(struct ra_ctx * ctx,struct ra_file * file,struct ra_interval * interval) argument 716 struct ra_interval *interval = removed->interval; local in function:ra_push_interval 726 ra_move_interval(struct ra_ctx * ctx,struct ra_file * file,struct ra_interval * interval,physreg_t dst) argument 1216 struct ra_interval *interval = &ctx->intervals[src->def->name]; local in function:mark_src_killed 1230 struct ra_interval *interval = &ctx->intervals[dst->name]; local in function:insert_dst 1245 struct ra_interval *interval = &ctx->intervals[dst->name]; local in function:allocate_dst_fixed 1296 struct ra_interval *interval = &ctx->intervals[src->def->name]; local in function:assign_src 1435 struct ra_interval *interval = &ctx->intervals[src->def->name]; local in function:handle_collect 1463 struct ra_interval *interval = &ctx->intervals[src->def->name]; local in function:handle_collect 1523 struct ra_interval *interval = &ctx->intervals[instr->dsts[0]->name]; local in function:handle_precolored_input 1539 struct ra_interval *interval = &ctx->intervals[instr->dsts[0]->name]; local in function:handle_input 1546 struct ra_interval *interval = &ctx->intervals[instr->dsts[0]->name]; local in function:assign_input 1582 struct ra_interval *interval = &ctx->intervals[src->def->name]; local in function:handle_precolored_source 1619 struct ra_interval *interval = &ctx->intervals[src->def->name]; local in function:handle_chmask 1659 struct ra_interval *interval = &ctx->intervals[def->name]; local in function:handle_live_in 1678 struct ra_interval *interval = &ctx->intervals[def->name]; local in function:handle_live_out 1691 struct ra_interval *interval = &ctx->intervals[def->name]; local in function:handle_phi 1717 struct ra_interval *interval = &ctx->intervals[phi->dsts[0]->name]; local in function:assign_phi 1798 insert_live_in_move(struct ra_ctx * ctx,struct ra_interval * interval) argument 1898 insert_live_out_move(struct ra_ctx * ctx,struct ra_interval * interval) argument 2077 dummy_interval_add(struct ir3_reg_ctx * ctx,struct ir3_reg_interval * interval) argument 2082 dummy_interval_delete(struct ir3_reg_ctx * ctx,struct ir3_reg_interval * interval) argument 2180 struct ir3_reg_interval *interval = &intervals[src->def->name]; local in function:calc_min_limit_pressure [all...] |
| H A D | ir3_spill.c | 50 struct ir3_reg_interval interval; member in struct:ra_spill_interval 71 * insert the reload code for them last. Keep track of whether this interval 76 /* Keep track of whether this interval currently can't be spilled because: 163 /* We don't create an interval, etc. for the base reg, so just lower the 332 ra_spill_interval_init(struct ra_spill_interval *interval, argument 335 ir3_reg_interval_init(&interval->interval, reg); 336 interval->dst.flags = reg->flags; 337 interval->dst.def = reg; 338 interval 344 ir3_reg_interval_to_interval(struct ir3_reg_interval * interval) argument 350 ra_spill_interval_root(struct ra_spill_interval * interval) argument 387 struct ra_spill_interval *interval = ir3_reg_interval_to_interval(_interval); local in function:interval_add 414 struct ra_spill_interval *interval = ir3_reg_interval_to_interval(_interval); local in function:interval_delete 467 ra_spill_ctx_insert(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval) argument 474 ra_spill_ctx_remove(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval) argument 483 struct ra_spill_interval *interval = ctx->intervals[dst->name]; local in function:init_dst 492 struct ra_spill_interval *interval = ctx->intervals[dst->name]; local in function:insert_dst 521 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; local in function:insert_src 537 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; local in function:remove_src_early 550 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; local in function:remove_src 561 struct ra_spill_interval *interval = ctx->intervals[dst->name]; local in function:finish_dst 568 struct ra_spill_interval *interval = ctx->intervals[dst->name]; local in function:remove_dst 579 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; local in function:update_src_next_use 699 spill_interval(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval,struct ir3_instruction * instr,struct ir3_block * block) argument 862 rewrite_src_interval(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval,struct ir3_register * def,struct ir3_instruction * instr,struct ir3_block * block) argument 888 struct ra_spill_interval *interval = ctx->intervals[def->name]; local in function:reload_def 913 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; local in function:reload_src 926 struct ra_spill_interval *interval = ctx->intervals[src->def->name]; local in function:rewrite_src 1040 struct ra_spill_interval *interval = rzalloc(ctx, struct ra_spill_interval); local in function:create_temp_interval 1224 struct ra_spill_interval *interval = ctx->intervals[def->name]; local in function:handle_live_in 1365 live_in_rewrite(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval,struct reg_or_immed * new_val,struct ir3_block * block,unsigned pred_idx) argument 1399 struct ra_spill_interval *interval = ctx->intervals[def->name]; local in function:reload_live_in 1433 struct ra_spill_interval *interval = ctx->intervals[def->name]; local in function:add_live_in_phi 1517 struct ra_spill_interval *interval = ctx->intervals[reg->name]; local in function:spill_single_pred_live_in 1555 spill_live_out(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval,struct ir3_block * block) argument 1580 struct ra_spill_interval *interval = ctx->intervals[def->name]; local in function:reload_live_out 1593 struct ra_spill_interval *interval = ctx->intervals[name]; local in function:reload_live_outs 1614 struct ra_spill_interval *interval = ctx->intervals[def->name]; local in function:update_live_out_phis 1622 record_pred_live_out(struct ra_spill_ctx * ctx,struct ra_spill_interval * interval,struct ir3_block * block,unsigned pred_idx) argument 1662 record_live_out(struct ra_spill_ctx * ctx,struct ra_spill_block_state * state,struct ra_spill_interval * interval) argument [all...] |
| H A D | ir3_ra.h | 176 /* Register interval datastructure 215 * need to keep track of the physreg of each top-level interval. These 220 /* Called when an interval is added and it turns out to be at the top 224 struct ir3_reg_interval *interval); 226 /* Called when an interval is deleted from the top level. */ 228 struct ir3_reg_interval *interval); 230 /* Called when an interval is deleted and its child becomes top-level. 250 ir3_reg_interval_next(struct ir3_reg_interval *interval) argument 252 struct rb_node *next = rb_node_next(&interval->node); 257 ir3_reg_interval_next_or_null(struct ir3_reg_interval *interval) argument 263 ir3_reg_interval_init(struct ir3_reg_interval * interval,struct ir3_register * reg) argument [all...] |
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | swap_interval.c | 51 GLint interval; local in function:DoSwapInterval 75 interval = (do_swap) 79 if (interval <= 0) 82 (void) (*cx->pGlxScreen->swapInterval)(cx->drawPriv, interval);
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | swap_interval.c | 47 GLint interval; local in function:DoSwapInterval 70 interval = (do_swap) 74 if (interval <= 0) 77 (void) (*cx->pGlxScreen->swapInterval) (cx->drawPriv, interval);
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_swap_control.spec | 46 int glXSwapIntervalMESA(unsigned int interval) 82 of zero indicates success; otherwise an error occurred. The interval 91 If <interval> is set to a value of 0, buffer swaps are not synchro- 92 nized to a video frame. The <interval> value is silently clamped to 96 The swap interval is not part of the render context state. It cannot 97 be pushed or popped. The current swap interval for the window 99 glXGetSwapIntervalMESA. The default swap interval is 0. 102 the swap interval to 1. 117 [swap interval] GetSwapInterval Z+ 0 127 Changed the default swap interval t [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_swap_control.spec | 46 int glXSwapIntervalMESA(unsigned int interval) 82 of zero indicates success; otherwise an error occurred. The interval 91 If <interval> is set to a value of 0, buffer swaps are not synchro- 92 nized to a video frame. The <interval> value is silently clamped to 96 The swap interval is not part of the render context state. It cannot 97 be pushed or popped. The current swap interval for the window 99 glXGetSwapIntervalMESA. The default swap interval is 0. 102 the swap interval to 1. 117 [swap interval] GetSwapInterval Z+ 0 127 Changed the default swap interval t [all...] |
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | StripCharP.h | 71 int interval; /* data point interval */ member in struct:__anondf2fab800108
|
| /xsrc/external/mit/MesaLib/dist/src/android_stub/ |
| H A D | nativewindow_stub.cpp | 57 ANativeWindow_setSwapInterval(ANativeWindow *window, int interval) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| H A D | glx_empty.c | 9 glXSwapIntervalSGI(int interval) argument 11 (void) interval; 20 glXSwapIntervalMESA(unsigned int interval) argument 22 (void) interval;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| H A D | glx_empty.c | 9 glXSwapIntervalSGI(int interval) argument 11 (void) interval; 20 glXSwapIntervalMESA(unsigned int interval) argument 22 (void) interval;
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | set.h | 35 that designate protocol message types. In most cases the interval of 54 /* an interval of set members */ 78 RecordSetInterval *interval 133 _pIter is NULL, the first interval of set members is copied into _interval. 135 RecordIterateSet to obtain the next interval. When the return value is 143 while (pIter = RecordIterateSet(pSet, pIter, &interval)) 145 process interval;
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | set.h | 35 that designate protocol message types. In most cases the interval of 54 /* an interval of set members */ 72 RecordSetInterval * interval); 121 _pIter is NULL, the first interval of set members is copied into _interval. 123 RecordIterateSet to obtain the next interval. When the return value is 131 while (pIter = RecordIterateSet(pSet, pIter, &interval)) 133 process interval;
|
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_android.h | 102 ANativeWindow_setSwapInterval(struct ANativeWindow *window, int interval) argument 104 return window->setSwapInterval(window, interval);
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | StripChart.c | 281 w->strip_chart.interval = 0; 329 if ((w->strip_chart.interval >= XtWidth(w)) || 330 ((Cardinal)w->strip_chart.interval >= NUM_VALUEDATA(w))) 348 w->strip_chart.interval = repaint_window(w, 0, XtWidth(w)); 352 w->strip_chart.valuedata[w->strip_chart.interval] = value; 358 w->strip_chart.interval, y, 365 w->strip_chart.points[0].x = (short)w->strip_chart.interval; 373 w->strip_chart.interval++; /* Next point */ 388 int next = w->strip_chart.interval; 394 if (w->strip_chart.interval ! [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glsync.c | 97 printf("\t-i<swap interval>\n"); 114 int width = 500, height = 500, verbose = 0, interval = 1; local in function:main 160 interval = atoi(optarg); 247 swap_interval(interval); 248 fprintf(stderr, "set swap interval to %d\n", interval);
|