Searched refs:STORAGE_LAST (Results 1 - 19 of 19) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgVariable.hpp51 STORAGE_LAST enumerator in enum:rsg::Variable::Storage
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.hpp90 bool matchesFilter (const glu::VariableDeclaration& variable) const { return !m_null && (m_storage == glu::STORAGE_LAST || variable.storage == m_storage); }
91 bool matchesFilter (const glu::InterfaceBlock& block) const { return !m_null && (m_storage == glu::STORAGE_LAST || block.storage == m_storage); }
H A Des31fProgramInterfaceDefinitionUtil.cpp50 const bool storageNonEmpty = (a.m_storage == b.m_storage) || (a.m_storage == glu::STORAGE_LAST) || (b.m_storage == glu::STORAGE_LAST);
54 (a.m_storage == glu::STORAGE_LAST) ? (b.m_storage) : (a.m_storage),
H A Des31fSynchronizationTests.cpp123 STORAGE_LAST enumerator in enum:deqp::gles31::Functional::__anon20335::InterInvocationTestCase::StorageType
180 DE_ASSERT(m_storage < STORAGE_LAST);
1076 STORAGE_LAST
H A Des31fProgramInterfaceQueryTests.cpp503 DE_ASSERT(variable.storage == glu::STORAGE_LAST);
508 DE_ASSERT(interfaceBlock.storage == glu::STORAGE_LAST);
593 DE_ASSERT(variable.storage == glu::STORAGE_LAST);
H A Des31fDrawTests.cpp191 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
/external/deqp/framework/opengl/
H A DgluVarType.cpp173 return de::getSizedArrayElement<STORAGE_LAST>(s_names, storage);
287 , storage (glu::STORAGE_LAST)
338 if (decl.storage != STORAGE_LAST)
H A DgluVarType.hpp177 STORAGE_LAST enumerator in enum:glu::Storage
256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
/external/deqp/modules/glshared/
H A DglsDrawTest.hpp120 STORAGE_LAST enumerator in enum:deqp::gls::DrawTestSpec::Storage
H A DglsShaderLibraryCase.hpp76 STORAGE_LAST enumerator in enum:deqp::gls::sl::ShaderCase::Value::StorageType
H A DglsVertexArrayTests.hpp129 STORAGE_LAST enumerator in enum:deqp::gls::Array::Storage
H A DglsDrawTest.cpp2166 spec.storage = DrawTestSpec::STORAGE_LAST;
2183 storage = DrawTestSpec::STORAGE_LAST;
2428 DE_ASSERT(storage < STORAGE_LAST);
2435 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(storages) == DrawTestSpec::STORAGE_LAST);
2960 indexStorage = STORAGE_LAST;
H A DglsVertexArrayTests.cpp160 DE_ASSERT(storage < STORAGE_LAST);
167 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(storages) == Array::STORAGE_LAST);
/external/deqp/modules/gles2/stress/
H A Des2sDrawTests.cpp52 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
H A Des2sSpecialFloatTests.cpp514 STORAGE_LAST
550 DE_ASSERT(storage < STORAGE_LAST);
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp79 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp233 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;
H A Des3sSpecialFloatTests.cpp526 STORAGE_LAST
562 DE_ASSERT(storage < STORAGE_LAST);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp110 spec.indexStorage = gls::DrawTestSpec::STORAGE_LAST;

Completed in 532 milliseconds