Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs.c176 draw->vs.fetch_cache = translate_cache_create(); in draw_vs_init()
177 if (!draw->vs.fetch_cache) in draw_vs_init()
187 if (draw->vs.fetch_cache) in draw_vs_destroy()
188 translate_cache_destroy(draw->vs.fetch_cache); in draw_vs_destroy()
236 draw->vs.fetch = translate_cache_find(draw->vs.fetch_cache, key); in draw_vs_get_fetch()
H A Ddraw_private.h302 struct translate_cache *fetch_cache; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h20270 struct fetch_cache { struct
20327 struct fetch_cache fetch;