HomeSort by relevance Sort by last modified time
    Searched defs:getOperationName (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 32 std::string SDNode::getOperationName(const SelectionDAG *G) const {
355 OS << " = " << getOperationName(G);
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 177 static const char* getOperationName (MatrixOp op)
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";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp 292 static const char* getOperationName (MatrixOp op)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 

Completed in 112 milliseconds