Home
last modified time | relevance | path

Searched defs:loops (Results 51 - 75 of 89) sorted by relevance

1234

/third_party/spirv-tools/source/opt/
H A Dloop_fusion.cpp29 void CollectChildren(Loop* loop, std::vector<const Loop*>* loops) { in CollectChildren() argument
[all...]
H A Dloop_dependence.h299 LoopDependenceAnalysis(IRContext* context, std::vector<const Loop*> loops) in LoopDependenceAnalysis() argument
H A Dloop_dependence_helpers.cpp341 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); CountInductionVariables() local
356 std::set<const Loop*> loops = CollectLoops(source_nodes); CollectLoops() local
370 std::set<const Loop*> loops = CollectLoops(source, destination); CountInductionVariables() local
406 CheckSupportedLoops( std::vector<const Loop*> loops) CheckSupportedLoops() argument
[all...]
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java274 public FunctionRunner(Function f, long loops, int id) { in FunctionRunner() argument
288 private long loops; field in PerfTest.FunctionRunner
648 private long performLoops(Function function, long loops) throws InterruptedException { in performLoops() argument
[all...]
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h72 int loops = LOOPS; in getEventsPerIteration() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.h299 LoopDependenceAnalysis(IRContext* context, std::vector<const Loop*> loops) in LoopDependenceAnalysis() argument
H A Dloop_dependence_helpers.cpp343 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); CountInductionVariables() local
358 std::set<const Loop*> loops = CollectLoops(source_nodes); CollectLoops() local
372 std::set<const Loop*> loops = CollectLoops(source, destination); CountInductionVariables() local
408 CheckSupportedLoops( std::vector<const Loop*> loops) CheckSupportedLoops() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_dependence.h299 LoopDependenceAnalysis(IRContext* context, std::vector<const Loop*> loops) in LoopDependenceAnalysis() argument
H A Dloop_dependence_helpers.cpp343 std::set<const Loop*> loops = CollectLoops(recurrent_nodes); CountInductionVariables() local
358 std::set<const Loop*> loops = CollectLoops(source_nodes); CollectLoops() local
372 std::set<const Loop*> loops = CollectLoops(source, destination); CountInductionVariables() local
408 CheckSupportedLoops( std::vector<const Loop*> loops) CheckSupportedLoops() argument
[all...]
/third_party/python/Python/
H A Dpreconfig.c826 int loops = 0; in _PyPreConfig_Read() local
/third_party/skia/modules/skottie/src/effects/
H A DFractalNoiseEffect.cpp196 sk_sp<SkRuntimeEffect> make_noise_effect(unsigned loops, const char* filter, const char* fractal) { in make_noise_effect() argument
/third_party/skia/bench/
H A Dnanobench.cpp284 static double time(int loops, Benchmark* bench, Target* target) { in time() argument
308 static int detect_forever_loops(int loops) { in detect_forever_loops() argument
316 static int clamp_loops(int loops) { in clamp_loops() argument
367 int loops = bench->calculateLoops(FLAGS_loops); setup_cpu_bench() local
409 int loops = bench->calculateLoops(FLAGS_loops); setup_gpu_bench() local
1309 int loops = target->needsFrameTiming(&maxFrameLag) global() local
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_driver.c136 u32 loops = KBASE_CLEAN_CACHE_MAX_LOOPS; in mali_cci_flush_l2() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_driver.c268 u32 loops = KBASE_CLEAN_CACHE_MAX_LOOPS; in mali_cci_flush_l2() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_driver.c143 u32 loops = KBASE_CLEAN_CACHE_MAX_LOOPS; in mali_cci_flush_l2() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_pm_driver.c237 u32 loops = KBASE_CLEAN_CACHE_MAX_LOOPS; in mali_cci_flush_l2() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h160 uint32_t loops; member
/third_party/icu/icu4c/source/test/perf/collationperf/
H A Dcollperf.cpp375 int loops = 0; in doKeyGen() local
471 int loops = 0; doBinarySearch() local
[all...]
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c1377 long loops = 0; in debuginfod_query_server() local
/third_party/glslang/SPIRV/
H A DSpvBuilder.h941 std::stack<LoopBlocks> loops; member in spv::Builder
/third_party/alsa-lib/src/pcm/
H A Dpcm_direct.c1204 int loops = 10; local
/third_party/backends/backend/
H A Dlexmark_low.c988 int loops = 0; in low_poll_data() local
/third_party/icu/icu4c/source/common/
H A Ducnvmbcs.cpp2232 int32_t count, loops, oredEntries; in ucnv_MBCSSingleToBMPWithOffsets() local
3882 int32_t count, loops; in ucnv_MBCSSingleFromBMPWithOffsets() local
/third_party/node/deps/icu-small/source/common/
H A Ducnvmbcs.cpp2232 int32_t count, loops, oredEntries; in ucnv_MBCSSingleToBMPWithOffsets() local
3882 int32_t count, loops; in ucnv_MBCSSingleFromBMPWithOffsets() local
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp2013 std::string loops = "f = f + f * 2.0;"; in TEST_F() local

Completed in 55 milliseconds

1234