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

1 2

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_query_hw.c 87 assert(!hq->period);
89 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool);
90 list_inithead(&hq->period->list);
91 hq->period->start = get_sample(batch, ring, hq->base.type);
93 hq->period->end = NULL;
103 assert(hq->period && !hq->period->end);
105 hq->period->end = get_sample(batch, ring, hq->base.type);
106 list_addtail(&hq->period->list, &hq->periods);
107 hq->period = NULL
113 struct fd_hw_sample_period *period, *s; local
183 struct fd_hw_sample_period *period; local
    [all...]
freedreno_query_hw.h 88 /* accumulate the results from specified sample period: */
123 /* if active and not paused, the current sample period (not
126 struct fd_hw_sample_period *period; member in struct:fd_hw_query
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_query_hw.c 87 assert(!hq->period);
90 hq->period = slab_alloc_st(&batch->ctx->sample_period_pool);
91 list_inithead(&hq->period->list);
92 hq->period->start = get_sample(batch, ring, hq->base.type);
94 hq->period->end = NULL;
104 assert(hq->period && !hq->period->end);
107 hq->period->end = get_sample(batch, ring, hq->base.type);
108 list_addtail(&hq->period->list, &hq->periods);
109 hq->period = NULL
115 struct fd_hw_sample_period *period, *s; local
190 struct fd_hw_sample_period *period, *tmp; local
    [all...]
freedreno_query_hw.h 87 /* accumulate the results from specified sample period: */
121 /* if active and not paused, the current sample period (not
124 struct fd_hw_sample_period *period; member in struct:fd_hw_query
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
bsd_bell.c 73 wsb.period = duration;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
bsd_bell.c 78 wsb.period = duration;
  /xsrc/external/mit/mesa-demos/dist/src/perf/
vbo.c 118 unsigned period = VBOSize / SubSize; local
122 for (j = 0; j < period && i < count; j++, i++) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
hud_fps.c 55 else if (info->last_time + gr->pane->period <= now) {
hud_diskstat.c 130 if (dsi->last_time + gr->pane->period <= now) {
141 (((float) gr->pane->period / 1000) / 1000);
147 (((float) gr->pane->period / 1000) / 1000);
hud_cpu.c 237 if (info->last_time + gr->pane->period <= now) {
332 if (info->last_time + gr->pane->period*1000 <= now) {
429 if (info->last_time + gr->pane->period*1000 <= now) {
hud_cpufreq.c 100 if (cfi->last_time + gr->pane->period <= now) {
hud_private.h 141 uint64_t period; /* in microseconds */ member in struct:hud_pane
hud_nic.c 177 /* The framework calls us at a regular but indefined period,
185 if (nic->last_time + gr->pane->period <= now) {
196 float periodMs = gr->pane->period / 1000.0;
202 /* Scaling bps with a narrow time period into a second,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
hud_fps.c 55 else if (info->last_time + gr->pane->period <= now) {
hud_diskstat.c 129 if (dsi->last_time + gr->pane->period <= now) {
140 (((float) gr->pane->period / 1000) / 1000);
146 (((float) gr->pane->period / 1000) / 1000);
hud_cpu.c 198 if (info->last_time + gr->pane->period <= now) {
293 if (info->last_time + gr->pane->period*1000 <= now) {
390 if (info->last_time + gr->pane->period*1000 <= now) {
hud_cpufreq.c 100 if (cfi->last_time + gr->pane->period <= now) {
hud_private.h 139 uint64_t period; /* in microseconds */ member in struct:hud_pane
hud_nic.c 176 /* The framework calls us at a regular but indefined period,
184 if (nic->last_time + gr->pane->period <= now) {
195 float periodMs = gr->pane->period / 1000.0;
201 /* Scaling bps with a narrow time period into a second,
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_swap_frame_usage.spec 36 swap period has elapsed since the last swap operation completed. The
52 buffer swap occurred within the time period required to maintain a
112 The frame usage is measured as the percentage of the swap period elapsed
114 swap period is the vertical refresh time. If SGI_swap_control or
115 MESA_swap_control are supported, the swap period is the vertical refresh
119 If OML_sync_control is supported, the swap period is the vertical
MESA_swap_control.spec 86 A video frame period is the time required by the monitor to display a
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_swap_frame_usage.spec 36 swap period has elapsed since the last swap operation completed. The
52 buffer swap occurred within the time period required to maintain a
112 The frame usage is measured as the percentage of the swap period elapsed
114 swap period is the vertical refresh time. If SGI_swap_control or
115 MESA_swap_control are supported, the swap period is the vertical refresh
119 If OML_sync_control is supported, the swap period is the vertical
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_ir_fs.h 254 const unsigned period = (reg.type == BRW_REGISTER_TYPE_UV || local
258 return n % period == 0;
261 const unsigned period = (reg.hstride == 0 && reg.vstride == 0 ? 1 : local
264 return n % period == 0;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_ir_fs.h 254 const unsigned period = (reg.type == BRW_REGISTER_TYPE_UV || local
258 return n % period == 0;
261 const unsigned period = (reg.hstride == 0 && reg.vstride == 0 ? 1 : local
264 return n % period == 0;
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime_accel.c 933 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe; local
951 period = rep * fPtr->uw;
991 xe = dstx + min(xoff + period, width) - 1;
997 xoff += period;
1084 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe; local
1099 period = rep * fPtr->uw;
1149 xe = dstx + min(xoff + period, width) - 1;
1155 xoff += period;
1190 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe; local
1205 period = rep * fPtr->uw
    [all...]

Completed in 47 milliseconds

1 2