Lines Matching defs:results
44 struct list_head results;
70 list_inithead(&history->results);
112 if (at->idx_counter >= ARRAY_SIZE(at->results->result))
126 uint32_t current_fence = at->results->fence;
135 result->samples_passed = at->results->result[result->idx].samples_end -
136 at->results->result[result->idx].samples_start;
139 list_add(&result->node, &history->results);
144 /* Once above a limit, start popping old results off the
148 list_last_entry(&history->results, struct fd_batch_result, node);
216 list_for_each_entry (struct fd_batch_result, result, &history->results,
257 at->results = fd_bo_map(at->results_mem);