/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTestPackages.cpp | 126 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init() 127 addChild(new glcts::InternalformatTests(getContext())); in init() 128 addChild(new gl4cts::GPUShaderFP64Tests(getContext())); in init() 129 addChild(new gl4cts::TextureGatherTests(getContext())); in init() 130 addChild(new glcts::DrawIndirectTestsGL40(getContext())); in init() 131 …addChild(new gl4cts::ClipControlTests(getContext(), gl4cts::ClipControlTests::API_GL_ARB_clip_cont… in init() 132 addChild(new gl4cts::ShaderSubroutineTests(getContext())); in init() 134 …new gl4cts::TextureBarrierTests(getContext(), gl4cts::TextureBarrierTests::API_GL_ARB_texture_barr… in init() 135 addChild(new glcts::ExposedExtensionsTests(getContext())); in init() 165 addChild(new gl4cts::VertexAttrib64BitTests(getContext())); in init() [all …]
|
D | gl3cTestPackages.cpp | 83 deqp::Context& context = m_testPackage.getContext(); in deinit() 90 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() 104 deqp::Context& context = m_testPackage.getContext(); in iterate() 155 addChild(new deqp::InfoTests(getContext())); in init() 156 addChild(new gl3cts::ClipDistance::Tests(getContext())); in init() 157 addChild(new gl3cts::GLSLnoperspectiveTests(getContext())); in init() 158 addChild(new gl3cts::TransformFeedback::Tests(getContext())); in init() 159 addChild(new glcts::TextureRepeatModeTests(getContext())); in init() 160 addChild(new GL30ShaderTests(getContext())); in init() 161 addChild(new deqp::Functional::TextureShadowLodTest(getContext())); in init() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTestPackage.cpp | 110 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in init() 119 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in deinit() 124 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext(); in iterate() 125 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() 139 m_testPackage.getContext().getRenderContext().postIterate(); in iterate() 192 coreGroup->addChild(new glcts::TextureStorageMultisampleTests(getContext())); in init() 193 coreGroup->addChild(new glcts::ShaderAtomicCountersTests(getContext())); in init() 194 coreGroup->addChild(new glcts::TextureGatherTests(getContext())); in init() 195 coreGroup->addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_310_ES)); in init() 196 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 95 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in init() 104 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in deinit() 109 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext(); in iterate() 110 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() 160 addChild(new deqp::InfoTests(getContext())); in init() 163 shadersGroup->addChild(new deqp::ShaderFunctionTests(getContext(), glu::GLSL_VERSION_320_ES)); in init() 164 shadersGroup->addChild(new deqp::ShaderIntegerMixTests(getContext(), glu::GLSL_VERSION_320_ES)); in init() 165 shadersGroup->addChild(new deqp::ShaderNegativeTests(getContext(), glu::GLSL_VERSION_320_ES)); in init() 166 shadersGroup->addChild(new deqp::ShaderStructTests(getContext(), glu::GLSL_VERSION_320_ES)); in init() 167 shadersGroup->addChild(new glcts::AggressiveShaderOptimizationsTests(getContext())); in init() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 89 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in init() 98 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in deinit() 103 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext(); in iterate() 104 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() 179 addChild(new ShaderTests(getContext())); in init() 180 addChild(new glcts::TextureFilterAnisotropicTests(getContext())); in init() 181 addChild(new glcts::TextureRepeatModeTests(getContext())); in init() 182 addChild(new glcts::ExposedExtensionsTests(getContext())); in init() 184 coreGroup->addChild(new glcts::ShaderConstExprTests(getContext())); in init() 185 coreGroup->addChild(new glcts::ShaderMacroTests(getContext())); in init() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 74 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in init() 83 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in deinit() 88 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext(); in iterate() 89 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() 130 const glu::ContextType& context_type = getContext().getRenderContext().getType(); in init() 138 addChild(new glcts::GeometryShaderTests(getContext(), extParams)); in init() 139 addChild(new glcts::GPUShader5Tests(getContext(), extParams)); in init() 140 addChild(new glcts::TessellationShaderTests(getContext(), extParams)); in init() 141 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init() 142 addChild(new glcts::TextureBorderClampTests(getContext(), extParams)); in init() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCWinCOFFStreamer.cpp | 73 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 76 SwitchSection(getContext().getObjectFileInfo()->getDataSection()); in InitSections() 79 SwitchSection(getContext().getObjectFileInfo()->getBSSSection()); in InitSections() 82 SwitchSection(getContext().getObjectFileInfo()->getTextSection()); in InitSections() 184 if (getContext().getObjectFileInfo()->getTargetTriple().getArch() != in EmitCOFFSafeSEH() 192 MCSection *SXData = getContext().getObjectFileInfo()->getSXDataSection(); in EmitCOFFSafeSEH() 222 const MCSymbolRefExpr *SRE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSectionIndex() 233 const MCExpr *MCE = MCSymbolRefExpr::create(Symbol, getContext()); in EmitCOFFSecRel32() 237 MCE, MCConstantExpr::create(Offset, getContext()), getContext()); in EmitCOFFSecRel32() 252 Symbol, MCSymbolRefExpr::VK_COFF_IMGREL32, getContext()); in EmitCOFFImgRel32() [all …]
|
D | MCStreamer.cpp | 60 *Streamer.getContext().getAsmInfo(), in changeSection() 61 Streamer.getContext().getObjectFileInfo()->getTargetTriple(), OS, in changeSection() 73 Value->print(OS, Streamer.getContext().getAsmInfo()); in emitValue() 78 const MCAsmInfo *MAI = Streamer.getContext().getAsmInfo(); in emitRawBytes() 172 EmitValueImpl(MCSymbolRefExpr::create(Sym, getContext()), Size); in EmitSymbolValue() 204 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue); in emitFill() 218 return getContext().getDwarfFile(Directory, Filename, FileNo, Checksum, in tryEmitDwarfFileDirective() 227 getContext().setMCLineTableRootFile(CUID, Directory, Filename, Checksum, in emitDwarfFile0Directive() 243 getContext().setCurrentDwarfLoc(FileNo, Line, Column, Flags, Isa, in EmitDwarfLocDirective() 248 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID); in getDwarfLineTableSymbol() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 219 auto context = es2::getContext(); in ReadBuffer() 323 auto context = es2::getContext(); in DrawRangeElements() 369 auto context = es2::getContext(); in TexImage3D() 423 auto context = es2::getContext(); in TexSubImage3D() 470 auto context = es2::getContext(); in CopyTexSubImage3D() 544 auto context = es2::getContext(); in CompressedTexImage3D() 631 auto context = es2::getContext(); in CompressedTexSubImage3D() 671 auto context = es2::getContext(); in GenQueries() 691 auto context = es2::getContext(); in DeleteQueries() 711 auto context = es2::getContext(); in IsQuery() [all …]
|
D | libGLESv2.cpp | 64 auto context = es2::getContext(); in ActiveTexture() 81 auto context = es2::getContext(); in AttachShader() 137 auto context = es2::getContext(); in BeginQueryEXT() 154 auto context = es2::getContext(); in BindAttribLocation() 185 auto context = es2::getContext(); in BindBuffer() 230 auto context = es2::getContext(); in BindFramebuffer() 255 auto context = es2::getContext(); in BindRenderbuffer() 271 auto context = es2::getContext(); in BindTexture() 313 auto context = es2::getContext(); in BlendColor() 349 auto context = es2::getContext(); in BlendEquationSeparate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64TargetObjectFile.cpp | 44 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext()); in getTTypeGlobalReference() 45 MCSymbol *PCSym = getContext().createTempSymbol(); in getTTypeGlobalReference() 47 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getTTypeGlobalReference() 48 return MCBinaryExpr::createSub(Res, PC, getContext()); in getTTypeGlobalReference() 69 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOT, getContext()); in getIndirectSymViaGOTPCRel() 70 MCSymbol *PCSym = getContext().createTempSymbol(); in getIndirectSymViaGOTPCRel() 72 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext()); in getIndirectSymViaGOTPCRel() 73 return MCBinaryExpr::createSub(Res, PC, getContext()); in getIndirectSymViaGOTPCRel()
|
/third_party/flutter/skia/src/gpu/ |
D | GrOnFlushResourceProvider.cpp | 44 auto proxyProvider = fDrawingMgr->getContext()->priv().proxyProvider(); in assignUniqueKeyToProxy() 49 auto proxyProvider = fDrawingMgr->getContext()->priv().proxyProvider(); in removeUniqueKeyFromProxy() 54 auto proxyProvider = fDrawingMgr->getContext()->priv().proxyProvider(); in processInvalidUniqueKey() 61 auto proxyProvider = fDrawingMgr->getContext()->priv().proxyProvider(); in findOrCreateProxyByUniqueKey() 69 auto direct = fDrawingMgr->getContext()->priv().asDirectContext(); in instatiateProxy() 88 auto direct = fDrawingMgr->getContext()->priv().asDirectContext(); in makeBuffer() 102 auto direct = fDrawingMgr->getContext()->priv().asDirectContext(); in findOrMakeStaticBuffer() 117 return fDrawingMgr->getContext()->priv().contextID(); in contextID() 121 return fDrawingMgr->getContext()->priv().caps(); in caps()
|
D | GrGpuResource.cpp | 19 SkASSERT(gpu->getContext()); in get_resource_cache() 20 SkASSERT(gpu->getContext()->priv().getResourceCache()); in get_resource_cache() 21 return gpu->getContext()->priv().getResourceCache(); in get_resource_cache() 120 const GrContext* GrGpuResource::getContext() const { in getContext() function in GrGpuResource 122 return fGpu->getContext(); in getContext() 128 GrContext* GrGpuResource::getContext() { in getContext() function in GrGpuResource 130 return fGpu->getContext(); in getContext() 242 SkASSERT(cache == fResource->getContext()->priv().getResourceCache()); in ref()
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
D | MainFragment.java | 72 mGlobalSettings = new GlobalSettings(getContext(), mInstalledPkgs); in onCreate() 90 getContext().getString(R.string.intent_angle_for_android_toast_message))); in onResume() 126 String allUseAngleKey = getContext().getString(R.string.pref_key_all_angle); in createAllUseAnglePreference() 134 Receiver.updateAllUseAngle(getContext()); in createAllUseAnglePreference() 143 getContext().getString(R.string.pref_key_angle_in_use_dialog); in createShowAngleInUseDialogPreference() 152 Receiver.updateShowAngleInUseDialogBox(getContext()); in createShowAngleInUseDialogPreference() 165 getContext().getString(R.string.pref_key_select_opengl_driver_category); in createInstalledAppsListPreference() 172 ListPreference listPreference = new ListPreference(installedPkgsCat.getContext()); in createInstalledAppsListPreference() 180 ListPreference listPreference = new ListPreference(installedPkgsCat.getContext()); in createInstalledAppsListPreference() 245 String noAppsInstalledTitle = getContext().getString(R.string.no_apps_installed_title); in initEmptyListPreference() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 71 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in init() 80 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in deinit() 85 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext(); in iterate() 86 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() 150 addChild(new ShaderTests(getContext())); in init() 151 addChild(new Texture3DTests(getContext())); in init() 153 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SanitizerStats.cpp | 25 StatTy = ArrayType::get(Type::getInt8PtrTy(M->getContext()), 2); in SanitizerStatReport() 37 return StructType::get(M->getContext(), {Type::getInt8PtrTy(M->getContext()), in makeModuleStatsTy() 38 Type::getInt32Ty(M->getContext()), in makeModuleStatsTy() 77 PointerType *Int8PtrTy = Type::getInt8PtrTy(M->getContext()); in finish() 78 IntegerType *Int32Ty = Type::getInt32Ty(M->getContext()); in finish() 79 Type *VoidTy = Type::getVoidTy(M->getContext()); in finish() 96 auto BB = BasicBlock::Create(M->getContext(), "", F); in finish()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 34 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getTTypeGlobalReference() 35 const MCExpr *Four = MCConstantExpr::create(4, getContext()); in getTTypeGlobalReference() 36 return MCBinaryExpr::createAdd(Res, Four, getContext()); in getTTypeGlobalReference() 57 MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_GOTPCREL, getContext()); in getIndirectSymViaGOTPCRel() 58 const MCExpr *Off = MCConstantExpr::create(FinalOff, getContext()); in getIndirectSymViaGOTPCRel() 59 return MCBinaryExpr::createAdd(Res, Off, getContext()); in getIndirectSymViaGOTPCRel() 64 return MCSymbolRefExpr::create(Sym, MCSymbolRefExpr::VK_DTPOFF, getContext()); in getDebugThreadLocalSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Metadata.cpp | 68 getType()->getContext().pImpl->MetadataAsValues.erase(MD); in ~MetadataAsValue() 121 LLVMContext &Context = getContext(); in handleChangedMetadata() 351 auto &Context = V->getContext(); in get() 369 return V->getContext().pImpl->ValuesAsMetadata.lookup(V); in getIfExists() 375 auto &Store = V->getType()->getContext().pImpl->ValuesAsMetadata; in handleDeletion() 397 LLVMContext &Context = From->getType()->getContext(); in handleRAUW() 796 return uniquifyImpl(SubclassThis, getContext().pImpl->CLASS##s); \ in uniquify() 808 getContext().pImpl->CLASS##s.erase(cast<CLASS>(this)); \ in eraseFromStore() 857 getContext().pImpl->DistinctMDNodes.push_back(this); in storeDistinctInContext() 908 return getOrSelfReference(A->getContext(), MDs.getArrayRef()); in concatenate() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 102 Asm.getContext().reportError(Fixup.getLoc(), in getAArch64FixupKindMachOInfo() 182 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 193 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 200 Asm.getContext().reportError(Fixup.getLoc(), "unknown AArch64 fixup kind!"); in recordRelocation() 212 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 244 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 251 Asm.getContext().reportError(Fixup.getLoc(), in recordRelocation() 264 Asm.getContext().reportError( in recordRelocation() 271 Asm.getContext().reportError( in recordRelocation() 279 Asm.getContext().reportError( in recordRelocation() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInst.cpp | 419 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget() 581 auto *Ctx = Func->getContext(); in makeName() 631 Ostream &Str = Func->getContext()->getStrDump(); in dumpDecorated() 652 Ostream &Str = Func->getContext()->getStrDump(); in dump() 661 Ostream &Str = Func->getContext()->getStrDump(); in dumpExtras() 684 Ostream &Str = Func->getContext()->getStrDump(); in dumpSources() 695 Ostream &Str = Func->getContext()->getStrEmit(); in emitSources() 713 Ostream &Str = Func->getContext()->getStrDump(); in dump() 724 Ostream &Str = Func->getContext()->getStrDump(); in dump() 733 Ostream &Str = Func->getContext()->getStrDump(); in dump() [all …]
|
D | IceInstX8632.cpp | 160 Func->getContext(), ".L" + Func->getFunctionName() + "$local$__" + in InstX86Label() 163 Name = GlobalString::createWithoutString(Func->getContext()); in InstX86Label() 406 Ostream &Str = Func->getContext()->getStrDump(); in dump() 414 Ostream &Str = Func->getContext()->getStrDump(); in dump() 427 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 442 Ostream &Str = Func->getContext()->getStrDump(); in dump() 449 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 502 Ostream &Str = Func->getContext()->getStrDump(); in dump() 530 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 573 Ostream &Str = Func->getContext()->getStrDump(); in dump() [all …]
|
D | IceInstX8664.cpp | 148 Func->getContext(), ".L" + Func->getFunctionName() + "$local$__" + in InstX86Label() 151 Name = GlobalString::createWithoutString(Func->getContext()); in InstX86Label() 386 Ostream &Str = Func->getContext()->getStrDump(); in dump() 394 Ostream &Str = Func->getContext()->getStrDump(); in dump() 407 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 422 Ostream &Str = Func->getContext()->getStrDump(); in dump() 429 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 482 Ostream &Str = Func->getContext()->getStrDump(); in dump() 510 Ostream &Str = Func->getContext()->getStrEmit(); in emit() 560 Ostream &Str = Func->getContext()->getStrDump(); in dump() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSingleConfigTestPackage.cpp | 77 …glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getConte… in deinit() 82 tcu::TestContext& testCtx = m_testPackage.getContext().getTestContext(); in iterate() 83 glu::RenderContext& renderCtx = m_testPackage.getContext().getRenderContext(); in iterate() 133 addChild(new glcts::ArrayOfArraysTestGroupGL(getContext())); in init() 167 addChild(new gl4cts::EnhancedLayoutsTests(getContext())); in init() 196 addChild(new glc::subgroups::GlSubgroupTests(getContext())); in init() 253 addChild(new glc::subgroups::GlSubgroupTests(getContext())); in init()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 82 MCContext &getContext() { return getStreamer().getContext(); } in getContext() function in __anonf5a416850111::X86WinCOFFTargetStreamer 102 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOProc() 120 ProcSym->print(OS, getStreamer().getContext().getAsmInfo()); in emitFPOData() 152 getContext().reportError( in checkInFPOPrologue() 161 MCSymbol *Label = getContext().createTempSymbol("cfi", true); in emitFPOLabel() 169 getContext().reportError( in emitFPOProc() 182 getContext().reportError(L, ".cv_fpo_endproc must appear after .cv_proc"); in emitFPOEndProc() 188 getContext().reportError(L, "missing .cv_fpo_endprologue"); in emitFPOEndProc() 242 getContext().reportError( in emitFPOStackAlign() 320 const MCRegisterInfo *MRI = OS.getContext().getRegisterInfo(); in emitFrameDataRecord() [all …]
|
/third_party/skia/src/gpu/ |
D | GrGpuResource.cpp | 19 SkASSERT(gpu->getContext()); in get_resource_cache() 20 SkASSERT(gpu->getContext()->priv().getResourceCache()); in get_resource_cache() 21 return gpu->getContext()->priv().getResourceCache(); in get_resource_cache() 129 const GrDirectContext* GrGpuResource::getContext() const { in getContext() function in GrGpuResource 131 return fGpu->getContext(); in getContext() 137 GrDirectContext* GrGpuResource::getContext() { in getContext() function in GrGpuResource 139 return fGpu->getContext(); in getContext() 239 SkASSERT(cache == fResource->getContext()->priv().getResourceCache()); in ref()
|