Searched refs:TypeComponentVector (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 95 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;
|
D | gluVarTypeUtil.cpp | 97 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/ |
D | es3fTransformFeedbackTests.cpp | 275 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/ |
D | vktSSBOLayoutCase.cpp | 1232 string getAPIName (const BufferBlock& block, const BufferVar& var, const glu::TypeComponentVector& … in getAPIName() 1241 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getAPIName() 1264 …ferBlock& block, int instanceNdx, const BufferVar& var, const glu::TypeComponentVector& accessPath) in getShaderName() 1282 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getShaderName() 1300 int computeOffset (const BufferVarLayoutEntry& varLayout, const glu::TypeComponentVector& accessPat… in computeOffset()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1043 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()
|
D | es31fUniformLocationTests.cpp | 127 string getUniformName (int ndx, const glu::VarType& type, const glu::TypeComponentVector& path) in getUniformName()
|