Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vpelib/src/core/inc/
Dconfig_cache.h87 #define CONFIG_CACHE(obj_cache, ctx, disable_cache, is_bypass, program_func_call, inst) \ argument
91 if ((obj_cache) && !disable_cache && (obj_cache)->config_cache[inst].p_buffer && \
125 if (!disable_cache && !is_bypass) { \
/external/mesa3d/bin/ci/
Dgitlab_gql.py73 disable_cache: bool = False,
80 if disable_cache:
261 def create_job_needs_dag(gl_gql: GitlabGQL, params, disable_cache: bool = True) -> Dag:
309 disable_cache=disable_cache,
540 gl_gql, {"projectPath": args.project_path, "iid": iid}, disable_cache=True
/external/pytorch/torch/_inductor/codegen/
Dmulti_kernel.py239 self.disable_cache = os.environ.get(
249 elif not self.disable_cache:
378 if not self.disable_cache:
/external/cronet/stable/components/cronet/
Dcronet_url_request.cc53 bool disable_cache, in CalculateLoadFlags() argument
55 if (disable_cache) in CalculateLoadFlags()
69 bool disable_cache, in CronetURLRequest() argument
83 disable_cache, in CronetURLRequest()
Dcronet_url_request.h155 bool disable_cache,
/external/cronet/tot/components/cronet/
Dcronet_url_request.cc53 bool disable_cache, in CalculateLoadFlags() argument
55 if (disable_cache) in CalculateLoadFlags()
69 bool disable_cache, in CronetURLRequest() argument
83 disable_cache, in CronetURLRequest()
Dcronet_url_request.h155 bool disable_cache,
/external/coreboot/src/include/cpu/x86/
Dcache.h63 static __always_inline void disable_cache(void) in disable_cache() function
/external/cronet/tot/components/cronet/android/proto/
Drequest_context_config.proto16 optional bool disable_cache = 7; field
/external/cronet/stable/components/cronet/android/proto/
Drequest_context_config.proto16 optional bool disable_cache = 7; field
/external/coreboot/src/soc/amd/common/block/cpu/noncar/
Dearly_cache.c58 disable_cache(); in early_cache_setup()
/external/coreboot/src/cpu/intel/slot_1/
Dl2_cache.c611 disable_cache(); in p6_configure_l2_cache()
754 disable_cache(); in p6_configure_l2_cache()
/external/ltp/testcases/kernel/kvm/include/
Dkvm_x86.h160 unsigned int disable_cache: 1; member
/external/mesa3d/src/freedreno/ir3/
Dir3_compiler.h37 bool disable_cache; member
Dir3_compiler.c341 if (!options->disable_cache) in ir3_compiler_create()
/external/coreboot/src/cpu/x86/mtrr/
Dmtrr.c342 disable_cache(); in commit_fixed_mtrrs()
773 disable_cache(); in commit_var_mtrrs()
/external/cronet/stable/components/cronet/android/
Dcronet_context_adapter.cc243 configOptions.http_cache_max_size(), configOptions.disable_cache(), in JNI_CronetUrlRequestContext_CreateRequestContextConfig()
/external/cronet/tot/components/cronet/android/
Dcronet_context_adapter.cc243 configOptions.http_cache_max_size(), configOptions.disable_cache(), in JNI_CronetUrlRequestContext_CreateRequestContextConfig()
/external/mesa3d/src/freedreno/decode/
Drdcompiler-utils.h271 .disable_cache = true, in replay_context_init()
/external/ltp/doc/old/
DKVM-Test-API.asciidoc316 unsigned int disable_cache: 1;
/external/mesa3d/src/freedreno/vulkan/
Dtu_device.cc2475 .disable_cache = true, in tu_CreateDevice()