Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.c177 draw->vs.fetch_cache = translate_cache_create(); in draw_vs_init()
178 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()
243 draw->vs.fetch = translate_cache_find(draw->vs.fetch_cache, key); in draw_vs_get_fetch()
Ddraw_private.h323 struct translate_cache *fetch_cache; member
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c1735 static struct CACHED_PERMISSIONS *fetch_cache(struct SECURITY_CONTEXT *scx, in fetch_cache() function
2086 cached = fetch_cache(scx,ni); in ntfs_get_perm()
2188 cached = fetch_cache(scx,ni); in ntfs_get_posix_acl()
2318 cached = fetch_cache(scx,ni); in ntfs_get_perm()
2456 cached = fetch_cache(scx,ni); in ntfs_get_owner_mode()
2569 cached = fetch_cache(scx,dir_ni); in inherit_posix()
3028 cached = fetch_cache(scx, ni); in ntfs_allowed_as_owner()
3106 cached = fetch_cache(scx, ni); in ntfs_set_posix_acl()
3272 cached = fetch_cache(scx, ni); in ntfs_set_mode()
3650 cached = fetch_cache(scx,ni); in ntfs_set_owner()
[all …]