Searched refs:SmoothStep (Results 1 – 6 of 6) sorted by relevance
183 const static char SmoothStep[] = "smoothstep"; variable
498 DemangledName == kOCLBuiltinName::SmoothStep || in visitCallInst()1410 } else if (DemangledName == kOCLBuiltinName::SmoothStep) { in visitCallScalToVec()
3297 class SmoothStep : public DerivedFunc<Signature<float, float, float, float> > class5195 addScalarFactory<SmoothStep>(*funcs); in createComputeOnlyBuiltinCases()
3382 class SmoothStep : public DerivedFunc<Signature<float, float, float, float> > class5353 addScalarFactory<SmoothStep>(*funcs); in createES3BuiltinCases()
76 fIntrinsicMap[String("smoothstep")] = ALL_GLSL(SmoothStep); in setupIntrinsics()