Searched refs:pending_results (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.h95 struct list_head pending_results; member in struct:fd_autotune
143 * and appended to the tail of at->pending_results. At a later time, when
H A Dfreedreno_autotune.c99 /* Just in case we manage to somehow still be on the pending_results list: */
116 list_addtail(&result->node, &at->pending_results);
129 &at->pending_results, node) {
259 list_inithead(&at->pending_results);

Completed in 4 milliseconds