Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp6293 …const bool tcsToTES = m_caseType == CASETYPE_TCS_TO_TES || m_caseType == CASETYPE_VS_TO_TCS_TO_T… in init() local
6295 const string tesIn0 = tcsToTES ? "gl_in[0].gl_Position" : "in_te_attr[0]"; in init()
6296 const string tesIn1 = tcsToTES ? "gl_in[1].gl_Position" : "in_te_attr[1]"; in init()
6297 const string tesIn2 = tcsToTES ? "gl_in[2].gl_Position" : "in_te_attr[2]"; in init()
6317 + (!tcsToTES ? "out highp vec4 in_te_attr[];\n" : "") + in init()
6321 … " " + (tcsToTES ? "gl_out[gl_InvocationID].gl_Position" : "in_te_attr[gl_InvocationID]") + " = " in init()
6338 + (!tcsToTES ? "in highp vec4 in_te_attr[];\n" : "") + in init()