/third_party/skia/tests/ |
H A D | GeometryTest.cpp | 301 SkCubicType::kLoop, in check_cubic_around_rect() 306 SkCubicType::kLoop, in check_cubic_around_rect() 308 SkCubicType::kLoop, in check_cubic_around_rect() 310 SkCubicType::kLoop, in check_cubic_around_rect() 315 SkCubicType::kLoop, in check_cubic_around_rect() 317 SkCubicType::kLoop, in check_cubic_around_rect() 319 SkCubicType::kLoop, in check_cubic_around_rect() 324 SkCubicType::kLoop, in check_cubic_around_rect() 393 check_cubic_type(reporter, loop, SkCubicType::kLoop); in test_classify_cubic() 586 REPORTER_ASSERT(reporter, SkClassifyCubic(loop.data()) == SkCubicType::kLoop); in test_chop_at_midtangent() [all...] |
H A D | WangsFormulaTest.cpp | 20 const SkPoint kLoop[4] = { member 263 m.mapPoints(pts, kLoop, 4); in DEF_TEST() 301 check_cubic_log2_with_transform(kLoop, m); in DEF_TEST()
|
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | construct.cc | 35 the_kind == kLoop in Construct() 54 (the_kind == kLoop || the_kind == kContinue || in Construct()
|
H A D | construct.h | 80 kLoop, enumerator 167 case Construct::kLoop: in ToString()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-analysis.cc | 208 if (node->opcode() == IrOpcode::kLoop) { in PropagateBackward() 214 if (merge->opcode() == IrOpcode::kLoop) { in PropagateBackward() 253 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in CreateLoopInfo() 274 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in SetLoopMarkForLoopHeader() 341 return node->opcode() == IrOpcode::kLoop || NodeProperties::IsPhi(node); in IsLoopHeaderNode() 355 } else if (use->opcode() == IrOpcode::kLoop) { in IsBackedge() 558 DCHECK_EQ(loop_header->opcode(), IrOpcode::kLoop); in FindSmallInnermostLoopFromHeader() 577 case IrOpcode::kLoop: in FindSmallInnermostLoopFromHeader() 713 if (first->opcode() == IrOpcode::kLoop) return first; in HeaderNode() 716 DCHECK_EQ(IrOpcode::kLoop, heade in HeaderNode() [all...] |
H A D | loop-variable-optimizer.cc | 46 int inputs_end = (node->opcode() == IrOpcode::kLoop) in Run() 65 if (use->opcode() == IrOpcode::kLoop && in Run() 124 case IrOpcode::kLoop: in VisitNode() 226 DCHECK_EQ(IrOpcode::kLoop, loop->opcode()); in TryGetInductionVariable()
|
H A D | dead-code-elimination.cc | 52 case IrOpcode::kLoop: in Reduce() 120 if (node->opcode() != IrOpcode::kLoop || in ReduceLoopOrMerge() 154 DCHECK_EQ(IrOpcode::kLoop, node->opcode()); in ReduceLoopOrMerge() 241 merge->opcode() == IrOpcode::kLoop); in ReduceEffectPhi()
|
H A D | wasm-loop-peeling.cc | 21 DCHECK_EQ(loop_node->opcode(), IrOpcode::kLoop); in PeelWasmLoop()
|
H A D | loop-analysis.h | 141 if (node->opcode() == IrOpcode::kLoop) return node; in GetLoopControl()
|
H A D | loop-peeling.cc | 164 if (node->opcode() == IrOpcode::kLoop) continue; // already done. in Peel()
|
H A D | loop-unrolling.cc | 21 DCHECK_EQ(loop_node->opcode(), IrOpcode::kLoop); in UnrollLoop()
|
H A D | common-operator-reducer.cc | 228 DCHECK_EQ(IrOpcode::kLoop, merge->opcode()); in ReduceEffectPhi() 295 DCHECK_EQ(IrOpcode::kLoop, merge->opcode()); in ReducePhi()
|
H A D | common-operator.cc | 680 IrOpcode::kLoop, Operator::kKontrol, // opcode in LoopOperator() 685 LoopOperator<input_count> kLoop##input_count##Operator; 1072 return &cache_.kLoop##input_count##Operator; in Loop() 1080 IrOpcode::kLoop, Operator::kKontrol, // opcode in Loop() 1551 } else if (op->opcode() == IrOpcode::kLoop) { in ResizeMergeOrPhi()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | construct.h | 46 kLoop, member in spvtools::val::ConstructType 103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock() 148 /// kContinue and kLoop constructs will always have corresponding
|
H A D | construct.cpp | 49 case ConstructType::kLoop: in ValidateConstructSize() 151 if (type() == ConstructType::kLoop) { in IsStructuredExit()
|
H A D | function.cpp | 81 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge() 166 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | construct.h | 46 kLoop, member in spvtools::val::ConstructType 103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock() 148 /// kContinue and kLoop constructs will always have corresponding
|
H A D | construct.cpp | 49 case ConstructType::kLoop: in ValidateConstructSize() 151 if (type() == ConstructType::kLoop) { in IsStructuredExit()
|
H A D | function.cpp | 81 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge() 166 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
|
/third_party/spirv-tools/source/val/ |
H A D | construct.h | 46 kLoop, member in spvtools::val::ConstructType 103 return type_ == ConstructType::kLoop || type_ == ConstructType::kSelection; in ExitBlockIsMergeBlock() 148 /// kContinue and kLoop constructs will always have corresponding
|
H A D | construct.cpp | 48 case ConstructType::kLoop: in ValidateConstructSize() 76 const bool is_loop = type() == ConstructType::kLoop; in blocks() 135 if (type() == ConstructType::kLoop) { in IsStructuredExit()
|
H A D | function.cpp | 82 AddConstruct({ConstructType::kLoop, current_block_, &merge_block}); in RegisterLoopMerge() 168 FindConstructForEntryBlock(current_block_, ConstructType::kLoop) in RegisterBlockEnd()
|
/third_party/skia/src/core/ |
H A D | SkGeometry.h | 237 kLoop, member in SkCubicType 247 case SkCubicType::kLoop: in SkCubicIsDegenerate() 261 case SkCubicType::kLoop: return "kLoop"; in SkCubicTypeName()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | token.h | 239 kLoop, member in tint::reader::wgsl::Token::Type
|
/third_party/skia/bench/ |
H A D | InterpBench.cpp | 21 kLoop = 20000 enumerator
|