Home
last modified time | relevance | path

Searched refs:autotune_suballoc (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_autotune.c164 tu_suballoc_bo_free(&dev->autotune_suballoc, &result->bo); in free_result()
617 VkResult ret = tu_suballoc_bo_alloc(&autotune_result->bo, &dev->autotune_suballoc, size, size); in tu_autotune_begin_renderpass()
Dtu_device.h244 struct tu_suballocator autotune_suballoc; member
Dtu_device.c1904 tu_bo_suballocator_init(&device->autotune_suballoc, device, in tu_CreateDevice()
2120 tu_bo_suballocator_finish(&device->autotune_suballoc); in tu_DestroyDevice()