Home
last modified time | relevance | path

Searched refs:matrixCompMult (Results 1 – 25 of 57) sorted by relevance

123

/external/deqp-deps/glslang/Test/
D120.frag141 mat2 r2 = matrixCompMult(m22, m22);
142 mat3 r3 = matrixCompMult(m33, m33);
143 mat4 r4 = matrixCompMult(m44, m44);
145 mat2x3 r23 = matrixCompMult(m23, m23);
146 mat2x4 r24 = matrixCompMult(m24, m24);
147 mat3x2 r32 = matrixCompMult(m32, m32);
148 mat3x4 r34 = matrixCompMult(m34, m34);
149 mat4x2 r42 = matrixCompMult(m42, m42);
150 mat4x3 r43 = matrixCompMult(m43, m43);
152 mat3x2 rfoo1 = matrixCompMult(m23, m32); // ERROR
[all …]
Dspv.400.frag210 dmat2v *= matrixCompMult(dmat2v, dmat2v);
211 dmat3v *= matrixCompMult(dmat3v, dmat3v);
212 dmat4v *= matrixCompMult(dmat4v, dmat4v);
213 dmat2x3v = matrixCompMult(dmat2x3v, dmat2x3v); // For now, relying on no dead-code elimination
214 dmat2x4v = matrixCompMult(dmat2x4v, dmat2x4v);
215 dmat3x2v = matrixCompMult(dmat3x2v, dmat3x2v);
216 dmat3x4v = matrixCompMult(dmat3x4v, dmat3x4v);
217 dmat4x2v = matrixCompMult(dmat4x2v, dmat4x2v);
218 dmat4x3v = matrixCompMult(dmat4x3v, dmat4x3v);
D400.geom303 dmat2v *= matrixCompMult(dmat2v, dmat2v);
304 dmat3v *= matrixCompMult(dmat3v, dmat3v);
305 dmat4v *= matrixCompMult(dmat4v, dmat4v);
306 dmat2x3v = matrixCompMult(dmat2x3v, dmat2x3v);
307 dmat2x4v = matrixCompMult(dmat2x4v, dmat2x4v);
308 dmat3x2v = matrixCompMult(dmat3x2v, dmat3x2v);
309 dmat3x4v = matrixCompMult(dmat3x4v, dmat3x4v);
310 dmat4x2v = matrixCompMult(dmat4x2v, dmat4x2v);
311 dmat4x3v = matrixCompMult(dmat4x3v, dmat4x3v);
DdeepRvalue.frag20 mat4 mm = matrixCompMult(m, m);
24 float g = matrixCompMult(m, m)[2].y; // should be 29 * 29 = 841
Dspv.deepRvalue.frag20 mat4 mm = matrixCompMult(m, m);
24 float g = matrixCompMult(m, m)[2].y; // should be 29 * 29 = 841
Dspv.matrix2.frag36 FragColor *= matrixCompMult(m44, m44);
49 FragColor = vec4(FragColor * matrixCompMult(un34, un34), FragColor.w);
Dmatrix2.frag36 FragColor *= matrixCompMult(m44, m44);
49 FragColor = vec4(FragColor * matrixCompMult(un34, un34), FragColor.w);
Dspv.matrix.frag21 sum34 /= matrixCompMult(m1, m2);
Dspv.float64.frag230 f64m3 = matrixCompMult(f64m1, f64m2);
Dspv.float32.frag235 f32m3 = matrixCompMult(f32m1, f32m2);
Dspv.float16.frag264 f16m3 = matrixCompMult(f16m1, f16m2);
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp393 tcu::Matrix<T, Rows, Cols> matrixCompMult (const tcu::Matrix<T, Rows, Cols>& a, const tcu::Matrix<T… in matrixCompMult() function
490 …evalCtx.color.xyz() = reduceToVec3(matrixCompMult(getInputValue<In0Type, In0DataType>(evalCtx, 0),… in evaluate()
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/src/
Dgles2-gtf-master.txt603 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_frag
604 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_vert
605 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_frag
606 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/src/
Dgles2-gtf-master.txt603 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_frag
604 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_vert
605 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_frag
606 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/
Dgles2-gtf-master.txt603 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_frag
604 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_vert
605 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_frag
606 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/
Dgles2-gtf-master.txt603 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_frag
604 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_vert
605 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_frag
606 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.2.x/
Dgles2-gtf-master.txt603 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_frag
604 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_vert
605 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_frag
606 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.3.x/src/
Dgles2-gtf-master.txt603 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_frag
604 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat2_vert
605 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_frag
606 GTF-GLES2.gtf.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp-deps/glslang/Test/baseResults/
D120.frag.out31 ERROR: 0:152: 'matrixCompMult' : no matching overloaded function found
33 ERROR: 0:153: 'matrixCompMult' : no matching overloaded function found
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/src/
Dgl30-gtf-master.txt610 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat2_frag
611 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat2_vert
612 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat3_frag
613 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat3_vert
Dgl31-gtf-master.txt610 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat2_frag
611 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat2_vert
612 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat3_frag
613 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.0.x/
Dgl31-gtf-master.txt610 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat2_frag
611 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat2_vert
612 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat3_frag
613 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat3_vert
Dgl30-gtf-master.txt610 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat2_frag
611 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat2_vert
612 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat3_frag
613 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat3_vert
/external/deqp/external/openglcts/data/mustpass/gl/khronos_mustpass/4.6.1.x/
Dgl31-gtf-master.txt610 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat2_frag
611 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat2_vert
612 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat3_frag
613 GTF-GL31.gtf21.GL.matrixCompMult.matrixMultComp_mat3_vert
Dgl30-gtf-master.txt610 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat2_frag
611 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat2_vert
612 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat3_frag
613 GTF-GL30.gtf21.GL.matrixCompMult.matrixMultComp_mat3_vert

123