Home
last modified time | relevance | path

Searched refs:getContext (Results 1 - 25 of 907) sorted by relevance

12345678910>>...37

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTestPackages.cpp126 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_control)); in init()
132 addChild(new gl4cts::ShaderSubroutineTests(getContext())); in init()
134 new gl4cts::TextureBarrierTests(getContext(), gl4cts::TextureBarrierTests::API_GL_ARB_texture_barrier)); in init()
135 addChild(new glcts::ExposedExtensionsTests(getContext())); in init()
165 addChild(new gl4cts::VertexAttrib64BitTests(getContext())); in init()
[all...]
H A Dgl3cTestPackages.cpp83 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/
H A Des31cTestPackage.cpp110 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init()
119 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); 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()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp95 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init()
104 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); 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(), gl in init()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp74 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init()
83 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); 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(), extParam in init()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp89 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init()
98 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); 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()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp73 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()
[all...]
H A DMCStreamer.cpp60 *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() in getDwarfLineTableSymbol()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp219 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...]
H A DlibGLESv2.cpp64 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/
H A DAArch64TargetObjectFile.cpp44 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/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp71 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); in init()
80 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); 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/angle2/src/android_system_settings/src/com/android/angle/common/
H A DMainFragment.java72 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() in initEmptyListPreference()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSanitizerStats.cpp25 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()
H A DUnifyFunctionExitNodes.cpp69 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
71 new UnreachableInst(F.getContext(), UnreachableBlock); in runOnFunction()
92 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
97 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in runOnFunction()
103 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp102 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() in recordRelocation()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcSingleConfigTestPackage.cpp77 glu::resetState(m_testPackage.getContext().getRenderContext(), m_testPackage.getContext().getContextInfo()); 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/
H A DX86TargetObjectFile.cpp34 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/subzero/src/
H A DIceInstX8632.cpp160 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() in dump()
[all...]
H A DIceInstX8664.cpp148 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() in dump()
[all...]
H A DIceInst.cpp419 Srcs[I] = Target->getCfg()->getContext()->getConstantZero(Ty); in clearOperandForTarget()
581 auto *Ctx = Func->getContext();
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() in dump()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp157 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
165 Asm.getContext().reportError( in RecordX86_64Relocation()
181 Asm.getContext().reportError( in RecordX86_64Relocation()
190 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
220 if (!Asm.getContext().getAsmInfo()->isSectionAtomizableBySymbols(Sec)) in RecordX86_64Relocation()
260 Asm.getContext().reportError(Fixup.getLoc(), in RecordX86_64Relocation()
266 Asm.getContext().reportError( in RecordX86_64Relocation()
286 Asm.getContext().reportError( in RecordX86_64Relocation()
314 Asm.getContext().reportError( in RecordX86_64Relocation()
333 Asm.getContext() in RecordX86_64Relocation()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp323 return ConstantFP::get(Ty->getContext(), in getNullValue()
326 return ConstantFP::get(Ty->getContext(), in getNullValue()
329 return ConstantFP::get(Ty->getContext(), in getNullValue()
332 return ConstantFP::get(Ty->getContext(), in getNullValue()
335 return ConstantFP::get(Ty->getContext(), in getNullValue()
338 return ConstantFP::get(Ty->getContext(), in getNullValue()
348 return ConstantTokenNone::get(Ty->getContext()); in getNullValue()
359 Constant *C = ConstantInt::get(Ty->getContext(), V); in getIntegerValue()
374 return ConstantInt::get(Ty->getContext(), in getAllOnesValue()
380 return ConstantFP::get(Ty->getContext(), F in getAllOnesValue()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h76 LLVMContext &Ctx = Fn.getContext();
102 LLVMContext &Ctx = Fn.getContext();
128 LLVMContext &Ctx = Fn.getContext();
162 MF.getFunction().getContext().getRemarkStreamer() || in allowExtraAnalysis()
163 MF.getFunction().getContext().getDiagHandlerPtr()->isAnyRemarkEnabled( in allowExtraAnalysis()
175 if (MF.getFunction().getContext().getRemarkStreamer() || in emit()
177 .getContext() in emit()
/third_party/vk-gl-cts/modules/gles3/
H A Dtes3TestCaseWrapper.hpp78 DE_ASSERT(m_testPackage.getContext()); in deinit()
79 glu::resetState(m_testPackage.getContext()->getRenderContext(), m_testPackage.getContext()->getContextInfo()); in deinit()
85 tcu::TestContext& testCtx = m_testPackage.getContext()->getTestContext(); in iterate()
91 m_testPackage.getContext()->getRenderContext().postIterate(); in iterate()

Completed in 24 milliseconds

12345678910>>...37