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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.h98 uint32_t idx_counter; member in struct:fd_autotune
H A Dfreedreno_autotune.c110 result->idx = at->idx_counter++;
112 if (at->idx_counter >= ARRAY_SIZE(at->results->result))
113 at->idx_counter = 0;

Completed in 7 milliseconds