Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler.h220 bool disable_cache; member
Dir3_compiler.c312 if (!options->disable_cache) in ir3_compiler_create()
/third_party/cef/libcef/common/
Drequest_impl.cc107 const bool disable_cache{!!(ur_flags & UR_FLAG_DISABLE_CACHE)}; in GetFetchCacheMode() local
108 if (only_from_cache && (skip_cache || disable_cache)) { in GetFetchCacheMode()
112 } else if (disable_cache) { in GetFetchCacheMode()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1882 .disable_cache = true, in tu_CreateDevice()