Searched refs:intervals (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/record/
H A Dset.h90 RecordSetInterval *intervals,
97 by intervals and nintervals. nintervals is the number of RecordSetInterval
98 structures pointed to by intervals. The elements belonging to the new
132 RecordIterateSet returns successive intervals of members of _pSet. If
136 NULL, there were no more intervals in the set, and nothing is copied into
138 with no overlap between intervals. As such, the list of intervals produced
139 by RecordIterateSet may not match the list of intervals that were passed
H A Drecord.c1468 int nintervals; /* number of intervals in following array */
1469 RecordSetInterval *intervals; /* array of intervals for this set */
1488 * psi is a pointer to a SetInfoRec whose intervals pointer is NULL.
1489 * nIntervals is the desired size of the intervals array.
1494 * If Success is returned, psi->intervals is a pointer to size
1500 assert(!psi->intervals);
1501 psi->intervals = (RecordSetInterval *)
1503 if (!psi->intervals)
1505 memset(psi->intervals,
1466 RecordSetInterval *intervals; /* array of intervals for this set */ member in struct:__anonc83bba770508
[all...]
/xsrc/external/mit/xorg-server/dist/record/
H A Dset.h82 RecordSetPtr RecordCreateSet(RecordSetInterval * intervals,
86 by intervals and nintervals. nintervals is the number of RecordSetInterval
87 structures pointed to by intervals. The elements belonging to the new
120 RecordIterateSet returns successive intervals of members of _pSet. If
124 NULL, there were no more intervals in the set, and nothing is copied into
126 with no overlap between intervals. As such, the list of intervals produced
127 by RecordIterateSet may not match the list of intervals that were passed
H A Drecord.c1398 int nintervals; /* number of intervals in following array */
1399 RecordSetInterval *intervals; /* array of intervals for this set */
1400 int size; /* size of intervals array; >= nintervals */
1422 * psi is a pointer to a SetInfoRec whose intervals pointer is NULL.
1423 * nIntervals is the desired size of the intervals array.
1428 * If Success is returned, psi->intervals is a pointer to size
1434 assert(!psi->intervals);
1435 psi->intervals = xallocarray(nIntervals, sizeof(RecordSetInterval));
1436 if (!psi->intervals)
1396 RecordSetInterval *intervals; /* array of intervals for this set */ member in struct:__anon7911576a0508
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_ra.c33 * perspective of the allocator itself, only the top-level intervals matter,
34 * and the allocator is only concerned with allocating top-level intervals,
35 * which may mean moving other top-level intervals around. Other intervals,
158 /* "right" must contain "interval," since intervals must form a
180 interval_insert(ctx, &ctx->intervals, interval);
189 interval_insert(ctx, &ctx->intervals, interval);
200 rb_tree_remove(&ctx->intervals, &interval->node);
213 rb_tree_insert(&ctx->intervals, &child->node,
238 rb_tree_remove(&ctx->intervals,
374 struct ra_interval *intervals; member in struct:ra_ctx
2103 struct ir3_reg_interval *intervals = local in function:calc_min_limit_pressure
[all...]
H A Dir3_spill.c107 struct ra_spill_interval **intervals; member in struct:ra_spill_ctx
110 /* rb tree of live intervals that we can spill, ordered by next-use distance.
111 * full_live_intervals contains the full+shared intervals in the merged_regs
448 ctx->intervals = ralloc_array(ctx, struct ra_spill_interval *,
450 struct ra_spill_interval *intervals = local in function:spill_ctx_init
454 ctx->intervals[i] = &intervals[i];
460 rb_tree_init(&ctx->reg_ctx.intervals);
483 struct ra_spill_interval *interval = ctx->intervals[dst->name];
492 struct ra_spill_interval *interval = ctx->intervals[ds
[all...]
H A Dir3_ra.h187 * think of registers as just intervals in a forest of live intervals. When a
209 /* The tree of top-level intervals in the forest. */
210 struct rb_tree intervals; member in struct:ir3_reg_ctx
213 * modified when top-level intervals are added or removed. For register
217 * their state when top-level intervals are inserted/removed.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.2.2.rst121 - i965: Invalidate live intervals when inserting Gen4 SEND workarounds.
H A D8.0.5.rst158 - i965/fs: Invalidate live intervals in passes that remove an
H A D7.10.rst1236 - i965: Be more aggressive in tracking live/dead intervals within
H A D19.1.0.rst1403 - v3d: Restrict live intervals to the blocks reachable from any def.
H A D20.1.0.rst1967 - intel/compiler: Restructure live intervals computation code
H A D21.3.0.rst924 - ir3/ra: Fix type mismatch when comparing intervals
H A D21.1.0.rst5438 - aco/ra: Add helpers to test for intersection/containment of reg intervals
/xsrc/external/mit/xclock/dist/
H A DClock.c1280 /* Round milliseconds to number of intervals (measured in milliseconds) */
1301 /* Nearest number of intervals since midnight */
1302 unsigned long intervals = time_intervals(old_millis, update); local in function:round_time
1304 /* The number of milliseconds for that number of intervals */
1305 unsigned long new_millis = intervals * update;
1406 unsigned long intervals = time_intervals(millis, update_millis); local in function:waittime
1407 unsigned long next = intervals + 1;
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst339 Collects GPU timestamps over common intervals, and generates a CSV report

Completed in 41 milliseconds