Home
last modified time | relevance | path

Searched refs:TYPE_STRUCT (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgVariableType.hpp45 TYPE_STRUCT, enumerator
158 bool isStruct (void) const { return m_baseType == TYPE_STRUCT; } in isStruct()
193 DE_ASSERT(baseType != TYPE_ARRAY && baseType != TYPE_STRUCT); in VariableType()
213 DE_ASSERT(baseType == TYPE_STRUCT); in VariableType()
DrsgUtils.cpp101 case VariableType::TYPE_STRUCT: in computeRandomValue()
246 case VariableType::TYPE_STRUCT: in getTypeConstructorDepth()
256 case VariableType::TYPE_STRUCT: in getTypeConstructorDepth()
338 case VariableType::TYPE_STRUCT: in computeRangeLengthSum()
DrsgVariableType.cpp93 case TYPE_STRUCT: in getScalarSize()
256 case TYPE_STRUCT: in tokenizeShortType()
DrsgExecutionContext.cpp136 case VariableType::TYPE_STRUCT: in assignMasked()
DrsgVariableManager.cpp82 case VariableType::TYPE_STRUCT: in next()
DrsgExpression.cpp1071 case VariableType::TYPE_STRUCT: in computeEntryReadWeight()
/external/deqp/framework/opengl/
DgluVarType.cpp58 : m_type(TYPE_STRUCT) in VarType()
98 case TYPE_STRUCT: in getScalarSize()
127 case TYPE_STRUCT: in operator ==()
DgluVarType.hpp60 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType()
87 TYPE_STRUCT, enumerator
/external/deqp/modules/glshared/
DglsUniformBlockCase.hpp83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType()
100 TYPE_STRUCT, enumerator
DglsUniformBlockCase.cpp144 : m_type (TYPE_STRUCT) in VarType()
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.hpp85 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType()
102 TYPE_STRUCT, enumerator
DvktUniformBlockCase.cpp87 : m_type (TYPE_STRUCT) in VarType()