Home
last modified time | relevance | path

Searched refs:ARRAY_ELEMENT (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp78 ARRAY_ELEMENT, enumerator
131 …nt (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, ndx)); DE_ASS… in element()
257 else if (curComp.type == VarTypeComponent::ARRAY_ELEMENT) in removeTraversed()
304 m_path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, 0)); in findNext()
328 else if (pathIter->type == VarTypeComponent::ARRAY_ELEMENT) in isValidTypePath()
386 else if (pathIter->type == VarTypeComponent::ARRAY_ELEMENT) in getVarType()
DgluVarTypeUtil.cpp138 path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, ndx)); in parseTypePath()
170 case VarTypeComponent::ARRAY_ELEMENT: in operator <<()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1061 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getAPIName()
1102 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getShaderName()
1113 …sPath.size() > 1 && accessPath.front().type == glu::VarTypeComponent::ARRAY_ELEMENT) ? accessPath.… in computeOffset()
1114 …ccessPath.empty() && accessPath.back().type == glu::VarTypeComponent::ARRAY_ELEMENT) ? accessPath.… in computeOffset()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp312 case glu::VarTypeComponent::ARRAY_ELEMENT: prefix = "_e"; break; in getAttributeName()