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

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

Completed in 179 milliseconds