/external/mesa3d/src/amd/vpelib/src/core/inc/ |
D | config_cache.h | 87 #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/ |
D | gitlab_gql.py | 73 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/ |
D | multi_kernel.py | 239 self.disable_cache = os.environ.get( 249 elif not self.disable_cache: 378 if not self.disable_cache:
|
/external/cronet/stable/components/cronet/ |
D | cronet_url_request.cc | 53 bool disable_cache, in CalculateLoadFlags() argument 55 if (disable_cache) in CalculateLoadFlags() 69 bool disable_cache, in CronetURLRequest() argument 83 disable_cache, in CronetURLRequest()
|
D | cronet_url_request.h | 155 bool disable_cache,
|
/external/cronet/tot/components/cronet/ |
D | cronet_url_request.cc | 53 bool disable_cache, in CalculateLoadFlags() argument 55 if (disable_cache) in CalculateLoadFlags() 69 bool disable_cache, in CronetURLRequest() argument 83 disable_cache, in CronetURLRequest()
|
D | cronet_url_request.h | 155 bool disable_cache,
|
/external/coreboot/src/include/cpu/x86/ |
D | cache.h | 63 static __always_inline void disable_cache(void) in disable_cache() function
|
/external/cronet/tot/components/cronet/android/proto/ |
D | request_context_config.proto | 16 optional bool disable_cache = 7; field
|
/external/cronet/stable/components/cronet/android/proto/ |
D | request_context_config.proto | 16 optional bool disable_cache = 7; field
|
/external/coreboot/src/soc/amd/common/block/cpu/noncar/ |
D | early_cache.c | 58 disable_cache(); in early_cache_setup()
|
/external/coreboot/src/cpu/intel/slot_1/ |
D | l2_cache.c | 611 disable_cache(); in p6_configure_l2_cache() 754 disable_cache(); in p6_configure_l2_cache()
|
/external/ltp/testcases/kernel/kvm/include/ |
D | kvm_x86.h | 160 unsigned int disable_cache: 1; member
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_compiler.h | 37 bool disable_cache; member
|
D | ir3_compiler.c | 341 if (!options->disable_cache) in ir3_compiler_create()
|
/external/coreboot/src/cpu/x86/mtrr/ |
D | mtrr.c | 342 disable_cache(); in commit_fixed_mtrrs() 773 disable_cache(); in commit_var_mtrrs()
|
/external/cronet/stable/components/cronet/android/ |
D | cronet_context_adapter.cc | 243 configOptions.http_cache_max_size(), configOptions.disable_cache(), in JNI_CronetUrlRequestContext_CreateRequestContextConfig()
|
/external/cronet/tot/components/cronet/android/ |
D | cronet_context_adapter.cc | 243 configOptions.http_cache_max_size(), configOptions.disable_cache(), in JNI_CronetUrlRequestContext_CreateRequestContextConfig()
|
/external/mesa3d/src/freedreno/decode/ |
D | rdcompiler-utils.h | 271 .disable_cache = true, in replay_context_init()
|
/external/ltp/doc/old/ |
D | KVM-Test-API.asciidoc | 316 unsigned int disable_cache: 1;
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_device.cc | 2475 .disable_cache = true, in tu_CreateDevice()
|