Home
last modified time | relevance | path

Searched refs:getFunctionName (Results 1 – 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderUniformIntegerFunctionTests.cpp51 virtual const char* getFunctionName() = 0;
100 "result = " << getFunctionName() << "(value);\n" in init()
101 …"comparison = (" << getFunctionName() << "(value) == " << computeExpectedResult(m_input) << ");\n"; in init()
129 …m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for " << getFunctionName() << … in iterate()
135 …result is as expected, but not when use in condition statement (" << getFunctionName() << "(" << m… in iterate()
159 const char* getFunctionName() { in getFunctionName() function in deqp::gles31::Functional::FindMSBEdgeCase
176 const char* getFunctionName() { in getFunctionName() function in deqp::gles31::Functional::FindLSBEdgeCase
Des31fNegativeShaderImageLoadStoreTests.cpp322 std::string getFunctionName (ImageOperation function) in getFunctionName() function
363 params["FUNCTION_NAME"] = getFunctionName(function); in generateShaderSource()
373 …ctx.beginSection(getFunctionName(function) + " " + getMemoryQualifier(memory) + " " + getShaderIma… in testShader()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp727 error_sstream << getFunctionName(test_case.function_type) << " call failed"; in executeTestCases()
835 std::string DrawElementsBaseVertexTestBase::getFunctionName(_function_type function_type) in getFunctionName() function in glcts::DrawElementsBaseVertexTestBase
2559 …error_sstream << "Invalid error code generated by " << getFunctionName(FUNCTION_GL_DRAW_ELEMENTS_B… in iterate()
2561 …m_testCtx.getLog() << tcu::TestLog::Message << getFunctionName(FUNCTION_GL_DRAW_ELEMENTS_BASE_VERT… in iterate()
2580 << getFunctionName(FUNCTION_GL_DRAW_ELEMENTS_INSTANCED_BASE_VERTEX); in iterate()
2582 …m_testCtx.getLog() << tcu::TestLog::Message << getFunctionName(FUNCTION_GL_DRAW_ELEMENTS_INSTANCED… in iterate()
2601 << getFunctionName(FUNCTION_GL_DRAW_RANGE_ELEMENTS_BASE_VERTEX); in iterate()
2603 …m_testCtx.getLog() << tcu::TestLog::Message << getFunctionName(FUNCTION_GL_DRAW_RANGE_ELEMENTS_BAS… in iterate()
2672 << getFunctionName(FUNCTION_GL_DRAW_ELEMENTS_BASE_VERTEX) << " call"; in iterate()
2695 << getFunctionName(FUNCTION_GL_DRAW_RANGE_ELEMENTS_BASE_VERTEX) << " call"; in iterate()
[all …]
DesextcDrawElementsBaseVertexTests.hpp172 std::string getFunctionName(_function_type function_type);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp390 if (!getFlags().matchVerboseFocusOn(Func->getFunctionName(), in translateFunctions()
397 !getFlags().matchTranslateOnly(Func->getFunctionName(), in translateFunctions()
411 getStrError() << "ICE translation error: " << Func->getFunctionName() in translateFunctions()
428 Asm->setFunctionName(Func->getFunctionName()); in translateFunctions()
580 GlobalString Name = Asm->getFunctionName(); in emitItems()
816 if (A.getFunctionName() != B.getFunctionName()) in getJumpTables()
817 return A.getFunctionName() < B.getFunctionName(); in getJumpTables()
DIceCfg.cpp76 return getFunctionName().toString(); in getFunctionNameAndSize()
88 return getFunctionName() + "(i=" + std::to_string(InstCount) + in getFunctionNameAndSize()
178 getFlags().matchForceO2(getFunctionName(), getSequenceNumber()) in translate()
182 if (getFlags().matchTimingFocus(getFunctionName(), getSequenceNumber())) { in translate()
189 getFlags().matchTestStatus(getFunctionName(), getSequenceNumber())) { in translate()
195 TimerMarker T_func(getContext(), getFunctionName().toStringOrEmpty()); in translate()
221 getContext()->dumpLocalTimers(getFunctionName().toString()); in translate()
1728 Str << ReturnType << " @" << getFunctionName() << "("; in dump()
DIceSwitchLowering.h98 GlobalString getFunctionName() const { return FuncName; } in getFunctionName() function
DIceInstrumentation.cpp52 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in instrumentFunc()
DIceCfgNode.h51 return ".L" + Func->getFunctionName() + "$" + getName(); in getAsmName()
DIceAssembler.h327 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName() function
DIceCfg.h62 GlobalString getFunctionName() const { return FunctionName; } in getFunctionName() function
DWasmTranslator.cpp132 std::string getFunctionName(const WasmModule *Module, uint32_t func_index) { in getFunctionName() function
1066 const auto TargetName = getFunctionName(Module, Index); in CallDirect()
1566 LOG(out << " " << F << ": " << getFunctionName(Module, F) << "\n"); in translate()
1629 const auto FnName = getFunctionName(Module, Fn.func_index); in translate()
DIceInst.cpp580 const auto FuncName = Func->getFunctionName(); in makeName()
593 Name(makeName(Func, Id)), FuncName(Func->getFunctionName()) { in InstJumpTable()
DIceASanInstrumentation.cpp77 std::string FuncName = Func->getFunctionName().toStringOrEmpty(); in isInstrumentable()
DIceELFObjectWriter.cpp603 NewFixup.set_value(Ctx.getConstantSym(TargetOffset, JT.getFunctionName())); in writeJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress()
99 std::string PDBContext::getFunctionName(uint64_t Address, in getFunctionName() function in PDBContext
/third_party/typescript/src/compiler/
Ddebug.ts212 () => `Node array did not pass test '${getFunctionName(test)}'.`,
224 … () => `Node ${formatSyntaxKind(node!.kind)} did not pass test '${getFunctionName(test!)}'.`,
236 …=> `Node ${formatSyntaxKind(node!.kind)} should not have passed test '${getFunctionName(test!)}'.`,
249 … () => `Node ${formatSyntaxKind(node!.kind)} did not pass test '${getFunctionName(test!)}'.`,
278 export function getFunctionName(func: AnyFunction) { function
730 const deprecation = createDeprecation(getFunctionName(func), options);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DDemangle.h80 char *getFunctionName(char *Buf, size_t *N) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h59 std::string getFunctionName(uint64_t Address, DINameKind NameKind) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp180 static StringRef getFunctionName(const DISubprogram *SP) { in getFunctionName() function
349 LLVM_DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n"); in GCOVFunction()
363 FNLOS << getFunctionName(SP) << SP->getLine(); in GCOVFunction()
399 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) + in writeOut()
408 writeGCOVString(getFunctionName(SP)); in writeOut()
1015 ? Builder.CreateGlobalStringPtr(getFunctionName(SP)) in insertCounterWriteout()
/third_party/node/lib/internal/source_map/
Dprepare_stack_trace.js84 const fnName = t.getFunctionName() ?? t.getMethodName();
/third_party/node/lib/internal/
Derrors.js90 const firstFrame = trace[0]?.getFunctionName();
93 const fn = trace[l]?.getFunctionName();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp475 char *ItaniumPartialDemangler::getFunctionName(char *Buf, size_t *N) const { in getFunctionName() function in ItaniumPartialDemangler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp914 static StringRef getFunctionName(TargetLowering::CallLoweringInfo &CLI) { in getFunctionName() function
1015 StringRef FuncName = getFunctionName(CLI); in analyzeBuiltinArguments()
/third_party/node/lib/
Drepl.js651 (frame) => frame.getFunctionName() === null

12