Lines Matching refs:half4
165 half4x3 outerProduct(half4 c, half4 r);
168 half2x4 outerProduct(half4 c, half2 r);
169 half4x2 outerProduct(half2 c, half4 r);
170 half3x4 outerProduct(half4 c, half3 r);
171 half4x3 outerProduct(half3 c, half4 r);
260 half4 sample($gsampler1D sampler, float P);
261 half4 sample($gsampler1D sampler, float P, float bias);
262 half4 sample($gsampler2D sampler, float2 P);
266 half4 sample(samplerExternalOES sampler, float2 P, float bias);
267 half4 sample(samplerExternalOES sampler, float2 P);
269 half4 sample($gsampler2DRect sampler, float2 P);
270 half4 sample($gsampler2DRect sampler, float3 P);
277 half4 sample($gsampler1D sampler, float2 P);
278 half4 sample($gsampler1D sampler, float2 P, float bias);
279 half4 sample($gsampler2D sampler, float3 P);
280 half4 sample($gsampler2D sampler, float3 P, float bias);