Searched refs:SmoothStep (Results 1 – 5 of 5) sorted by relevance
183 const static char SmoothStep[] = "smoothstep"; variable
498 DemangledName == kOCLBuiltinName::SmoothStep || in visitCallInst()1410 } else if (DemangledName == kOCLBuiltinName::SmoothStep) { in visitCallScalToVec()
3317 class SmoothStep : public DerivedFunc<Signature<float, float, float, float> > class5261 addScalarFactory<SmoothStep>(*funcs); in createES3BuiltinCases()
3266 class SmoothStep : public DerivedFunc<Signature<float, float, float, float> > class5161 addScalarFactory<SmoothStep>(*funcs); in createComputeOnlyBuiltinCases()
77 fIntrinsicMap[SkString("smoothstep")] = ALL_GLSL(SmoothStep); in setupIntrinsics()