Searched refs:avgTexelDrawDurationNs (Results 1 – 1 of 1) sorted by relevance
275 double avgTexelDrawDurationNs = (double)totalTime * 1000.0 / (double)numPixels; in logResults() local280 …verage texel upload duration\t\t", "ns", QP_KEY_TAG_PERFORMANCE, (float)avgTexelDrawDurationNs); in logResults()