Home
last modified time | relevance | path

Searched refs:TYPE_ARRAY (Results 1 – 10 of 10) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableType.hpp46 TYPE_ARRAY, enumerator
159 bool isArray (void) const { return m_baseType == TYPE_ARRAY; } in isArray()
193 DE_ASSERT(baseType != TYPE_ARRAY && baseType != TYPE_STRUCT); in VariableType()
203 DE_ASSERT(baseType == TYPE_ARRAY); in VariableType()
DrsgVariableType.cpp101 case TYPE_ARRAY: in getScalarSize()
192 case TYPE_ARRAY: in getElementType()
261 case TYPE_ARRAY: in tokenizeShortType()
DrsgUtils.cpp93 case VariableType::TYPE_ARRAY: in computeRandomValue()
330 case VariableType::TYPE_ARRAY: in computeRangeLengthSum()
DrsgExecutionContext.cpp127 case VariableType::TYPE_ARRAY: in assignMasked()
DrsgVariableManager.cpp74 case VariableType::TYPE_ARRAY: in next()
DrsgExpression.cpp1069 case VariableType::TYPE_ARRAY: in computeEntryReadWeight()
/external/deqp/framework/opengl/
DgluVarType.cpp49 : m_type(TYPE_ARRAY) in VarType()
64 if (m_type == TYPE_ARRAY) in ~VarType()
73 if (m_type == TYPE_ARRAY) in operator =()
79 if (m_type == TYPE_ARRAY) in operator =()
95 case TYPE_ARRAY: return m_data.array.elementType->getScalarSize()*m_data.array.size; in getScalarSize()
122 case TYPE_ARRAY: in operator ==()
DgluVarType.hpp59 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType()
86 TYPE_ARRAY, enumerator
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp82 bool isArrayType (void) const { return m_type == TYPE_ARRAY; } in isArrayType()
99 TYPE_ARRAY, enumerator
DglsUniformBlockCase.cpp136 : m_type (TYPE_ARRAY) in VarType()
152 if (m_type == TYPE_ARRAY) in ~VarType()
161 if (m_type == TYPE_ARRAY) in operator =()
168 if (m_type == TYPE_ARRAY) in operator =()