Home
last modified time | relevance | path

Searched refs:getOperationType (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp202 static OperationType getOperationType (MatrixOp op) in getOperationType() function
265 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()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp322 static OperationType getOperationType (MatrixOp op) in getOperationType() function
395 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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp317 static OperationType getOperationType (MatrixOp op) in getOperationType() function
390 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()