Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp119 typedef std::vector<VarTypeComponent> TypeComponentVector; typedef
129 inline bool isValidTypePath(const VarType &type, const TypeComponentVector &path) in isValidTypePath()
133 inline VarType getVarType(const VarType &type, const TypeComponentVector &path) in getVarType()
139 void parseTypePath(const char *nameWithPath, const VarType &type, TypeComponentVector &path);
145 …TypeAccessFormat(const VarType &type_, const TypeComponentVector &path_) : type(type_), path(path_) in TypeAccessFormat()
150 const TypeComponentVector &path;
222 const TypeComponentVector &getPath(void) const in getPath()
243 TypeComponentVector m_path;
294 const TypeComponentVector &getPath(void) const in getPath()
311 TypeComponentVector m_path;
DgluVarTypeUtil.cpp101 void parseTypePath(const char *nameWithPath, const VarType &type, TypeComponentVector &path) in parseTypePath()
170 …for (TypeComponentVector::const_iterator iter = format.path.begin(); iter != format.path.end(); it… in operator <<()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp296 glu::TypeComponentVector varPath; in isProgramSupported()
320 static std::string getAttributeName(const char *varyingName, const glu::TypeComponentVector &path) in getAttributeName()
326 for (glu::TypeComponentVector::const_iterator iter = path.begin(); iter != path.end(); iter++) in getAttributeName()
545 glu::TypeComponentVector varPath; in computeTransformFeedbackOutputs()
556 glu::TypeComponentVector fullPath(varPath.size() + iter.getPath().size()); in computeTransformFeedbackOutputs()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1191 string getAPIName(const BufferBlock &block, const BufferVar &var, const glu::TypeComponentVector &a… in getAPIName()
1200 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getAPIName()
1225 const glu::TypeComponentVector &accessPath) in getShaderName()
1245 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getShaderName()
1264 int computeOffset(const BufferVarLayoutEntry &varLayout, const glu::TypeComponentVector &accessPath) in computeOffset()
/external/deqp/external/vulkancts/modules/vulkan/memory_model/
DvktMemoryModelSharedLayoutCase.cpp141 string getStructMemberName(const SharedStructVar &var, const glu::TypeComponentVector &accessPath) in getStructMemberName()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1087 string getAPIName(const BufferBlock &block, const BufferVar &var, const glu::TypeComponentVector &a… in getAPIName()
1096 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getAPIName()
1121 const glu::TypeComponentVector &accessPath) in getShaderName()
1139 …for (glu::TypeComponentVector::const_iterator pathComp = accessPath.begin(); pathComp != accessPat… in getShaderName()
1158 int computeOffset(const BufferVarLayoutEntry &varLayout, const glu::TypeComponentVector &accessPath) in computeOffset()
Des31fUniformLocationTests.cpp127 string getUniformName(int ndx, const glu::VarType &type, const glu::TypeComponentVector &path) in getUniformName()