Home
last modified time | relevance | path

Searched refs:autotune (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c390 fd_autotune_fini(&ctx->autotune); in fd_context_destroy()
676 fd_autotune_init(&ctx->autotune, screen->dev); in fd_context_init()
Dfreedreno_context.h229 struct fd_autotune autotune dt;
Dfreedreno_gmem.c704 if (fd_autotune_use_bypass(&ctx->autotune, batch) && !FD_DBG(GMEM)) { in fd_gmem_render_tiles()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.h302 struct tu_autotune autotune; member
Dtu_kgsl.c448 &queue->device->autotune, in tu_QueueSubmit2()
Dtu_drm.c993 &queue->device->autotune, in tu_queue_submit_locked()
Dtu_device.c2017 result = tu_autotune_init(&device->autotune, device); in tu_CreateDevice()
2117 tu_autotune_fini(&device->autotune, device); in tu_DestroyDevice()
Dtu_cmd_buffer.c614 bool use_sysmem = tu_autotune_use_bypass(&cmd->device->autotune, in use_sysmem_rendering()
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a630-flakes.txt149 # Flaky since around 2021-03-20. First appeared on the autotune branch.
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_gmem.c583 struct fd_autotune *at = &batch->ctx->autotune; in emit_common_init()
602 struct fd_autotune *at = &batch->ctx->autotune; in emit_common_fini()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst107 - turnip: autotune disabled under zink sometimes
1219 - turnip: Get autotune off of ralloc destructors.
1220 - turnip: Move autotune buffers to suballoc.
D22.2.0.rst1233 - turnip: if-checks autotune debug macros
1237 - turnip: consider render pass costs in autotune
1279 - turnip: fix a use-after-free in autotune
1469 - tu/autotune: Prevent division by zero
5323 - freedreno/autotune: Make 'offset' macro "private"
D21.3.0.rst1404 - freedreno: Fix autotune regression since batch-cache rework.
3707 - Revert "freedreno: Fix autotune regression since batch-cache rework."
D21.1.0.rst114 - freedreno: use SAMPLE_COUNT to autotune sysmem vs gmem