Lines Matching refs:outerProduct
149 $squareMat outerProduct($vec c, $vec r);
150 float2x3 outerProduct(float3 c, float2 r);
151 float3x2 outerProduct(float2 c, float3 r);
152 float2x4 outerProduct(float4 c, float2 r);
153 float4x2 outerProduct(float2 c, float4 r);
154 float3x4 outerProduct(float4 c, float3 r);
155 float4x3 outerProduct(float3 c, float4 r);
156 $squareHMat outerProduct($hvec c, $hvec r);
157 half2x3 outerProduct(half3 c, half2 r);
158 half3x2 outerProduct(half2 c, half3 r);
159 half2x4 outerProduct(half4 c, half2 r);
160 half4x2 outerProduct(half2 c, half4 r);
161 half3x4 outerProduct(half4 c, half3 r);
162 half4x3 outerProduct(half3 c, half4 r);