Lines Matching refs:m_op
1384 MatrixOp m_op; member in deqp::gles3::Functional::ShaderMatrixCase
1392 , m_op (op) in ShaderMatrixCase()
1414 int numInputs = (isOperationBinary(m_op)) ? (2) : (1); in init()
1423 if (m_op == OP_MUL && isDataTypeMatrix(m_in0.dataType) && isDataTypeMatrix(m_in1.dataType)) in init()
1427 else if (m_op == OP_OUTER_PRODUCT) in init()
1431 else if (m_op == OP_TRANSPOSE) in init()
1435 else if (m_op == OP_INVERSE) in init()
1439 else if (m_op == OP_DETERMINANT) in init()
1443 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()
1444 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in init()
1576 switch (getOperationNature(m_op)) in init()
1579 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()
1586 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in init()
1595 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT); in init()
1605 switch (getOperationType(m_op)) in init()
1608 …me(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operatio… in init()
1612 …c) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << operationValue0… in init()
1616 … << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n"; in init()
1620 …c) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operatio… in init()
1624 …c) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operatio… in init()
1629 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in init()
1639 if (isOperationValueModifying(m_op)) in init()
1666 if (getOperationTestMatrixType(m_op) != TESTMATRIXTYPE_DEFAULT) in init()
1673 switch (getOperationTestMatrixType(m_op)) in init()