Searched refs:getOperationName (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp177 static const char* getOperationName (MatrixOp op) function in namespace:deqp::gles2::Functional::MatrixCaseUtils
944 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operationValue1 << ";\n";
948 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << operationValue0 << ";\n";
952 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n";
956 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operationValue0 << ", " << operationValue1 << ");\n";
961 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n";
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp105 std::string Result = Node->getOperationName(G);
H A DSelectionDAGDumper.cpp33 std::string SDNode::getOperationName(const SelectionDAG *G) const { function in class:SDNode
362 OS << " = " << getOperationName(G);
/external/deqp/modules/gles3/functional/
H A Des3fShaderMatrixTests.cpp292 static const char* getOperationName (MatrixOp op) function in namespace:deqp::gles3::Functional::MatrixCaseUtils
1622 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operationValue1 << ";\n";
1626 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << operationValue0 << ";\n";
1630 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n";
1634 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operationValue0 << ", " << operationValue1 << ");\n";
1638 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operationValue0 << ");\n";
1643 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h645 std::string getOperationName(const SelectionDAG *G = nullptr) const;

Completed in 2125 milliseconds