Searched refs:period (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c87 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
113 struct fd_hw_sample_period *period, *s; local in function:destroy_periods
183 struct fd_hw_sample_period *period; local in function:fd_hw_get_query_result
[all...]
H A Dfreedreno_query_hw.h88 /* 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/
H A Dfreedreno_query_hw.c87 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
115 struct fd_hw_sample_period *period, *s; local in function:destroy_periods
190 struct fd_hw_sample_period *period, *tmp; local in function:fd_hw_get_query_result
[all...]
H A Dfreedreno_query_hw.h87 /* 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.old/dist/hw/xfree86/os-support/bsd/
H A Dbsd_bell.c78 wsb.period = duration;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/
H A Dbsd_bell.c73 wsb.period = duration;
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dvbo.c118 unsigned period = VBOSize / SubSize; local in function:BatchUploadSubVBO
122 for (j = 0; j < period && i < count; j++, i++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_fps.c55 else if (info->last_time + gr->pane->period <= now) {
H A Dhud_diskstat.c129 if (dsi->last_time + gr->pane->period <= now) {
140 (((float) gr->pane->period / 1000) / 1000);
146 (((float) gr->pane->period / 1000) / 1000);
H A Dhud_cpu.c198 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) {
H A Dhud_cpufreq.c100 if (cfi->last_time + gr->pane->period <= now) {
H A Dhud_private.h139 uint64_t period; /* in microseconds */ member in struct:hud_pane
H A Dhud_nic.c176 /* 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/src/gallium/auxiliary/hud/
H A Dhud_fps.c55 else if (info->last_time + gr->pane->period <= now) {
H A Dhud_diskstat.c130 if (dsi->last_time + gr->pane->period <= now) {
141 (((float) gr->pane->period / 1000) / 1000);
147 (((float) gr->pane->period / 1000) / 1000);
H A Dhud_cpu.c237 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) {
H A Dhud_cpufreq.c100 if (cfi->last_time + gr->pane->period <= now) {
H A Dhud_private.h141 uint64_t period; /* in microseconds */ member in struct:hud_pane
H A Dhud_nic.c177 /* 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/docs/specs/
H A DMESA_swap_frame_usage.spec36 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/dist/docs/_extra/specs/
H A DMESA_swap_frame_usage.spec36 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/
H A Dbrw_ir_fs.h254 const unsigned period = (reg.type == BRW_REGISTER_TYPE_UV || local in function:is_periodic
258 return n % period == 0;
261 const unsigned period = (reg.hstride == 0 && reg.vstride == 0 ? 1 : local in function:is_periodic
264 return n % period == 0;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_fs.h254 const unsigned period = (reg.type == BRW_REGISTER_TYPE_UV || local in function:is_periodic
258 return n % period == 0;
261 const unsigned period = (reg.hstride == 0 && reg.vstride == 0 ? 1 : local in function:is_periodic
264 return n % period == 0;
/xsrc/external/mit/MesaLib/dist/docs/
H A Dlists.rst35 your posting will be held for an indefinite period or may be discarded
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_accel.c933 int i, j, k, l, rep = 1, period = fPtr->uw, xoff, lcnt, xa, xe; local in function:CrimeSubsequentCPUToScreenTexture
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 in function:CrimeSubsequentCPUToScreenTextureMask32
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 in function:CrimeSubsequentCPUToScreenTextureMask8
1205 period
[all...]

Completed in 14 milliseconds

12