Lines Matching refs:m_op
754 MatrixOp m_op; member in deqp::gles2::Functional::ShaderMatrixCase
761 , m_op (op) in ShaderMatrixCase()
782 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init()
796 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()
797 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init()
912 switch (getOperationNature(m_op)) in init()
915 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()
922 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()
931 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT); in init()
941 switch (getOperationType(m_op)) in init()
944 …me(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operatio… in init()
948 …c) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << operationValue0… in init()
952 … << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n"; in init()
956 …c) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operatio… in init()
961 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in init()
971 if (isOperationValueModifying(m_op)) in init()
994 if (getOperationTestMatrixType(m_op) != TESTMATRIXTYPE_DEFAULT) in init()
1001 switch (getOperationTestMatrixType(m_op)) in init()