Lines Matching refs:smoothstep
871 extern float __attribute__((overloadable)) smoothstep(float, float, float);
872 extern float2 __attribute__((overloadable)) smoothstep(float2, float2, float2);
873 extern float3 __attribute__((overloadable)) smoothstep(float3, float3, float3);
874 extern float4 __attribute__((overloadable)) smoothstep(float4, float4, float4);
875 extern float2 __attribute__((overloadable)) smoothstep(float, float, float2);
876 extern float3 __attribute__((overloadable)) smoothstep(float, float, float3);
877 extern float4 __attribute__((overloadable)) smoothstep(float, float, float4);