Home
last modified time | relevance | path

Searched defs:debugInfo (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.hpp119 std::unique_ptr<rr::DebugInfo> debugInfo; member in rr::JITBuilder
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.cpp254 const std::string &debugInfo = mImplementation->getDebugInfo(); in getTranslatedSourceWithDebugInfoLength() local
310 const std::string &debugInfo = mImplementation->getDebugInfo(); in getTranslatedSourceWithDebugInfo() local
/third_party/skia/src/sksl/
DSkSLMain.cpp96 std::unique_ptr<SkSL::SkVMDebugInfo>* debugInfo) { in detect_shader_settings()
301 std::unique_ptr<SkSL::SkVMDebugInfo> debugInfo; in processCommand() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp305 vk::DebugUtilsMessengerCreateInfoEXT debugInfo; in initialize() local
/third_party/skia/src/sksl/codegen/
DSkSLVMCodeGenerator.cpp351 SkVMDebugInfo* debugInfo, in SkVMGenerator()
1811 SkVMDebugInfo* debugInfo, in ProgramToSkVM()
1869 SkVMDebugInfo* debugInfo, in ProgramToSkVM()
2000 SkVMDebugInfo* debugInfo) { in testingOnly_ProgramToSkVMShader()
/third_party/typescript/src/testRunner/unittests/tsserver/
DprojectReferencesSourcemap.ts142 const debugInfo = `${JSON.stringify(fnAction)}:: ${fn}`; constant
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp2727 std::string debugInfo; in compileToExecutable() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3126 std::string debugInfo; in compileToExecutable() local
/third_party/typescript/lib/
DtypingsInstaller.js66233 function makeFunctionTypeMapper(func, debugInfo) { argument
66234 …DebugPrototypeIfDebug({ kind: 3 /* TypeMapKind.Function */, func: func, debugInfo: ts.Debug.isDebu… property
Dtsc.js55353 function makeFunctionTypeMapper(func, debugInfo) { argument
55354 …return ts.Debug.attachDebugPrototypeIfDebug({ kind: 3, func: func, debugInfo: ts.Debug.isDebugging… property