Home | History | Annotate | Download | only in ScriptCRT

Lines Matching refs:smoothstep

829 extern float __attribute__((overloadable)) smoothstep(float, float, float);
830 extern float2 __attribute__((overloadable)) smoothstep(float2, float2, float2);
831 extern float3 __attribute__((overloadable)) smoothstep(float3, float3, float3);
832 extern float4 __attribute__((overloadable)) smoothstep(float4, float4, float4);
833 extern float2 __attribute__((overloadable)) smoothstep(float, float, float2);
834 extern float3 __attribute__((overloadable)) smoothstep(float, float, float3);
835 extern float4 __attribute__((overloadable)) smoothstep(float, float, float4);