Searched refs:disable_cache (Results 1 – 4 of 4) sorted by relevance
220 bool disable_cache; member
312 if (!options->disable_cache) in ir3_compiler_create()
107 const bool disable_cache{!!(ur_flags & UR_FLAG_DISABLE_CACHE)}; in GetFetchCacheMode() local108 if (only_from_cache && (skip_cache || disable_cache)) { in GetFetchCacheMode()112 } else if (disable_cache) { in GetFetchCacheMode()
1882 .disable_cache = true, in tu_CreateDevice()