Searched refs:TypeAccessFormat (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 113 struct TypeAccessFormat struct 115 …TypeAccessFormat (const VarType& type_, const TypeComponentVector& path_) : type(type_), path(path… in TypeAccessFormat() function 121 std::ostream& operator<< (std::ostream& str, const TypeAccessFormat& format); 172 void toStream (std::ostream& str) const { str << TypeAccessFormat(*m_type, m_path); } in toStream()
|
D | gluVarTypeUtil.cpp | 162 std::ostream& operator<< (std::ostream& str, const TypeAccessFormat& format) in operator <<()
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 130 buff << "uni" << ndx << glu::TypeAccessFormat(type, path); in getUniformName() 139 buff << glu::TypeAccessFormat(type, glu::SubTypeAccess(type).component(0).getPath()); in getFirstComponentName() 141 buff << glu::TypeAccessFormat(type, glu::SubTypeAccess(type).column(0).component(0).getPath()); in getFirstComponentName() 336 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources() 340 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources() 347 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources() 351 << glu::TypeAccessFormat(uniformInfo.type, subTypeIter.getPath()) in genShaderSources()
|
D | es31fTessellationTests.cpp | 5810 return m_name + de::toString(glu::TypeAccessFormat(type, basicIt.getPath())); in basicSubobjectAtIndex() 5830 …ng(arrayNdx) + "]." + m_members[memberNdx].name + de::toString(glu::TypeAccessFormat(membType, bas… in basicSubobjectAtIndex()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 307 return m_name + de::toString(glu::TypeAccessFormat(type, basicIt.getPath())); in basicSubobjectAtIndex() 423 …ng(arrayNdx) + "]." + m_members[memberNdx].name + de::toString(glu::TypeAccessFormat(membType, bas… in basicSubobjectAtIndex()
|