Home
last modified time | relevance | path

Searched refs:STRUCT_MEMBER (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp77 STRUCT_MEMBER = 0, enumerator
130 …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()
DgluVarTypeUtil.cpp125 path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); in parseTypePath()
179 case VarTypeComponent::STRUCT_MEMBER: in operator <<()
/external/libunwind/src/coredump/
D_UCD_internal.h103 #define STRUCT_MEMBER(member_type, struct_p, struct_offset) (*(member_type*) STRUCT_MEMBER_P ((stru… macro
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1081 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()
1122 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1054 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName()
1095 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp311 case glu::VarTypeComponent::STRUCT_MEMBER: prefix = "_m"; break; in getAttributeName()