Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.hpp278 const char* getOperationName(TESTED_OPERATION operation);
Dgl4cBufferStorageTests.cpp2640 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/
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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp286 std::string getOperationName (const OperationName opName);
DvktSynchronizationTimelineSemaphoreTests.cpp1173 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()
DvktSynchronizationSignalOrderTests.cpp1198 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
1737 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
DvktSynchronizationOperationSingleQueueTests.cpp730 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationOperationMultiQueueTests.cpp912 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationCrossInstanceSharingTests.cpp1377 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationWin32KeyedMutexTests.cpp1879 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationOperation.cpp5449 std::string getOperationName (const OperationName opName) in getOperationName() function
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp293 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/
DvktShaderRenderMatrixTests.cpp287 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/
DSelectionDAGDumper.cpp59 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()
DSelectionDAGPrinter.cpp109 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3557 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
3562 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
3567 AtomicRMWInst::getOperationName(Op) + in visitAtomicRMWInst()
DInstructions.cpp1530 StringRef AtomicRMWInst::getOperationName(BinOp Op) { in getOperationName() function in AtomicRMWInst
DAsmWriter.cpp3722 Out << ' ' << AtomicRMWInst::getOperationName(RMWI->getOperation()); in printInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1026 std::string getOperationName(const SelectionDAG *G = nullptr) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7151 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/
DInstructions.h773 static StringRef getOperationName(BinOp Op);