Home
last modified time | relevance | path

Searched defs:inner_loop (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Ddcadsp.asm63 .inner_loop: label
244 .inner_loop: label
/third_party/ffmpeg/libavcodec/aarch64/
Dsynth_filter_neon.S26 .macro inner_loop macro
/third_party/ffmpeg/libswresample/x86/
Dresample.asm175 .inner_loop: label
425 .inner_loop: label
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_loop_test.cc306 auto* inner_loop = Loop(Block(), inner_continuing); in TEST_F() local
362 auto* inner_loop = Loop(Block(), inner_continuing); in TEST_F() local
/third_party/ffmpeg/libavcodec/arm/
Dsynth_filter_vfp.S63 .macro inner_loop half, tail, head macro
/third_party/grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc289 auto inner_loop = [&](bool in_warmup) { in BM_PumpStreamServerToClient_Trickle() local
387 auto inner_loop = [&](bool in_warmup) { in BM_PumpUnbalancedUnary_Trickle() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dvalidation_test.cc645 auto* inner_loop = Loop(Block( // in TEST_F() local
673 auto* inner_loop = Loop(Block(If(true, Block(Continue())), // in TEST_F() local
700 auto* inner_loop = Loop(Block(If(true, Block(Continue())), // in TEST_F() local
/third_party/spirv-tools/test/opt/loop_optimizations/
Dunroll_simple.cpp1572 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
1616 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dunroll_simple.cpp1751 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
1795 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dunroll_simple.cpp1751 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
1795 Loop& inner_loop = loop_descriptor.GetLoopByIndex(0); in TEST_F() local
/third_party/spirv-tools/source/opt/
Dregister_pressure.cpp200 for (const Loop* inner_loop : loop) { in DoLoopLivenessUnification() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dregister_pressure.cpp200 for (const Loop* inner_loop : loop) { in DoLoopLivenessUnification() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dregister_pressure.cpp200 for (const Loop* inner_loop : loop) { in DoLoopLivenessUnification() local
/third_party/mindspore/tests/ut/python/ops/
Dtest_ops_attr_infer.py69 def inner_loop(x, input_data, fv_func_list): function