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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_autotune.h72 struct fd_autotune { struct
171 void fd_autotune_init(struct fd_autotune *at, struct fd_device *dev);
172 void fd_autotune_fini(struct fd_autotune *at);
175 bool fd_autotune_use_bypass(struct fd_autotune *at,
H A Dfreedreno_autotune.c31 * ralloc parent is fd_autotune::ht
36 /* Entry in fd_autotune::lru: */
49 get_history(struct fd_autotune *at, struct fd_batch *batch)
104 get_result(struct fd_autotune *at, struct fd_batch_history *history)
124 process_results(struct fd_autotune *at)
174 fd_autotune_use_bypass(struct fd_autotune *at, struct fd_batch *batch)
249 fd_autotune_init(struct fd_autotune *at, struct fd_device *dev)
263 fd_autotune_fini(struct fd_autotune *at)
H A Dfreedreno_context.h227 struct fd_autotune autotune dt;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c567 struct fd_autotune *at = &batch->ctx->autotune;
586 struct fd_autotune *at = &batch->ctx->autotune;

Completed in 6 milliseconds