Home
last modified time | relevance | path

Searched defs:debugInfo (Results 1 – 13 of 13) 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/gpu/vk/
DGrVkAMDMemoryAllocator.cpp457 SkString debugInfo; in vmaDefragment() 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/glslang/glslang/MachineIndependent/
Dlocalintermediate.h1151 bool debugInfo; variable
DShaderLang.cpp1790 void TShader::setDebugInfo(bool debugInfo) { intermediate->setDebugInfo(debugInfo); } in setDebugInfo()
/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/
Dtsc.js55532 function makeFunctionTypeMapper(func, debugInfo) { argument
55533 …return ts.Debug.attachDebugPrototypeIfDebug({ kind: 3, func: func, debugInfo: ts.Debug.isDebugging… property
DtypingsInstaller.js66428 function makeFunctionTypeMapper(func, debugInfo) { argument
66429 …DebugPrototypeIfDebug({ kind: 3 /* TypeMapKind.Function */, func: func, debugInfo: ts.Debug.isDebu… property