Home
last modified time | relevance | path

Searched refs:m_storage (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSynchronizationTests.cpp169 const StorageType m_storage; member in deqp::gles31::Functional::__anon30920::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))
229 if (m_storage == STORAGE_BUFFER)
242 else if (m_storage == STORAGE_IMAGE)
317 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer") : ("image")) + " content verification failed").c_str());
342 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages)
347 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages)
355 else if (m_storage
[all...]
H A Des31fProgramInterfaceQueryTests.cpp311 , m_storage (storage) in StorageQualifier()
317 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon30860::ResourceDefinition::StorageQualifier
602 variable.storage = qualifier->m_storage;
607 interfaceBlock.storage = qualifier->m_storage;
1211 if (storageDef->m_storage == glu::STORAGE_PATCH_IN ||
1212 storageDef->m_storage == glu::STORAGE_PATCH_OUT)
1388 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage);
1389 structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\"";
1678 const glu::Storage m_storage;
1685 , m_storage (storag
[all...]
H A Des31fProgramInterfaceDefinitionUtil.cpp985 : m_storage(storage)
991 return m_storage == b.storage;
995 const glu::Storage m_storage;
1002 : m_storage(storage)
1008 return m_storage == d.storage;
1012 const glu::Storage m_storage;
/third_party/vk-gl-cts/framework/randomshaders/
H A 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
H A DrsgVariable.cpp33 , m_storage (storage) in Variable()
48 switch (m_storage) in tokenizeDeclaration()
H A 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 =()
H A 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/
H A 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 in bindIndexArray()
[all...]
H A DglsVertexArrayTests.hpp185 virtual Array::Storage getStorageType (void) const { return m_storage; } in getStorageType()
199 Storage m_storage; member in deqp::gls::ContextArray
H A DglsDrawTest.cpp925 DrawTestSpec::Storage getStorageType (void) const { return m_storage; } in getStorageType()
932 DrawTestSpec::Storage m_storage; member in deqp::gls::__anon30985::AttributeArray
953 : m_storage (storage) in AttributeArray()
970 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in AttributeArray()
979 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in ~AttributeArray()
984 else if (m_storage == DrawTestSpec::STORAGE_USER) in ~AttributeArray()
995 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in data()
1003 else if (m_storage == DrawTestSpec::STORAGE_USER) in data()
1071 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in bindAttribute()
1078 else if (m_storage in bindAttribute()
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp535 const Storage m_storage;
544 , m_storage (storage)
564 if (m_storage == STORAGE_BUFFER)
644 if (m_storage == STORAGE_BUFFER)
664 if (m_storage == STORAGE_BUFFER)
681 else if (m_storage == STORAGE_CLIENT)
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp547 const Storage m_storage;
556 , m_storage (storage)
576 if (m_storage == STORAGE_BUFFER)
656 if (m_storage == STORAGE_BUFFER)
676 if (m_storage == STORAGE_BUFFER)
693 else if (m_storage == STORAGE_CLIENT)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp466 , m_storage(storage) in Variable()
479 , m_storage(storage) in Variable()
500 STORAGE m_storage; member
H A 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()

Completed in 58 milliseconds