Home
last modified time | relevance | path

Searched refs:kSelect (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table_test.cc194 table->Lookup(IntrinsicType::kSelect, {f32, f32, bool_}, Source{}); in TEST_F()
197 EXPECT_EQ(result->Type(), IntrinsicType::kSelect); in TEST_F()
208 table->Lookup(IntrinsicType::kSelect, {f32, f32, f32}, Source{}); in TEST_F()
595 auto* a = table->Lookup(IntrinsicType::kSelect, {f32, f32, bool_}, Source{}); in TEST_F()
598 auto* b = table->Lookup(IntrinsicType::kSelect, {f32, f32, bool_}, Source{}); in TEST_F()
602 auto* c = table->Lookup(IntrinsicType::kSelect, {vec2_f32, vec2_f32, bool_}, in TEST_F()
/third_party/node/deps/v8/src/compiler/
Dselect-lowering.cc24 if (node->opcode() != IrOpcode::kSelect) return NoChange(); in Reduce()
Dcommon-operator-reducer.cc55 case IrOpcode::kSelect: in Reduce()
101 (cond->opcode() == IrOpcode::kSelect && in ReduceBranch()
390 DCHECK_EQ(IrOpcode::kSelect, node->opcode()); in ReduceSelect()
Dtyped-optimization.cc82 case IrOpcode::kSelect: in Reduce()
629 DCHECK_EQ(IrOpcode::kSelect, node->opcode()); in ReduceSelect()
Dcommon-operator.cc122 DCHECK_EQ(IrOpcode::kSelect, op->opcode()); in SelectParametersOf()
1283 IrOpcode::kSelect, Operator::kPure, // opcode in Select()
Dverifier.cc464 case IrOpcode::kSelect: { in Check()
Dsimplified-lowering.cc498 case IrOpcode::kSelect: { in UpdateFeedbackType()
2169 case IrOpcode::kSelect: in VisitNode()
/third_party/skia/third_party/externals/tint/src/sem/
Dintrinsic_type.cc208 return IntrinsicType::kSelect; in ParseIntrinsicType()
459 case IntrinsicType::kSelect: in str()
Dintrinsic_type.h95 kSelect, enumerator
Dintrinsic_test.cc95 IntrinsicData{"select", IntrinsicType::kSelect},
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_intrinsic_test.cc143 case IntrinsicType::kSelect: in GenerateCall()
265 IntrinsicData{IntrinsicType::kSelect, ParamType::kF32, "select"},
Dgenerator_impl.cc1289 case sem::IntrinsicType::kSelect: in generate_builtin_name()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_intrinsic_test.cc145 case IntrinsicType::kSelect: in GenerateCall()
Dgenerator_impl.cc876 if (intrinsic->Type() == sem::IntrinsicType::kSelect) { in EmitIntrinsicCall()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_intrinsic_test.cc145 case IntrinsicType::kSelect: in GenerateCall()
Dgenerator_impl.cc485 if (intrinsic->Type() == sem::IntrinsicType::kSelect) { in EmitIntrinsicCall()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc2617 case IntrinsicType::kSelect: { in GenerateIntrinsicCall()