Searched refs:fd_batch_result (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.c42 * List of recent fd_batch_result's
97 struct fd_batch_result *result = r;
103 static struct fd_batch_result *
106 struct fd_batch_result *result = rzalloc_size(history, sizeof(*result));
128 list_for_each_entry_safe (struct fd_batch_result, result,
147 struct fd_batch_result *old_result =
148 list_last_entry(&history->results, struct fd_batch_result, node);
216 list_for_each_entry (struct fd_batch_result, result, &history->results,
H A Dfreedreno_autotune.h148 struct fd_batch_result { struct
H A Dfreedreno_batch.h46 struct fd_batch_result;
149 struct fd_batch_result *autotune_result;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c568 struct fd_batch_result *result = batch->autotune_result;
587 struct fd_batch_result *result = batch->autotune_result;

Completed in 15 milliseconds