Lines Matching refs:f13
46 float f13;
47 invariant f13; // ERROR
93 fwidth(f13); // ERROR
102 fwidth(f13);
103 gl_FragDepth = f13; // ERROR
104 gl_FragDepthEXT = f13; // ERROR
111 gl_FragDepth = f13; // ERROR
112 gl_FragDepthEXT = f13;
122 texture2DProj(sExt, vec3(f13));
134 texture3D(sExt, vec3(f13)); // ERROR
135 texture2DProjLod(sExt, vec3(f13), f13); // ERROR
147 texture2DProjGradEXT(s2Dg, vec3(f13), uv2, uv2); // ERROR, extension not enabled
160 texture2DLodEXT(s2Dg, uv2, f13);
161 texture2DProjGradEXT(s2Dg, vec3(f13), uv2, uv2);
163 textureCubeGradEXT(sCube, vec3(f13), vec3(f13), vec3(f13));