Searched refs:STRUCT_MEMBER (Results 1 – 5 of 5) sorted by relevance
77 STRUCT_MEMBER = 0, enumerator130 …er (int ndx) { m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); DE_ASS… in member()263 else if (curComp.type == VarTypeComponent::STRUCT_MEMBER) in removeTraversed()306 m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, 0)); in findNext()321 if (pathIter->type == VarTypeComponent::STRUCT_MEMBER) in isValidTypePath()384 if (pathIter->type == VarTypeComponent::STRUCT_MEMBER) in getVarType()
125 path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); in parseTypePath()179 case VarTypeComponent::STRUCT_MEMBER: in operator <<()
1262 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()1305 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
1049 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()1090 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
311 case glu::VarTypeComponent::STRUCT_MEMBER: prefix = "_m"; break; in getAttributeName()