Lines Matching refs:textureProj
135 texel += textureProj(s1D, c2);
136 texel += textureProj(s1D, f16c2, f16bias);
137 texel += textureProj(s1D, c4);
138 texel += textureProj(s1D, f16c4, f16bias);
139 texel += textureProj(s2D, c3);
140 texel += textureProj(s2D, f16c3, f16bias);
141 texel += textureProj(s2D, c4);
142 texel += textureProj(s2D, f16c4, f16bias);
143 texel += textureProj(s3D, c4);
144 texel += textureProj(s3D, f16c4, f16bias);
145 texel.x += textureProj(s1DShadow, c4);
146 texel.x += textureProj(s1DShadow, f16c3, compare, f16bias);
147 texel.x += textureProj(s2DShadow, c4);
148 texel.x += textureProj(s2DShadow, f16c3, compare, f16bias);
149 texel += textureProj(s2DRect, c3);
150 texel += textureProj(s2DRect, f16c3);
151 texel += textureProj(s2DRect, c4);
152 texel += textureProj(s2DRect, f16c4);
153 texel.x += textureProj(s2DRectShadow, c4);
154 texel.x += textureProj(s2DRectShadow, f16c3, compare);