Home
last modified time | relevance | path

Searched refs:getOperationName (Results 1 – 22 of 22) 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/openglcts/modules/gl/
Dgl4cBufferStorageTests.hpp278 const char* getOperationName(TESTED_OPERATION operation);
Dgl4cBufferStorageTests.cpp2646 const char* MapPersistentTextureTest::getOperationName(TESTED_OPERATION operation) in getOperationName() function in gl4cts::BufferStorage::MapPersistentTextureTest
2790 m_context.getTestContext().getLog() << tcu::TestLog::Message << getOperationName(operation) in verifyTestedOperation()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp59 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode
727 OS << " = " << getOperationName(G); in printr()
737 OS << Value->getOperationName(G) << ':'; in printOperand()
DSelectionDAGPrinter.cpp110 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp254 std::string getOperationName (const OperationName opName);
DvktSynchronizationOperationSingleQueueTests.cpp402 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationOperationMultiQueueTests.cpp530 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationCrossInstanceSharingTests.cpp1325 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createCrossInstanceSharingTest()
DvktSynchronizationWin32KeyedMutexTests.cpp1796 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createWin32KeyedMutexTest()
DvktSynchronizationOperation.cpp3560 std::string getOperationName (const OperationName opName) in getOperationName() function
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp292 static const char* getOperationName (MatrixOp op) in getOperationName() function
1608 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in init()
1612 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in init()
1616 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in init()
1620 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
1624 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
1629 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
1875 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in setupShader()
1879 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in setupShader()
1883 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in setupShader()
1887 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader()
1891 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader()
1896 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/llvm/docs/
DExtendingLLVM.rst93 Add code to print the node to ``getOperationName``. If your new node can be
/external/swiftshader/third_party/llvm-7.0/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;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h982 std::string getOperationName(const SelectionDAG *G = nullptr) const;