Searched defs:matrix_b_transposed (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 11176 tcu::Matrix<double, 2, 3> matrix_b_transposed; in getMatrixMultiplicationResult() local 11194 tcu::Matrix<double, 2, 4> matrix_b_transposed; in getMatrixMultiplicationResult() local 11228 tcu::Matrix<double, 3, 2> matrix_b_transposed; in getMatrixMultiplicationResult() local 11246 tcu::Matrix<double, 3, 4> matrix_b_transposed; in getMatrixMultiplicationResult() local 11280 tcu::Matrix<double, 4, 2> matrix_b_transposed; in getMatrixMultiplicationResult() local 11298 tcu::Matrix<double, 4, 3> matrix_b_transposed; in getMatrixMultiplicationResult() local
|