/third_party/skia/src/sksl/codegen/ |
D | SkSLVMCodeGenerator.h | 52 SkVMDebugInfo* debugInfo, 84 SkVMDebugInfo* debugInfo, 106 SkVMDebugInfo* debugInfo);
|
D | SkSLVMCodeGenerator.cpp | 119 SkVMDebugInfo* debugInfo, 351 SkVMDebugInfo* debugInfo, in SkVMGenerator() argument 357 , fDebugInfo(debugInfo) in SkVMGenerator() 1811 SkVMDebugInfo* debugInfo, in ProgramToSkVM() argument 1856 SkVMGenerator generator(program, builder, debugInfo, std::move(sampleShader), in ProgramToSkVM() 1869 SkVMDebugInfo* debugInfo, in ProgramToSkVM() argument 1912 SkVMGenerator generator(program, b, debugInfo, sampleShader, sampleColorFilter, sampleBlender); in ProgramToSkVM() 2000 SkVMDebugInfo* debugInfo) { in testingOnly_ProgramToSkVMShader() argument 2053 skvm::Color result = SkSL::ProgramToSkVM(program, *main, builder, debugInfo, in testingOnly_ProgramToSkVMShader()
|
/third_party/node/deps/v8/src/builtins/ |
D | internal-coverage.tq | 12 const debugInfo = Cast<DebugInfo>(shared.script_or_debug_info) 15 if (!debugInfo.flags.has_coverage_info) goto IfNoCoverageInfo; 16 return UnsafeCast<CoverageInfo>(debugInfo.coverage_info);
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 305 vk::DebugUtilsMessengerCreateInfoEXT debugInfo; in initialize() local 306 debugInfo.messageSeverity = in initialize() 311 debugInfo.messageType = vk::DebugUtilsMessageTypeFlagBitsEXT::eGeneral | in initialize() 326 debugInfo.pfnUserCallback = debugInfoCallback; in initialize() 327 debugReport = instance.createDebugUtilsMessengerEXT(debugInfo); in initialize()
|
/third_party/skia/src/sksl/ |
D | SkSLMain.cpp | 96 std::unique_ptr<SkSL::SkVMDebugInfo>* debugInfo) { in detect_shader_settings() argument 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()
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | projectReferencesSourcemap.ts | 101 debugInfo?: string, 103 …rojectService().filenameToScriptInfo.get(dtsMapPath), dependencyMap, `${debugInfo} dependencyMap`); 105 …dependencyMap.documentPositionMapper, documentPositionMapper, equal, `${debugInfo} DocumentPositio… 113 debugInfo?: string, 115 …yDocumentPositionMapper(session, dependencyMap, documentPositionMapper, /*equal*/ true, debugInfo); 118 function verifyEquality<T>(actual: T, expected: T, equal: boolean, debugInfo?: string) { 120 assert.strictEqual(actual, expected, debugInfo); 123 assert.notStrictEqual(actual, expected, debugInfo); 142 const debugInfo = `${JSON.stringify(fnAction)}:: ${fn}`; constant 150 … assert.equal(dtsInfo.sourceMapFilePath, dtsMapPath, `${debugInfo} sourceMapFilePath`); [all …]
|
/third_party/glslang/Test/ |
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/angle2/src/libANGLE/ |
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/baseResults/ |
D | spv.debugInfo.frag.out | 1 spv.debugInfo.frag 11 1: String "spv.debugInfo.frag"
|
D | spv.debugInfo.1.1.frag.out | 1 spv.debugInfo.frag 11 1: String "spv.debugInfo.frag"
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.hpp | 119 std::unique_ptr<rr::DebugInfo> debugInfo; member in rr::JITBuilder
|
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.g… 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 = std::make_unique<rr::DebugInfo>(jit->builder.get(), jit->context.get(), jit->modu… in promoteFunctionToCoroutine() [all …]
|
D | LLVMJIT.cpp | 840 if(debugInfo != nullptr) in optimize()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | localintermediate.h | 302 debugInfo(false), 471 debugInfo = debuginfo; in setDebugInfo() 473 bool getDebugInfo() const { return debugInfo; } in getDebugInfo() 1151 bool debugInfo; variable
|
D | ShaderLang.cpp | 1790 void TShader::setDebugInfo(bool debugInfo) { intermediate->setDebugInfo(debugInfo); } in setDebugInfo() argument
|
D | linkValidate.cpp | 317 MERGE_TRUE(debugInfo); in mergeModes()
|
/third_party/glslang/glslang/Public/ |
D | ShaderLang.h | 474 GLSLANG_EXPORT void setDebugInfo(bool debugInfo);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
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/ |
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/src/compiler/ |
D | debug.ts | 792 case TypeMapKind.Function: return this.debugInfo?.() || "(function mapper)";
|
D | types.ts | 6363 | { kind: TypeMapKind.Function, func: (t: Type) => Type, debugInfo?: () => string }
|
D | checker.ts | 17265 … function makeFunctionTypeMapper(func: (t: Type) => Type, debugInfo: () => string): TypeMapper { 17266 …bugPrototypeIfDebug({ kind: TypeMapKind.Function, func, debugInfo: Debug.isDebugging ? debugInfo :…
|
/third_party/typescript/lib/ |
D | tsc.js | 2722 …case 3: return ((_a = this.debugInfo) === null || _a === void 0 ? void 0 : _a.call(this)) || "(fun… 55430 function makeFunctionTypeMapper(func, debugInfo) { argument 55431 …bug.attachDebugPrototypeIfDebug({ kind: 3, func: func, debugInfo: ts.Debug.isDebugging ? debugInfo… property
|
D | typingsInstaller.js | 3160 …case 3 /* TypeMapKind.Function */: return ((_a = this.debugInfo) === null || _a === void 0 ? void … 66322 function makeFunctionTypeMapper(func, debugInfo) { argument 66323 …ebug({ kind: 3 /* TypeMapKind.Function */, func: func, debugInfo: ts.Debug.isDebugging ? debugInfo… property
|