Home
last modified time | relevance | path

Searched refs:cache_hit (Results 1 – 16 of 16) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Dsqlite_table.cc152 bool cache_hit = true; in ReadConstraints() local
156 cache_hit = false; in ReadConstraints()
162 if (SqliteTable::debug && !cache_hit) { in ReadConstraints()
166 return cache_hit; in ReadConstraints()
/external/mesa3d/src/gallium/auxiliary/util/
Du_live_shader_cache.c75 bool* cache_hit) in util_live_shader_cache_get() argument
128 if (cache_hit) in util_live_shader_cache_get()
129 *cache_hit = (shader != NULL); in util_live_shader_cache_get()
Du_live_shader_cache.h84 bool* cache_hit);
/external/libxkbcommon/src/x11/
Dutil.c199 bool cache_hit = false; in adopt_atoms() local
204 cache_hit = true; in adopt_atoms()
209 if (!cache_hit && from[i] != XCB_ATOM_NONE) in adopt_atoms()
/external/toolchain-utils/crosperf/
Dbenchmark_run.py53 self.cache_hit = False
81 self.cache_hit = (self.result is not None)
252 self.cache_hit = (self.result is not None)
Dschedv2_unittest.py190 br.cache_hit = (br.label.name == 'image2')
208 br.cache_hit = False
Dexperiment.py172 if not t.cache_hit:
188 if not br.cache_hit:
Dexperiment_runner_unittest.py308 r.cache_hit = True
338 r.cache_hit = False
396 r.cache_hit = True
Dschedv2.py220 if br.cache_hit:
Dexperiment_runner.py236 if not benchmark_run.cache_hit:
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c1365 bool cache_hit; in anv_pipeline_compile_graphics() local
1369 sizeof(stages[s].cache_key), &cache_hit); in anv_pipeline_compile_graphics()
1375 if (cache_hit) { in anv_pipeline_compile_graphics()
1709 bool cache_hit = false; in anv_pipeline_compile_cs() local
1714 &cache_hit); in anv_pipeline_compile_cs()
1790 if (cache_hit) { in anv_pipeline_compile_cs()
/external/pdfium/core/fxcodec/jbig2/
DJBig2_Context.cpp520 bool cache_hit = false; in ParseSymbolDict() local
530 cache_hit = true; in ParseSymbolDict()
535 if (!cache_hit) { in ParseSymbolDict()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc4127 bool cache_hit = in DoPoolForward() local
4132 if (cache_hit) { in DoPoolForward()
4232 bool cache_hit = m_pooling_cache_allowed && in DoPoolBackwardImpl() local
4236 if (cache_hit) { in DoPoolBackwardImpl()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c2902 bool cache_hit; in si_create_shader() local
2904 ctx, &sscreen->live_shader_cache, state, &cache_hit); in si_create_shader()
2906 if (sel && cache_hit && sctx->debug.debug_message) { in si_create_shader()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2921 void radv_stop_feedback(VkPipelineCreationFeedbackEXT *feedback, bool cache_hit) in radv_stop_feedback() argument
2928 … (cache_hit ? VK_PIPELINE_CREATION_FEEDBACK_APPLICATION_PIPELINE_CACHE_HIT_BIT_EXT : 0); in radv_stop_feedback()
/external/python/cpython2/Modules/
D_bsddb.c5026 MAKE_ENTRY(cache_hit); in DBEnv_memp_stat()
5087 MAKE_ENTRY(cache_hit); in DBEnv_memp_stat()