Home
last modified time | relevance | path

Searched refs:OP_DETERMINANT (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp239 OP_DETERMINANT, enumerator
304 case OP_DETERMINANT: return "determinant"; in getOperationName()
334 case OP_DETERMINANT: return OPERATIONTYPE_UNARY_FUNCTION; in getOperationType()
375 case OP_DETERMINANT: return TESTMATRIXTYPE_DEFAULT; in getOperationTestMatrixType()
438 return op == OP_INVERSE || op == OP_DETERMINANT; in isOperationUnarySymmetricMatrix()
992 struct Evaluator<OP_DETERMINANT, In0DataType, In1DataType>
1179 MAKE_EVAL_CASE(OP_DETERMINANT, IN0DATATYPE, TYPE_LAST); \ in getEvalFunc()
1453 else if (m_op == OP_DETERMINANT) in init()
1810 { "determinant", "Matrix determinant() tests", OP_DETERMINANT, false, true }, in init()