Lines Matching refs:outerProduct
192 float2x2 outerProduct(float2 c, float2 r);
193 float3x3 outerProduct(float3 c, float3 r);
194 float4x3 outerProduct(float4 c, float4 r);
195 float2x3 outerProduct(float3 c, float2 r);
196 float3x2 outerProduct(float2 c, float3 r);
197 float2x4 outerProduct(float4 c, float2 r);
198 float4x2 outerProduct(float2 c, float4 r);
199 float3x4 outerProduct(float4 c, float3 r);
200 float4x3 outerProduct(float3 c, float4 r);
201 half2x2 outerProduct(half2 c, half2 r);
202 half3x3 outerProduct(half3 c, half3 r);
203 half4x3 outerProduct(half4 c, half4 r);
204 half2x3 outerProduct(half3 c, half2 r);
205 half3x2 outerProduct(half2 c, half3 r);
206 half2x4 outerProduct(half4 c, half2 r);
207 half4x2 outerProduct(half2 c, half4 r);
208 half3x4 outerProduct(half4 c, half3 r);
209 half4x3 outerProduct(half3 c, half4 r);