Lines Matching refs:MatrixOp
124 enum MatrixOp
177 static const char* getOperationName (MatrixOp op)
202 static OperationType getOperationType (MatrixOp op)
237 static TestMatrixType getOperationTestMatrixType (MatrixOp op)
263 static bool isOperationBinary (MatrixOp op)
270 static bool isOperationMatrixScalar (MatrixOp op)
275 static bool isOperationMatrixVector (MatrixOp op)
280 static bool isOperationMatrixMatrix (MatrixOp op)
285 static bool isOperationUnary (MatrixOp op)
295 static bool isOperationValueModifying (MatrixOp op)
303 static bool isOperationAssignment (MatrixOp op)
322 static OperationNature getOperationNature (MatrixOp op)
588 ShaderEvalFunc getEvalFunc (const ShaderInput& in0, const ShaderInput& in1, MatrixOp op)
742 ShaderMatrixCase (Context& context, const char* name, const char* desc, const ShaderInput& in0, const ShaderInput& in1, MatrixOp op, bool isVertexCase);
754 MatrixOp m_op;
757 ShaderMatrixCase::ShaderMatrixCase (Context& context, const char* name, const char* desc, const ShaderInput& in0, const ShaderInput& in1, MatrixOp op, bool isVertexCase)
1093 MatrixOp op;
1149 const MatrixOp op = ops[opNdx].op;