Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_autotune.c296 const uint32_t gpu_fence = get_autotune_fence(at); in tu_autotune_on_submit() local
298 process_results(at, gpu_fence); in tu_autotune_on_submit()
359 gpu_fence < history->last_fence || in tu_autotune_on_submit()
360 (gpu_fence - history->last_fence) <= MAX_HISTORY_LIFETIME) in tu_autotune_on_submit()
411 const uint32_t gpu_fence = get_autotune_fence(at); in tu_autotune_fini() local
412 process_results(at, gpu_fence); in tu_autotune_fini()