Searched refs:matrixFunctionsGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 2027 …tcu::TestCaseGroup* const matrixFunctionsGroup = new tcu::TestCaseGroup(m_testCtx, "matrix", … in init() local 2036 addChild(matrixFunctionsGroup); in init() 2142 …{ matrixFunctionsGroup, "matrixCompMult", "matrixCompMult", { M, M, M, N }, attrNegPos, -1,… in init() 2143 …{ matrixFunctionsGroup, "transpose", "transpose", { M, M, N, N }, attrNegPos, -1, false, … in init() 2144 …{ matrixFunctionsGroup, "inverse", "inverse", { M, M, N, N }, attrNegPos, -1, false, fa… in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 2015 …tcu::TestCaseGroup* const matrixFunctionsGroup = new tcu::TestCaseGroup(m_testCtx, "matrix", … in init() local 2024 addChild(matrixFunctionsGroup); in init() 2101 …{ matrixFunctionsGroup, "matrixCompMult", "matrixCompMult", { M, M, M, N }, attrNegPos, -1,… in init()
|