Home
last modified time | relevance | path

Searched refs:m_storage (Results 1 – 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSynchronizationTests.cpp169 const StorageType m_storage; member in deqp::gles31::Functional::__anon331a9dc90111::InterInvocationTestCase
188 , m_storage (storage) in InterInvocationTestCase()
202 DE_ASSERT(m_storage < STORAGE_LAST); in InterInvocationTestCase()
217 if (m_useAtomic && m_storage == STORAGE_IMAGE && !checkSupport(m_context)) in init()
229 if (m_storage == STORAGE_BUFFER) in init()
242 else if (m_storage == STORAGE_IMAGE) in init()
317 …m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer… in iterate()
342 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages) in runCompute()
347 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages) in runCompute()
355 else if (m_storage == STORAGE_IMAGE && !m_aliasingStorages) in runCompute()
[all …]
Des31fProgramInterfaceQueryTests.cpp311 , m_storage (storage) in StorageQualifier()
317 const glu::Storage m_storage; member in deqp::gles31::Functional::__anonfd8722f60111::ResourceDefinition::StorageQualifier
602 variable.storage = qualifier->m_storage; in generateProgramDefinitionFromResource()
607 interfaceBlock.storage = qualifier->m_storage; in generateProgramDefinitionFromResource()
1211 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName()
1212 storageDef->m_storage == glu::STORAGE_PATCH_OUT) in genTestCaseName()
1388 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription()
1389 … structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\""; in genMultilineDescription()
1678 const glu::Storage m_storage; member in deqp::gles31::Functional::__anonfd8722f60111::InterfaceBlockBaseCase
1685 , m_storage (storage) in InterfaceBlockBaseCase()
[all …]
Des31fProgramInterfaceDefinitionUtil.cpp985 : m_storage(storage) in InterfaceBlockStorageFilter()
991 return m_storage == b.storage; in operator ()()
995 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon3acda9940111::InterfaceBlockStorageFilter
1002 : m_storage(storage) in VariableDeclarationStorageFilter()
1008 return m_storage == d.storage; in operator ()()
1012 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon3acda9940111::VariableDeclarationStorageFilter
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariable.hpp58 Storage getStorage (void) const { return m_storage; } in getStorage()
63 void setStorage (Storage storage) { m_storage = storage; } in setStorage()
72 Storage m_storage; member in rsg::Variable
DrsgVariable.cpp33 , m_storage (storage) in Variable()
48 switch (m_storage) in tokenizeDeclaration()
DrsgVariableValue.cpp271 , m_storage(other.m_variable->getType()) in VariableValue()
273 m_storage.getValue(getType()) = other.getValue().value(); in VariableValue()
279 m_storage.setStorage(getType()); in operator =()
280 m_storage.getValue(getType()) = other.getValue().value(); in operator =()
DrsgVariableValue.hpp348 …VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType())… in VariableValue()
352 ValueAccess getValue (void) { return m_storage.getValue(m_variable->getType()); } in getValue()
353 ConstValueAccess getValue (void) const { return m_storage.getValue(m_variable->getType()); } in getValue()
362 ValueStorage<1> m_storage; member in rsg::VariableValue
/third_party/vk-gl-cts/modules/glshared/
DglsVertexArrayTests.cpp386 : m_storage (storage) in ContextArray()
401 if (m_storage == STORAGE_BUFFER) in ContextArray()
410 if (m_storage == STORAGE_BUFFER) in ~ContextArray()
415 else if (m_storage == STORAGE_USER) in ~ContextArray()
431 if (m_storage == STORAGE_BUFFER) in data()
439 else if (m_storage == STORAGE_USER) in data()
455 if (m_storage == STORAGE_BUFFER) in subdata()
463 else if (m_storage == STORAGE_USER) in subdata()
483 if (m_storage == STORAGE_USER) in bindIndexArray()
486 else if (m_storage == STORAGE_BUFFER) in bindIndexArray()
[all …]
DglsDrawTest.cpp894 DrawTestSpec::Storage getStorageType (void) const { return m_storage; } in getStorageType()
901 DrawTestSpec::Storage m_storage; member in deqp::gls::__anonc2cf4fef0111::AttributeArray
922 : m_storage (storage) in AttributeArray()
939 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in AttributeArray()
948 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in ~AttributeArray()
953 else if (m_storage == DrawTestSpec::STORAGE_USER) in ~AttributeArray()
964 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in data()
972 else if (m_storage == DrawTestSpec::STORAGE_USER) in data()
1040 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in bindAttribute()
1047 else if (m_storage == DrawTestSpec::STORAGE_USER) in bindAttribute()
[all …]
DglsVertexArrayTests.hpp185 virtual Array::Storage getStorageType (void) const { return m_storage; } in getStorageType()
199 Storage m_storage; member in deqp::gls::ContextArray
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sSpecialFloatTests.cpp535 const Storage m_storage; member in deqp::gles2::Stress::__anonbcf4d7e80111::VertexAttributeCase
544 , m_storage (storage) in VertexAttributeCase()
564 if (m_storage == STORAGE_BUFFER) in init()
644 if (m_storage == STORAGE_BUFFER) in iterate()
664 if (m_storage == STORAGE_BUFFER) in iterate()
681 else if (m_storage == STORAGE_CLIENT) in iterate()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sSpecialFloatTests.cpp547 const Storage m_storage; member in deqp::gles3::Stress::__anonbd5abaca0111::VertexAttributeCase
556 , m_storage (storage) in VertexAttributeCase()
576 if (m_storage == STORAGE_BUFFER) in init()
656 if (m_storage == STORAGE_BUFFER) in iterate()
676 if (m_storage == STORAGE_BUFFER) in iterate()
693 else if (m_storage == STORAGE_CLIENT) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp466 , m_storage(storage) in Variable()
479 , m_storage(storage) in Variable()
500 STORAGE m_storage; member
Dgl4cEnhancedLayoutsTests.cpp3826 , m_storage(var.m_storage) in Variable()
3844 return m_descriptor.GetDefinition(flavour, m_storage); in GetDefinition()
4607 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface()
4619 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface()
4638 const GLchar* prefix = GetStagePrefix(Shader::VERTEX, vs_var.m_storage); in CloneVertexInterface()
4670 switch (variable.m_storage) in cloneVariableForStage()
4685 cloneVariableForStage(variable, stage, variable.m_storage, prefix); in cloneVariableForStage()
4712 var->m_storage = storage; in cloneVariableForStage()
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi24935 …<var-decl name='m_storage' type-id='type-id-3591' visibility='default' filepath='src/third_party/b…
25112 …<var-decl name='m_storage' type-id='type-id-3599' visibility='default' filepath='src/third_party/b…
25336 …<var-decl name='m_storage' type-id='type-id-3607' visibility='default' filepath='src/third_party/b…