Searched refs:periods (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.h51 * sample periods for multiple queries can reference the same sample.
67 * - a query accumulates a list of sample periods
68 * - the query result is the sum of the sample periods
121 struct list_head periods; member in struct:fd_hw_query
H A Dfreedreno_query_hw.c106 list_addtail(&hq->period->list, &hq->periods);
114 LIST_FOR_EACH_ENTRY_SAFE(period, s, &hq->periods, list) {
187 if (LIST_IS_EMPTY(&hq->periods))
200 hq->periods.prev, list);
227 /* sum the result across all sample periods: */
228 LIST_FOR_EACH_ENTRY(period, &hq->periods, list) {
286 list_inithead(&hq->periods);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.h50 * sample periods for multiple queries can reference the same sample.
66 * - a query accumulates a list of sample periods
67 * - the query result is the sum of the sample periods
119 struct list_head periods; member in struct:fd_hw_query
H A Dfreedreno_query_hw.c108 list_addtail(&hq->period->list, &hq->periods);
116 LIST_FOR_EACH_ENTRY_SAFE (period, s, &hq->periods, list) {
194 if (list_is_empty(&hq->periods))
200 /* sum the result across all sample periods. Start with the last period
203 LIST_FOR_EACH_ENTRY_SAFE_REV (period, tmp, &hq->periods, list) {
280 list_inithead(&hq->periods);
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_swap_control.spec35 of color buffer swaps, measured in video frame periods.
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_swap_control.spec35 of color buffer swaps, measured in video frame periods.
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dnir_to_vir.c542 struct qreg periods = vir_FROUND(c, input); local in function:ntq_fsincos
543 struct qreg sin_output = vir_SIN(c, vir_FSUB(c, input, periods));
545 vir_FTOIN(c, periods),
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dnir_to_vir.c935 struct qreg periods = vir_FROUND(c, input); local in function:ntq_fsincos
936 struct qreg sin_output = vir_SIN(c, vir_FSUB(c, input, periods));
938 vir_FTOIN(c, periods),

Completed in 15 milliseconds