Home
last modified time | relevance | path

Searched defs:debugInfo (Results 1 – 14 of 14) 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/m133/src/gpu/vk/vulkanmemoryallocator/
DVulkanAMDMemoryAllocator.cpp336 SkString debugInfo; in vmaDefragment() 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.ts143 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/m133/src/sksl/codegen/
DSkSLRasterPipelineBuilder.cpp2585 std::string slotOrUniformName(SkSpan<const SlotDebugInfo> debugInfo, in slotOrUniformName()
/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.js56422 function makeFunctionTypeMapper(func, debugInfo) { argument
56423 …return Debug.attachDebugPrototypeIfDebug({ kind: 3 /* Function */, func, debugInfo: Debug.isDebugg… property