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

/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.h53 * sample periods for multiple queries can reference the same sample.
69 * - a query accumulates a list of sample periods
70 * - the query result is the sum of the sample periods
123 struct list_head periods; member in struct:fd_hw_query
H A Dfreedreno_query_hw.c128 list_addtail(&hq->period->list, &hq->periods);
136 LIST_FOR_EACH_ENTRY_SAFE(period, s, &hq->periods, list) {
230 if (LIST_IS_EMPTY(&hq->periods))
243 hq->periods.prev, list);
270 /* sum the result across all sample periods: */
271 LIST_FOR_EACH_ENTRY(period, &hq->periods, list) {
329 list_inithead(&hq->periods);
/external/mesa3d/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
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
H A Dio_test.py84 start="20100101", periods=6))
/external/ltp/testcases/realtime/
H A D00_Descriptions.txt99 - Measures variation in computational execution time at various periods and
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
H A Dar_model.py569 periods = constant_op.constant(
574 mod = (math_ops.cast(time % periods, self.dtype) * self._buckets /
575 math_ops.cast(periods, self.dtype))
/external/blktrace/btt/doc/
H A Dbtt.tex479 those periods of time when queue and complete traces are being
/external/libffi/
H A Dtexinfo.tex2983 % in other typewriter fonts three periods are wider than 1.5em. So do
2988 \setbox0=\hbox{...}% get width of three periods
/external/libmicrohttpd/doc/
H A Dtexinfo.tex2983 % in other typewriter fonts three periods are wider than 1.5em. So do
2988 \setbox0=\hbox{...}% get width of three periods
/external/python/cpython2/Modules/_ctypes/libffi/
H A Dtexinfo.tex2983 % in other typewriter fonts three periods are wider than 1.5em. So do
2988 \setbox0=\hbox{...}% get width of three periods
/external/python/cpython3/Modules/_ctypes/libffi/
H A Dtexinfo.tex2983 % in other typewriter fonts three periods are wider than 1.5em. So do
2988 \setbox0=\hbox{...}% get width of three periods

Completed in 1290 milliseconds