/third_party/skia/src/sksl/codegen/ |
H A D | SkSLVMCodeGenerator.h | 52 SkVMDebugInfo* debugInfo, 84 SkVMDebugInfo* debugInfo, 106 SkVMDebugInfo* debugInfo);
|
H A D | SkSLVMCodeGenerator.cpp | 119 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 D | GrVkAMDMemoryAllocator.cpp | 453 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 D | SkSLMain.cpp | 96 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 D | VulkanTester.cpp | 305 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 D | Shader.cpp | 254 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 D | runtests | 169 -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 D | LLVMReactor.hpp | 119 std::unique_ptr<rr::DebugInfo> debugInfo; member in rr::JITBuilder
|
H A D | LLVMReactor.cpp | 601 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 D | LLVMJIT.cpp | 840 if(debugInfo != nullptr)
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | localintermediate.h | 302 debugInfo(false), 471 debugInfo = debuginfo; 473 bool getDebugInfo() const { return debugInfo; } 1151 bool debugInfo;
|
H A D | ShaderLang.cpp | 1790 void TShader::setDebugInfo(bool debugInfo) { intermediate->setDebugInfo(debugInfo); } in setDebugInfo() argument
|
H A D | linkValidate.cpp | 317 MERGE_TRUE(debugInfo); in mergeModes()
|
/third_party/glslang/glslang/Public/ |
H A D | ShaderLang.h | 474 GLSLANG_EXPORT void setDebugInfo(bool debugInfo);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 2727 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 D | Renderer11.cpp | 3126 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 D | typingsInstaller.js | 3160 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)"; [all...] |
H A D | tsc.js | 2722 case 3: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)"; [all...] |
H A D | tsserverlibrary.js | 3179 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)"; [all...] |
H A D | typescript.js | 3170 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)"; [all...] |
H A D | typescriptServices.js | 3170 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)"; [all...] |
H A D | tsserver.js | 3180 case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(function mapper)"; [all...] |