Searched defs:matrix_b_transposed (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 11259 tcu::Matrix<double, 2, 3> matrix_b_transposed; in getMatrixMultiplicationResult() local 11277 tcu::Matrix<double, 2, 4> matrix_b_transposed; in getMatrixMultiplicationResult() local 11311 tcu::Matrix<double, 3, 2> matrix_b_transposed; in getMatrixMultiplicationResult() local 11329 tcu::Matrix<double, 3, 4> matrix_b_transposed; in getMatrixMultiplicationResult() local 11363 tcu::Matrix<double, 4, 2> matrix_b_transposed; in getMatrixMultiplicationResult() local 11381 tcu::Matrix<double, 4, 3> matrix_b_transposed; in getMatrixMultiplicationResult() local
|