Searched refs:STRUCT_MEMBER (Results 1 – 6 of 6) 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 <<()
103 #define STRUCT_MEMBER(member_type, struct_p, struct_offset) (*(member_type*) STRUCT_MEMBER_P ((stru… macro
1243 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()1284 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
1054 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()1095 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
311 case glu::VarTypeComponent::STRUCT_MEMBER: prefix = "_m"; break; in getAttributeName()