Lines Matching full:edge0
287 float smoothstep(float edge0, float edge1, float x);
288 vec2 smoothstep(vec2 edge0, vec2 edge1, vec2 x);
289 vec3 smoothstep(vec3 edge0, vec3 edge1, vec3 x);
290 vec4 smoothstep(vec4 edge0, vec4 edge1, vec4 x);
292 vec2 smoothstep(float edge0, float edge1, vec2 x);
293 vec3 smoothstep(float edge0, float edge1, vec3 x);
294 vec4 smoothstep(float edge0, float edge1, vec4 x);