| H A D | freedreno_autotune.c | 51 struct fd_batch_history *history; local in function:get_history 62 history = entry->data; 66 history = rzalloc_size(at->ht, sizeof(*history)); 68 history->key = fd_batch_key_clone(history, batch->key); 69 list_inithead(&history->node); 70 list_inithead(&history->results); 83 _mesa_hash_table_insert_pre_hashed(at->ht, batch->hash, history->key, 84 history); 104 get_result(struct fd_autotune * at,struct fd_batch_history * history) argument 133 struct fd_batch_history *history = result->history; local in function:process_results 198 struct fd_batch_history *history = get_history(at, batch); local in function:fd_autotune_use_bypass [all...] |