Searched refs:ARRAY_ELEMENT (Results 1 – 4 of 4) sorted by relevance
78 ARRAY_ELEMENT, enumerator131 …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()
138 path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, ndx)); in parseTypePath()170 case VarTypeComponent::ARRAY_ELEMENT: in operator <<()
1061 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()
312 case glu::VarTypeComponent::ARRAY_ELEMENT: prefix = "_e"; break; in getAttributeName()