/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cBufferStorageTests.hpp | 278 const char* getOperationName(TESTED_OPERATION operation);
|
D | gl4cBufferStorageTests.cpp | 2640 const char* MapPersistentTextureTest::getOperationName(TESTED_OPERATION operation) in getOperationName() function in gl4cts::BufferStorage::MapPersistentTextureTest 2784 m_context.getTestContext().getLog() << tcu::TestLog::Message << getOperationName(operation) in verifyTestedOperation()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.hpp | 286 std::string getOperationName (const OperationName opName);
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1173 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in initCommonTests() 1751 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init() 2227 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
|
D | vktSynchronizationSignalOrderTests.cpp | 1198 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init() 1737 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 730 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 912 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1377 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 1879 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationOperation.cpp | 5449 std::string getOperationName (const OperationName opName) in getOperationName() function
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 293 static const char* getOperationName (MatrixOp op) in getOperationName() function 1609 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in init() 1613 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in init() 1617 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in init() 1621 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init() 1625 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init() 1630 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 287 static const char* getOperationName (MatrixOp op) in getOperationName() function 1874 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in setupShader() 1878 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in setupShader() 1882 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in setupShader() 1886 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader() 1890 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader() 1895 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in setupShader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 59 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode 866 OS << " = " << getOperationName(G); in printr() 876 OS << Value->getOperationName(G) << ':'; in printOperand()
|
D | SelectionDAGPrinter.cpp | 109 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 3557 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst() 3562 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst() 3567 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
|
D | Instructions.cpp | 1530 StringRef AtomicRMWInst::getOperationName(BinOp Op) { in getOperationName() function in AtomicRMWInst
|
D | AsmWriter.cpp | 3722 Out << ' ' << AtomicRMWInst::getOperationName(RMWI->getOperation()); in printInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1026 std::string getOperationName(const SelectionDAG *G = nullptr) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7151 AtomicRMWInst::getOperationName(Operation) + in ParseAtomicRMW() 7157 AtomicRMWInst::getOperationName(Operation) + in ParseAtomicRMW() 7163 AtomicRMWInst::getOperationName(Operation) + in ParseAtomicRMW()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 773 static StringRef getOperationName(BinOp Op);
|