Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.c158 draw->vs.emit_cache = translate_cache_create(); in draw_vs_init()
159 if (!draw->vs.emit_cache) in draw_vs_init()
175 if (draw->vs.emit_cache) in draw_vs_destroy()
176 translate_cache_destroy(draw->vs.emit_cache); in draw_vs_destroy()
242 draw->vs.emit = translate_cache_find(draw->vs.emit_cache, key); in draw_vs_get_emit()
Ddraw_private.h279 struct translate_cache *emit_cache; member