Lines Matching refs:MatrixOp
224 enum MatrixOp
287 static const char* getOperationName (MatrixOp op)
317 static OperationType getOperationType (MatrixOp op)
358 static TestMatrixType getOperationTestMatrixType (MatrixOp op)
388 static bool isOperationBinary (MatrixOp op)
395 static bool isOperationMatrixScalar (MatrixOp op)
400 static bool isOperationMatrixVector (MatrixOp op)
405 static bool isOperationArithmeticMatrixMatrix (MatrixOp op)
410 static bool isOperationComponentwiseMatrixMatrix (MatrixOp op)
415 static bool isOperationVectorVector (MatrixOp op)
420 static bool isOperationUnaryAnyMatrix (MatrixOp op)
431 static bool isOperationUnarySymmetricMatrix (MatrixOp op)
436 static bool isOperationValueModifying (MatrixOp op)
444 static bool isOperationAssignment (MatrixOp op)
452 static bool isOperationAssignmentAnyMatrix (MatrixOp op)
459 static bool isOperationAssignmentSymmetricMatrix (MatrixOp op)
475 static OperationNature getOperationNature (MatrixOp op)
1116 MatrixShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op)
1393 const MatrixOp m_op);
1404 const MatrixOp m_op;
1412 const MatrixOp op)
1615 const MatrixOp op,
1628 const MatrixOp m_op;
1635 MatrixOp op,
1968 const MatrixOp op;
2056 const MatrixOp op = ops[opNdx].op;