Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5921 string tcsDeclarations; in init() local
5979tcsDeclarations += "in " + Variable("in_tc_attr", highpFloat, true).declareArray(vertexAttrArrayIn… in init()
5982 tcsDeclarations += de::toString(glu::declare(structType)) + ";\n"; in init()
6003tcsDeclarations += outMaybePatch + output.declareArray(m_ioType == IO_TYPE_PER_PATCH_ARRAY ? de:… in init()
6008 tcsDeclarations += outMaybePatch + output.declare(); in init()
6077 + tcsDeclarations + in init()