Searched refs:varyingTests (Results 1 – 2 of 2) sorted by relevance
267 static const VaryingTestSpec varyingTests[] = in createVaryingGeometryShaderTests() local276 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(varyingTests); ++ndx) in createVaryingGeometryShaderTests()277 varyingGroup->addChild(new VaryingTest(testCtx, varyingTests[ndx])); in createVaryingGeometryShaderTests()
6264 static const VaryingTestSpec varyingTests[] = in init() local6273 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(varyingTests); ++ndx) in init()6274 …ld(new VaryingTest(m_context, varyingTests[ndx].name, varyingTests[ndx].desc, varyingTests[ndx].ve… in init()