/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 177 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/ |
D | gl4cBufferStorageTests.hpp | 278 const char* getOperationName(TESTED_OPERATION operation);
|
D | gl4cBufferStorageTests.cpp | 2646 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/ |
D | SelectionDAGDumper.cpp | 39 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()
|
D | SelectionDAGPrinter.cpp | 112 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 59 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()
|
D | SelectionDAGPrinter.cpp | 110 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.hpp | 254 std::string getOperationName (const OperationName opName);
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 402 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 530 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1325 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createCrossInstanceSharingTest()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1796 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createWin32KeyedMutexTest()
|
D | vktSynchronizationOperation.cpp | 3560 std::string getOperationName (const OperationName opName) in getOperationName() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 292 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/ |
D | vktShaderRenderMatrixTests.cpp | 287 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/ |
D | SelectionDAGPrinter.cpp | 107 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
|
D | SelectionDAG.cpp | 5849 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode 6181 OS << " = " << getOperationName(G); in print_types()
|
/external/llvm/docs/ |
D | ExtendingLLVM.rst | 93 Add code to print the node to ``getOperationName``. If your new node can be
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ExtendingLLVM.rst | 93 Add code to print the node to ``getOperationName``. If your new node can be
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 605 std::string getOperationName(const SelectionDAG *G = 0) const;
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 746 std::string getOperationName(const SelectionDAG *G = nullptr) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 982 std::string getOperationName(const SelectionDAG *G = nullptr) const;
|