Searched refs:getOperationType (Results 1 – 3 of 3) sorted by relevance
202 static OperationType getOperationType (MatrixOp op) in getOperationType() function265 return getOperationType(op) == OPERATIONTYPE_BINARY_OPERATOR || in isOperationBinary()266 getOperationType(op) == OPERATIONTYPE_BINARY_FUNCTION || in isOperationBinary()267 getOperationType(op) == OPERATIONTYPE_ASSIGNMENT; in isOperationBinary()796 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()797 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) 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()
322 static OperationType getOperationType (MatrixOp op) in getOperationType() function395 return getOperationType(op) == OPERATIONTYPE_BINARY_OPERATOR || in isOperationBinary()396 getOperationType(op) == OPERATIONTYPE_BINARY_FUNCTION || in isOperationBinary()397 getOperationType(op) == OPERATIONTYPE_ASSIGNMENT; in isOperationBinary()1443 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in init()1444 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) 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()
317 static OperationType getOperationType (MatrixOp op) in getOperationType() function390 return getOperationType(op) == OPERATIONTYPE_BINARY_OPERATOR || in isOperationBinary()391 getOperationType(op) == OPERATIONTYPE_BINARY_FUNCTION || in isOperationBinary()392 getOperationType(op) == OPERATIONTYPE_ASSIGNMENT; in isOperationBinary()1705 else if (getOperationType(m_op) == OPERATIONTYPE_UNARY_PREFIX_OPERATOR || in setupShader()1706 getOperationType(m_op) == OPERATIONTYPE_UNARY_POSTFIX_OPERATOR) in setupShader()1846 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in setupShader()1853 DE_ASSERT(getOperationType(m_op) != OPERATIONTYPE_ASSIGNMENT); in setupShader()1862 DE_ASSERT(getOperationType(m_op) == OPERATIONTYPE_ASSIGNMENT); in setupShader()1872 switch (getOperationType(m_op)) in setupShader()