HomeSort by: relevance | last modified time | path
    Searched refs:periods (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_query_hw.h 51 * 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
freedreno_query_hw.c 106 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/
freedreno_query_hw.h 50 * 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
freedreno_query_hw.c 108 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/dist/docs/_extra/specs/
MESA_swap_control.spec 35 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/docs/specs/
MESA_swap_control.spec 35 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/
nir_to_vir.c 542 struct qreg periods = vir_FROUND(c, input); local
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/
nir_to_vir.c 935 struct qreg periods = vir_FROUND(c, input); local
936 struct qreg sin_output = vir_SIN(c, vir_FSUB(c, input, periods));
938 vir_FTOIN(c, periods),

Completed in 13 milliseconds