Searched refs:VarTypeComponent (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 87 struct VarTypeComponent struct 99 VarTypeComponent(Type type_, int index_) : type(type_), index(index_) in VarTypeComponent() argument 102 VarTypeComponent(void) : type(VTCTYPE_LAST), index(0) in VarTypeComponent() argument 106 bool operator==(const VarTypeComponent &other) const in operator ==() argument 110 bool operator!=(const VarTypeComponent &other) const in operator !=() argument 119 typedef std::vector<VarTypeComponent> TypeComponentVector; 164 m_path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); in member() 170 m_path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, ndx)); in element() 176 m_path.push_back(VarTypeComponent(VarTypeComponent::MATRIX_COLUMN, ndx)); in column() 182 m_path.push_back(VarTypeComponent(VarTypeComponent::VECTOR_COMPONENT, ndx)); in component() [all …]
|
D | gluVarTypeUtil.cpp | 129 path.push_back(VarTypeComponent(VarTypeComponent::STRUCT_MEMBER, ndx)); in parseTypePath() 142 path.push_back(VarTypeComponent(VarTypeComponent::ARRAY_ELEMENT, ndx)); in parseTypePath() 147 path.push_back(VarTypeComponent(VarTypeComponent::MATRIX_COLUMN, ndx)); in parseTypePath() 152 path.push_back(VarTypeComponent(VarTypeComponent::VECTOR_COMPONENT, ndx)); in parseTypePath() 174 case VarTypeComponent::ARRAY_ELEMENT: in operator <<() 178 case VarTypeComponent::MATRIX_COLUMN: in operator <<() 179 case VarTypeComponent::VECTOR_COMPONENT: in operator <<() 183 case VarTypeComponent::STRUCT_MEMBER: in operator <<()
|
/external/deqp/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelSharedLayoutCase.cpp | 149 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getStructMemberName() 156 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getStructMemberName()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1203 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName() 1210 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getAPIName() 1248 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName() 1255 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getShaderName() 1266 …evelNdx = (accessPath.size() > 1 && accessPath.front().type == glu::VarTypeComponent::ARRAY_ELEMEN… in computeOffset() 1269 …omLevelNdx = (!accessPath.empty() && accessPath.back().type == glu::VarTypeComponent::ARRAY_ELEMEN… in computeOffset()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1099 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getAPIName() 1106 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getAPIName() 1142 if (pathComp->type == glu::VarTypeComponent::STRUCT_MEMBER) in getShaderName() 1149 else if (pathComp->type == glu::VarTypeComponent::ARRAY_ELEMENT) in getShaderName() 1160 …evelNdx = (accessPath.size() > 1 && accessPath.front().type == glu::VarTypeComponent::ARRAY_ELEMEN… in computeOffset() 1163 …omLevelNdx = (!accessPath.empty() && accessPath.back().type == glu::VarTypeComponent::ARRAY_ELEMEN… in computeOffset()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 332 case glu::VarTypeComponent::STRUCT_MEMBER: in getAttributeName() 335 case glu::VarTypeComponent::ARRAY_ELEMENT: in getAttributeName() 338 case glu::VarTypeComponent::MATRIX_COLUMN: in getAttributeName() 341 case glu::VarTypeComponent::VECTOR_COMPONENT: in getAttributeName()
|