Home
last modified time | relevance | path

Searched refs:m_context (Results 1 – 25 of 3372) sorted by relevance

12345678910>>...135

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fFunctionalTests.cpp161 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init()
270 addChild(new FboApiTests (m_context)); in init()
332 addChild(new DepthTests (m_context)); in init()
333 addChild(new StencilTests (m_context)); in init()
335 addChild(new BlendTests (m_context)); in init()
338 addChild(new ScissorTests (m_context)); in init()
383 addChild(new BufferTests (m_context)); in init()
384 addChild(new ShaderTests (m_context)); in init()
387 addChild(new FboTests (m_context)); in init()
402 addChild(new SyncTests (m_context)); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessTests.cpp72 addChild(new Samplers::CreationTest(m_context)); in init()
73 addChild(new Samplers::DefaultsTest(m_context)); in init()
74 addChild(new Samplers::ErrorsTest(m_context)); in init()
84 addChild(new Queries::CreationTest(m_context)); in init()
85 addChild(new Queries::DefaultsTest(m_context)); in init()
86 addChild(new Queries::ErrorsTest(m_context)); in init()
88 addChild(new Queries::ReuseTest(m_context)); in init()
91 addChild(new Buffers::CreationTest(m_context)); in init()
92 addChild(new Buffers::DataTest(m_context)); in init()
93 addChild(new Buffers::ClearTest(m_context)); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/stress/
H A Des3sMemoryTests.cpp61 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init()
64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
66 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
77 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
86 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/stress/
H A Des2sMemoryTests.cpp59 …tcu::TestCaseGroup* basicGroup = new TestCaseGroup(m_context, "basic", "Basic allocation stress te… in init()
62 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
63 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
68 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
75 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init()
84 …tcu::TestCaseGroup* randomGroup = new TestCaseGroup(m_context, "random", "Random allocation stress… in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fFunctionalTests.cpp157 addChild(new RandomShaderTests(m_context)); in init()
203 addChild(new BufferWriteTests(m_context)); in init()
223 addChild(new FboApiTestGroup(m_context)); in init()
266 addChild(new DepthTests (m_context)); in init()
267 addChild(new StencilTests (m_context)); in init()
269 addChild(new ScissorTests (m_context)); in init()
270 addChild(new BlendTests (m_context)); in init()
318 addChild(new BufferTests (m_context)); in init()
323 addChild(new FboTestGroup (m_context)); in init()
335 addChild(new ClippingTests (m_context)); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderTests.cpp205 m_context, m_extParams, "conflicted_output_primitive", "Test 12.1")); in init()
207 m_context, m_extParams, "conflicted_output_vertices_max", "Test 12.2")); in init()
260 m_context, m_extParams, "vs_gs_variable_type_mismatch", "Test 20.1")); in init()
271 m_context, m_extParams, "more_ACs_in_GS_than_supported", "Test 23.4")); in init()
273 m_context, m_extParams, "more_ACBs_in_GS_than_supported", "Test 23.6")); in init()
308 m_context, m_extParams, "insufficient_emitted_vertices", "Test 24.5")); in init()
311 m_context, m_extParams, "program_pipeline_vs_gs_capture", "Test 25.2")); in init()
322 m_context, m_extParams, "layered_fbo_attachments", "Test 21.2")); in init()
325 m_context, m_extParams, "fb_texture_invalid_target", "Test 26.1")); in init()
329 m_context, m_extParams, "fb_texture_invalid_attachment", "Test 26.3")); in init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fFunctionalTests.cpp115 …gls::ShaderLibrary shaderLibrary(m_testCtx, m_context.getRenderContext(), m_context.getContextIn… in init()
317 addChild(new SSBOLayoutTests (m_context)); in init()
379 addChild(new FboColorTests (m_context)); in init()
396 addChild(new SRGBDecodeTests (m_context)); in init()
411 addChild(new ShaderTests (m_context)); in init()
412 addChild(new ComputeTests (m_context)); in init()
413 addChild(new DrawTests (m_context)); in init()
415 addChild(new SSBOTests (m_context)); in init()
420 addChild(new TextureTests (m_context)); in init()
432 addChild(new DebugTests (m_context)); in init()
[all …]
/dports/lang/solidity/solidity_0.8.11/test/libyul/
H A DYulOptimizerTestCommon.cpp168 FullInliner::run(*m_context, *m_ast); in YulOptimizerTestCommon()
174 MainFunction::run(*m_context, *m_ast); in YulOptimizerTestCommon()
191 UnusedPruner::run(*m_context, *m_ast); in YulOptimizerTestCommon()
202 UnusedPruner::run(*m_context, *m_ast); in YulOptimizerTestCommon()
217 UnusedPruner::run(*m_context, *m_ast); in YulOptimizerTestCommon()
232 SSATransform::run(*m_context, *m_ast); in YulOptimizerTestCommon()
242 SSATransform::run(*m_context, *m_ast); in YulOptimizerTestCommon()
253 LoadResolver::run(*m_context, *m_ast); in YulOptimizerTestCommon()
255 UnusedPruner::run(*m_context, *m_ast); in YulOptimizerTestCommon()
289 SSAReverser::run(*m_context, *m_ast); in YulOptimizerTestCommon()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DDrawingBuffer.cpp59 if (!m_context) in clear()
62 m_context->makeContextCurrent(); in clear()
157 m_context->clearDepth(1); in clearFramebuffer()
159 m_context->depthMask(true); in clearFramebuffer()
164 m_context->clearStencil(0); in clearFramebuffer()
175 m_context->clear(clearMask); in clearFramebuffer()
194 if (!m_context) in reset()
197 m_context->makeContextCurrent(); in reset()
271 if (!m_context) in commit()
279 m_context->makeContextCurrent(); in commit()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTests.cpp93 new glcts::MultisampleTextureTexStorage2DGeneralSamplesNumberTest(m_context)); in init()
99 new glcts::MultisampleTextureTexStorage2DReconfigurationRejectedTest(m_context)); in init()
101 new glcts::MultisampleTextureTexStorage2DTexture2DMultisampleArrayTest(m_context)); in init()
113 new glcts::InvalidTextureSizesAreRejectedValidAreAcceptedTest(m_context)); in init()
116 new glcts::NonColorDepthStencilRenderableInternalformatsAreRejectedTest(m_context)); in init()
127 new glcts::ValidInternalformatAndSamplesValuesAreAcceptedTest(m_context)); in init()
135 new glcts::MultisampleTextureGetMultisamplefvInvalidPnameRejectedTest(m_context)); in init()
143 new glcts::MultisampleTextureGetTexLevelParametervFunctionalTest(m_context)); in init()
151 new glcts::MultisampleTextureGetTexLevelParametervWorksForMaximumLodTest(m_context)); in init()
184 m_context)); in init()
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/codegen/
H A DContractCompiler.cpp77 m_context(_context), stackHeight(m_context.stackHeight()) {} in StackHeightChecker()
201 m_context.pushSubroutineSize(m_context.runtimeSub()); in packIntoContractCreator()
204 m_context.pushSubroutineOffset(m_context.runtimeSub()); in packIntoContractCreator()
212 m_context << u256(0); in packIntoContractCreator()
217 m_context.pushSubroutineSize(m_context.runtimeSub()); in packIntoContractCreator()
234 m_context.pushSubroutineSize(m_context.runtimeSub()); in deployLibrary()
235 m_context.pushSubroutineOffset(m_context.runtimeSub()); in deployLibrary()
373 m_context << lessTag; in appendInternalSelector()
1005 m_context << endTag; in visit()
1128 m_context << endTag; in handleCatch()
[all …]
H A DLValue.cpp102 CompilerUtils utils(m_context); in storeValue()
142 CompilerUtils utils(m_context); in setToZero()
146 m_context << Instruction::POP; in setToZero()
179 m_context << m_context.immutableMemoryOffset(m_variable); in storeValue()
185 m_context << Instruction::POP; in storeValue()
234 m_context in retrieveValue()
309 m_context in storeValue()
332 m_context << in storeValue()
464 m_context in setToZero()
480 m_context in setToZero()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dtable2asn.cpp571 if (m_context.m_gap_Unknown_length > 0 && m_context.m_gapNmin == 0) { in Run()
572 m_context.m_gapNmin = m_context.m_gap_Unknown_length; in Run()
629 m_context.m_HoldUntilPublish.SetYear(m_context.m_HoldUntilPublish.Year() + 1); in Run()
646 m_context.m_HoldUntilPublish.SetYear(m_context.m_HoldUntilPublish.Year() + years); in Run()
657 m_context.m_genome_center_id += m_context.m_ProjectVersionNumber; in Run()
699 if (m_context.m_HandleAsSet) in Run()
924 return m_context.m_scope; in GetScope()
982 if (m_context.m_HandleAsSet) in ProcessOneEntry()
1240 local_file = m_context.GenerateOutputFilename(m_context.m_asn1_suffix); in ProcessOneFile()
1412 m_context.m_scope.Reset(new CScope(*m_context.m_ObjMgr)); in Setup()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/compute/
H A Dcontext.hpp53 : m_context(0) in context()
70 if(!m_context){ in context()
111 : m_context(other.m_context) in context()
113 if(m_context){ in context()
126 m_context = other.m_context; in operator =()
139 : m_context(other.m_context) in context()
147 if(m_context){ in operator =()
151 m_context = other.m_context; in operator =()
161 if(m_context){ in ~context()
210 return m_context == other.m_context; in operator ==()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/libmsooxml/
H A DMsooXmlDiagramReader.cpp70 m_context->m_rootLayout->layoutAtom(m_context); in saveIndex()
107 m_context->m_context->m_connections->readAll(m_context->m_context, this); in read()
166 delete m_context->m_context->m_rootPoint; in read()
170 m_context->m_context->m_rootPoint = pt; in read()
175 if (!m_context->m_context->m_rootPoint) { in read()
182 m_context->m_context->setCurrentNode(m_context->m_context->m_rootPoint); in read()
189 m_context->m_context->m_rootPoint->dump( visGraph ); in read()
204 m_context->m_context->m_rootLayout->readAll(m_context->m_context, this); in read()
211 if (!m_context->m_context->m_rootPoint) { in read()
217 m_context->m_context->m_rootLayout->build(m_context->m_context); in read()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/environment/
H A Dqdelegatingstaticcontext.cpp72 return m_context->dynamicContext(); in dynamicContext()
82 return m_context->baseURI(); in baseURI()
87 m_context->setBaseURI(uri); in setBaseURI()
137 return m_context->orderingMode(); in orderingMode()
142 m_context->setOrderingMode(mode); in setOrderingMode()
177 return m_context->inheritMode(); in inheritMode()
182 m_context->setInheritMode(mode); in setInheritMode()
187 return m_context->preserveMode(); in preserveMode()
192 m_context->setPreserveMode(mode); in setPreserveMode()
222 return m_context->namePool(); in namePool()
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/environment/
H A Dqdelegatingstaticcontext.cpp70 return m_context->dynamicContext(); in dynamicContext()
80 return m_context->baseURI(); in baseURI()
85 m_context->setBaseURI(uri); in setBaseURI()
135 return m_context->orderingMode(); in orderingMode()
140 m_context->setOrderingMode(mode); in setOrderingMode()
175 return m_context->inheritMode(); in inheritMode()
180 m_context->setInheritMode(mode); in setInheritMode()
185 return m_context->preserveMode(); in preserveMode()
190 m_context->setPreserveMode(mode); in setPreserveMode()
220 return m_context->namePool(); in namePool()
[all …]

12345678910>>...135