Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp2888 const string outSizeStr = de::toString(m_outputPatchSize); in init() local
2905 "layout (vertices = " + outSizeStr + ") out;\n" in init()
2913 … in_te_attr[gl_InvocationID] = in_tc_attr[gl_InvocationID*" + inSizeStr + "/" + outSizeStr + "];\n" in init()
2936 …p float y = gl_TessCoord.y - in_te_attr[int(round(gl_TessCoord.x*float(" + outSizeStr + "-1)))];\n" in init()
3120 const string outSizeStr = de::toString(OUTPUT_PATCH_SIZE); in init() local
3137 "layout (vertices = " + outSizeStr + ") out;\n" in init()
3184 …eType == CASETYPE_PATCH_VERTICES_IN_TES ? "\tbool ok = gl_PatchVerticesIn == " + outSizeStr + ";\n" in init()