Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-shape-plan.cc466 bool dont_cache = hb_object_is_inert (face); in hb_shape_plan_create_cached2() local
468 if (likely (!dont_cache)) in hb_shape_plan_create_cached2()
494 if (unlikely (dont_cache)) in hb_shape_plan_create_cached2()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.h52 bool dont_cache; member
Dlp_bld_format_aos.c841 gallivm->cache->dont_cache = true; in lp_build_fetch_rgba_aos()
947 gallivm->cache->dont_cache = true; in lp_build_fetch_rgba_aos()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c857 if (!screen->disk_shader_cache || !cache->data_size || cache->dont_cache) in lp_disk_cache_insert_shader()