Home
last modified time | relevance | path

Searched refs:getOperationName (Results 1 – 15 of 15) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp177 static const char* getOperationName (MatrixOp op) in getOperationName() function
944 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in init()
948 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in init()
952 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in init()
956 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
961 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in init()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp215 std::string getOperationName (const OperationName opName);
DvktSynchronizationOperationSingleQueueTests.cpp398 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationOperationMultiQueueTests.cpp543 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationOperation.cpp3554 std::string getOperationName (const OperationName opName) in getOperationName() function
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp39 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode
612 OS << " = " << getOperationName(G); in printr()
622 OS << Value->getOperationName(G) << ':'; in printOperand()
DSelectionDAGPrinter.cpp112 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp292 static const char* getOperationName (MatrixOp op) in getOperationName() function
1622 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in init()
1626 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in init()
1630 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in init()
1634 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
1638 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
1643 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp287 static const char* getOperationName (MatrixOp op) in getOperationName() function
1889 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in setupShader()
1893 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in setupShader()
1897 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in setupShader()
1901 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader()
1905 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader()
1910 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in setupShader()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGPrinter.cpp107 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
DSelectionDAG.cpp5849 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode
6181 OS << " = " << getOperationName(G); in print_types()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.filebuffers_3.5.100.v20100520-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/llvm/docs/
DExtendingLLVM.rst93 Add code to print the node to ``getOperationName``. If your new node can be
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h605 std::string getOperationName(const SelectionDAG *G = 0) const;
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h746 std::string getOperationName(const SelectionDAG *G = nullptr) const;