Home
last modified time | relevance | path

Searched refs:debugInfo (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLVMCodeGenerator.h52 SkVMDebugInfo* debugInfo,
84 SkVMDebugInfo* debugInfo,
106 SkVMDebugInfo* debugInfo);
H A DSkSLVMCodeGenerator.cpp119 SkVMDebugInfo* debugInfo,
351 SkVMDebugInfo* debugInfo,
357 , fDebugInfo(debugInfo)
1811 SkVMDebugInfo* debugInfo,
1856 SkVMGenerator generator(program, builder, debugInfo, std::move(sampleShader),
1869 SkVMDebugInfo* debugInfo,
1912 SkVMGenerator generator(program, b, debugInfo, sampleShader, sampleColorFilter, sampleBlender);
2000 SkVMDebugInfo* debugInfo) {
2053 skvm::Color result = SkSL::ProgramToSkVM(program, *main, builder, debugInfo,
/third_party/skia/src/gpu/vk/
H A DGrVkAMDMemoryAllocator.cpp453 SkString debugInfo; in vmaDefragment() local
454 dumpVmaStats(&debugInfo); in vmaDefragment()
456 debugInfo.c_str()); in vmaDefragment()
457 HITRACE_OHOS_NAME_FMT_ALWAYS("GrVkAMDMemoryAllocator::vmaDefragment() before: %s", debugInfo.c_str()); in vmaDefragment()
465 debugInfo = ""; in vmaDefragment()
466 dumpVmaStats(&debugInfo); in vmaDefragment()
468 debugInfo.c_str()); in vmaDefragment()
469 HITRACE_OHOS_NAME_FMT_ALWAYS("GrVkAMDMemoryAllocator::vmaDefragment() after: %s", debugInfo.c_str()); in vmaDefragment()
/third_party/skia/src/sksl/
H A DSkSLMain.cpp96 std::unique_ptr<SkSL::SkVMDebugInfo>* debugInfo) { in detect_shader_settings()
221 *debugInfo = std::make_unique<SkSL::SkVMDebugInfo>(); in detect_shader_settings()
301 std::unique_ptr<SkSL::SkVMDebugInfo> debugInfo; in processCommand() local
303 if (!detect_shader_settings(text, &settings, &caps, &debugInfo)) { in processCommand()
386 debugInfo.get())) { in processCommand()
391 if (debugInfo) { in processCommand()
392 debugInfo->dump(redirect.get()); in processCommand()
93 detect_shader_settings(const SkSL::String& text, SkSL::Program::Settings* settings, const SkSL::ShaderCapsClass** caps, std::unique_ptr<SkSL::SkVMDebugInfo>* debugInfo) detect_shader_settings() argument
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp305 vk::DebugUtilsMessengerCreateInfoEXT debugInfo;
306 debugInfo.messageSeverity =
311 debugInfo.messageType = vk::DebugUtilsMessageTypeFlagBitsEXT::eGeneral |
326 debugInfo.pfnUserCallback = debugInfoCallback;
327 debugReport = instance.createDebugUtilsMessengerEXT(debugInfo);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DShader.cpp254 const std::string &debugInfo = mImplementation->getDebugInfo(); in getTranslatedSourceWithDebugInfoLength() local
255 if (debugInfo.empty()) in getTranslatedSourceWithDebugInfoLength()
260 return (static_cast<int>(debugInfo.length()) + 1); in getTranslatedSourceWithDebugInfoLength()
310 const std::string &debugInfo = mImplementation->getDebugInfo(); in getTranslatedSourceWithDebugInfo() local
311 GetSourceImpl(debugInfo, bufSize, length, buffer); in getTranslatedSourceWithDebugInfo()
/third_party/glslang/Test/
H A Druntests169 -G -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.frag.out
170 diff -b $BASEDIR/spv.debugInfo.frag.out $TARGETDIR/spv.debugInfo.frag.out || HASERROR=1
172 -V -H spv.debugInfo.frag --rsb frag 3 > $TARGETDIR/spv.debugInfo.1.1.frag.out
173 diff -b $BASEDIR/spv.debugInfo.1.1.frag.out $TARGETDIR/spv.debugInfo.1.1.frag.out || HASERROR=1
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMReactor.hpp119 std::unique_ptr<rr::DebugInfo> debugInfo; member in rr::JITBuilder
H A DLLVMReactor.cpp601 if(jit->debugInfo != nullptr) in acquireRoutine()
603 jit->debugInfo->Finalize(); in acquireRoutine()
698 jit->debugInfo = std::make_unique<DebugInfo>(jit->builder.get(), jit->context.get(), jit->module.get(), jit->function); in createFunction()
4098 if(jit->debugInfo != nullptr) in EmitDebugLocation()
4100 jit->debugInfo->EmitLocation(); in EmitDebugLocation()
4108 if(jit->debugInfo != nullptr) in EmitDebugVariable()
4110 jit->debugInfo->EmitVariable(value); in EmitDebugVariable()
4118 if(jit->debugInfo != nullptr) in FlushDebug()
4120 jit->debugInfo->Flush(); in FlushDebug()
4259 jit->debugInfo in promoteFunctionToCoroutine()
[all...]
H A DLLVMJIT.cpp840 if(debugInfo != nullptr)
/third_party/glslang/glslang/MachineIndependent/
H A Dlocalintermediate.h302 debugInfo(false),
471 debugInfo = debuginfo;
473 bool getDebugInfo() const { return debugInfo; }
1151 bool debugInfo;
H A DShaderLang.cpp1790 void TShader::setDebugInfo(bool debugInfo) { intermediate->setDebugInfo(debugInfo); } in setDebugInfo() argument
H A DlinkValidate.cpp317 MERGE_TRUE(debugInfo); in mergeModes()
/third_party/glslang/glslang/Public/
H A DShaderLang.h474 GLSLANG_EXPORT void setDebugInfo(bool debugInfo);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2727 std::string debugInfo; in compileToExecutable() local
2729 nullptr, &binary, &debugInfo); in compileToExecutable()
2748 if (!debugInfo.empty()) in compileToExecutable()
2750 (*outExectuable)->appendDebugInfo(debugInfo); in compileToExecutable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3126 std::string debugInfo; in compileToExecutable() local
3128 &binary, &debugInfo)); in compileToExecutable()
3149 if (!debugInfo.empty()) in compileToExecutable()
3151 (*outExectuable)->appendDebugInfo(debugInfo); in compileToExecutable()
/third_party/typescript/lib/
H A DtypingsInstaller.js3160 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)";
[all...]
H A Dtsc.js2722 case 3: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)";
[all...]
H A Dtsserverlibrary.js3179 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)";
[all...]
H A Dtypescript.js3170 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)";
[all...]
H A DtypescriptServices.js3170 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)";
[all...]
H A Dtsserver.js3180 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)";
[all...]

Completed in 208 milliseconds