Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_autotune.h117 VkResult tu_autotune_init(struct tu_autotune *at, struct tu_device *dev);
Dtu_autotune.c391 tu_autotune_init(struct tu_autotune *at, struct tu_device *dev) in tu_autotune_init() function
Dtu_device.c2017 result = tu_autotune_init(&device->autotune, device); in tu_CreateDevice()