Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp95 typedef std::vector<VarTypeComponent> TypeComponentVector; typedef
105 inline bool isValidTypePath (const VarType& type, const TypeComponentVector& path) { return isVal… in isValidTypePath()
106 inline VarType getVarType (const VarType& type, const TypeComponentVector& path) { return getVarT… in getVarType()
109 void parseTypePath (const char* nameWithPath, const VarType& type, TypeComponentVector& path);
115 …TypeAccessFormat (const VarType& type_, const TypeComponentVector& path_) : type(type_), path(path… in TypeAccessFormat()
118 const TypeComponentVector& path;
144 const TypeComponentVector& getPath (void) const { return m_path; } in getPath()
153 TypeComponentVector m_path;
174 const TypeComponentVector& getPath (void) const { return m_path; } in getPath()
185 TypeComponentVector m_path;
DgluVarTypeUtil.cpp97 void parseTypePath (const char* nameWithPath, const VarType& type, TypeComponentVector& path) in parseTypePath()
166 …for (TypeComponentVector::const_iterator iter = format.path.begin(); iter != format.path.end(); it… in operator <<()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp275 glu::TypeComponentVector varPath; in isProgramSupported()
299 static std::string getAttributeName (const char* varyingName, const glu::TypeComponentVector& path) in getAttributeName()
305 for (glu::TypeComponentVector::const_iterator iter = path.begin(); iter != path.end(); iter++) in getAttributeName()
497 glu::TypeComponentVector varPath; in computeTransformFeedbackOutputs()
507 glu::TypeComponentVector fullPath(varPath.size() + iter.getPath().size()); in computeTransformFeedbackOutputs()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1070 string getAPIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& … in getAPIName()
1079 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getAPIName()
1102 …ferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName()
1120 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getShaderName()
1138 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPat… in computeOffset()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1043 string getAPIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& … in getAPIName()
1052 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getAPIName()
1075 …ferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName()
1093 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getShaderName()
1111 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPat… in computeOffset()
Des31fUniformLocationTests.cpp127 string getUniformName (int ndx, const glu::VarType& type, const glu::TypeComponentVector& path) in getUniformName()