Searched refs:float2x4 (Results 1 – 13 of 13) sorted by relevance
/external/deqp-deps/glslang/Test/ |
D | hlsl.type.type.conversion.all.frag | 32 float2x4 var78 = float(zeros1); 33 float2x4 var84 = float2x4(zeros8); 51 float var6 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 62 float2x2 var58 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 69 float2x3 var71 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 74 float2x4 var87 = float3x4(zeros12);// warning X3206: implicit truncation of vector type 75 float2x4 var90 = float4x4(zeros16);// warning X3206: implicit truncation of vector type 90 …float2 var19 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 100 …float3 var32 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… 110 …float4 var45 = float2x4(zeros8);// Compilation failed because: error X3017: cannot implicitly conv… [all …]
|
D | hlsl.type.type.conversion.valid.frag | 32 float2x4 var78 = float(zeros1); 33 float2x4 var84 = float2x4(zeros8); 51 float var6 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 62 float2x2 var58 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 69 float2x3 var71 = float2x4(zeros8);// warning X3206: implicit truncation of vector type 74 float2x4 var87 = float3x4(zeros12);// warning X3206: implicit truncation of vector type 75 float2x4 var90 = float4x4(zeros16);// warning X3206: implicit truncation of vector type
|
D | hlsl.mul-truncate.frag | 10 float2x4 m24; 32 float2x3 r30 = mul(m24, m33); // float2x3 = float2x4 * float3x3; 33 float3x4 r31 = mul(m33, m24); // float3x4 = float3x3 * float2x4;
|
D | hlsl.intrinsics.vert | 395 float2x4 inFM2x4) 412 float2x4 r15 = mul(inFM2x3, inFM3x4);
|
D | hlsl.intrinsics.frag | 466 float2x4 inFM2x4) 483 float2x4 r15 = mul(inFM2x3, inFM3x4);
|
/external/skia/tests/sksl/shared/ |
D | ResizeMatrixNonsquare.metal | 28 float3x4 float3x4_from_float2x4(float2x4 x0) { 31 float2x4 float2x4_from_float4x2(float4x2 x0) { 32 return float2x4(float4(x0[0].xy, 0.0, 0.0), float4(x0[1].xy, 0.0, 0.0)); 34 float4x2 float4x2_from_float2x4(float2x4 x0) { 48 float4x4 j = float4x4_from_float3x4(float3x4_from_float2x4(float2x4(1.0))); 50 float2x4 k = float2x4_from_float4x2(float4x2(1.0)); 52 float4x2 l = float4x2_from_float2x4(float2x4(1.0));
|
D | MatricesNonsquare.metal | 28 float2x4 m24 = float2x4(24.0); 45 float2x4 _1_m24 = float2x4(24.0);
|
/external/skia/resources/sksl/shared/ |
D | ResizeMatrixNonsquare.sksl | 8 float4x4 j = float4x4(float3x4(float2x4(1))); result += j[0][0]; 9 float2x4 k = float2x4(float4x2(1)); result += k[0][0]; 10 float4x2 l = float4x2(float2x4(1)); result += l[0][0];
|
D | MatricesNonsquare.sksl | 5 float2x4 m24 = float2x4(24);
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | UniformBlockToStructuredBufferTranslation.md | 80 | mat2x4 (column_major) | float2x4 (row_major) | 99 | mat2x2 (column_major) | float2x4 (row_major) | 100 | mat2x3 (column_major) | float2x4 (row_major) |
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | compatibility.hpp | 103 …typedef tmat2x4<float, highp> float2x4; //!< \brief single-precision floating-point matrix with … typedef
|
/external/skia/src/sksl/ |
D | sksl_gpu.sksl | 152 float2x4 outerProduct(float4 c, float2 r); 170 float2x4 transpose(float4x2 m); 171 float4x2 transpose(float2x4 m);
|
/external/skqp/src/sksl/ |
D | sksl.inc | 153 float2x4 outerProduct(float4 c, float2 r); 162 float2x4 transpose(float4x2 m); 163 float4x2 transpose(float2x4 m);
|