Searched refs:autotune (Results 1 – 14 of 14) sorted by relevance
390 fd_autotune_fini(&ctx->autotune); in fd_context_destroy()676 fd_autotune_init(&ctx->autotune, screen->dev); in fd_context_init()
229 struct fd_autotune autotune dt;
704 if (fd_autotune_use_bypass(&ctx->autotune, batch) && !FD_DBG(GMEM)) { in fd_gmem_render_tiles()
302 struct tu_autotune autotune; member
448 &queue->device->autotune, in tu_QueueSubmit2()
993 &queue->device->autotune, in tu_queue_submit_locked()
2017 result = tu_autotune_init(&device->autotune, device); in tu_CreateDevice()2117 tu_autotune_fini(&device->autotune, device); in tu_DestroyDevice()
614 bool use_sysmem = tu_autotune_use_bypass(&cmd->device->autotune, in use_sysmem_rendering()
149 # Flaky since around 2021-03-20. First appeared on the autotune branch.
583 struct fd_autotune *at = &batch->ctx->autotune; in emit_common_init()602 struct fd_autotune *at = &batch->ctx->autotune; in emit_common_fini()
107 - turnip: autotune disabled under zink sometimes1219 - turnip: Get autotune off of ralloc destructors.1220 - turnip: Move autotune buffers to suballoc.
1233 - turnip: if-checks autotune debug macros1237 - turnip: consider render pass costs in autotune1279 - turnip: fix a use-after-free in autotune1469 - tu/autotune: Prevent division by zero5323 - freedreno/autotune: Make 'offset' macro "private"
1404 - freedreno: Fix autotune regression since batch-cache rework.3707 - Revert "freedreno: Fix autotune regression since batch-cache rework."
114 - freedreno: use SAMPLE_COUNT to autotune sysmem vs gmem