Searched refs:TypeComponentVector (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 119 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;
|
D | gluVarTypeUtil.cpp | 101 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/ |
D | es3fTransformFeedbackTests.cpp | 296 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/ |
D | vktSSBOLayoutCase.cpp | 1191 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/ |
D | vktMemoryModelSharedLayoutCase.cpp | 141 string getStructMemberName(const SharedStructVar &var, const glu::TypeComponentVector &accessPath) in getStructMemberName()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSSBOLayoutCase.cpp | 1087 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()
|
D | es31fUniformLocationTests.cpp | 127 string getUniformName(int ndx, const glu::VarType &type, const glu::TypeComponentVector &path) in getUniformName()
|