Lines Matching refs:results
21 * points to the results in GPU memory.
23 * tu_renderpass_history entry which aggregate results for a
26 * - Process results which fence was signalled.
30 * know when we could safely read the results.
33 * the results.
45 tu_autotune_free_results_locked(struct tu_device *dev, struct list_head *results);
60 * Tracks results for a given renderpass key
71 struct list_head results;
172 tu_autotune_free_results_locked(dev, &history->results);
213 list_add(&result->node, &history->results);
218 /* Once above the limit, start popping old results off the
222 list_last_entry(&history->results, struct tu_renderpass_result, node);
231 &history->results, node) {
317 list_inithead(&history->results);
418 mesa_logi("%016"PRIx64" \tavg_passed=%u results=%u",
455 tu_autotune_free_results_locked(struct tu_device *dev, struct list_head *results)
458 results, node) {
464 tu_autotune_free_results(struct tu_device *dev, struct list_head *results)
467 tu_autotune_free_results_locked(dev, results);
531 * results into it.