Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/tests/unit/
Du_cache_test.c90 value_out = (cache_test_value *) util_cache_get(cache, key); in main()
106 value_out = util_cache_get(cache, key); in main()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cache.h73 util_cache_get(struct util_cache *cache,
Du_cache.c237 util_cache_get(struct util_cache *cache, in util_cache_get() function