Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryVaryingGeometryShaderTests.cpp267 static const VaryingTestSpec varyingTests[] = in createVaryingGeometryShaderTests() local
276 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(varyingTests); ++ndx) in createVaryingGeometryShaderTests()
277 varyingGroup->addChild(new VaryingTest(testCtx, varyingTests[ndx])); in createVaryingGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6264 static const VaryingTestSpec varyingTests[] = in init() local
6273 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()