Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp222 EmitTestSpec emitTests[] = in createEmitGeometryShaderTests() local
249 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(emitTests); ++ndx) in createEmitGeometryShaderTests()
251emitTests[ndx].name = std::string(emitTests[ndx].name) + "_emit_" + de::toString(emitTests[ndx].em… in createEmitGeometryShaderTests()
252emitTests[ndx].desc = std::string(emitTests[ndx].name) + " output, emit " + de::toString(emitTests in createEmitGeometryShaderTests()
254 if (emitTests[ndx].emitCountB) in createEmitGeometryShaderTests()
256emitTests[ndx].name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString… in createEmitGeometryShaderTests()
257emitTests[ndx].desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndP… in createEmitGeometryShaderTests()
260 emitGroup->addChild(new EmitTest(testCtx, emitTests[ndx])); in createEmitGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6212 static const EmitTestSpec emitTests[] = in init() local
6239 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(emitTests); ++ndx) in init()
6241 …ng name = std::string(emitTests[ndx].name) + "_emit_" + de::toString(emitTests[ndx].emitCountA) + … in init()
6242 …tring(emitTests[ndx].name) + " output, emit " + de::toString(emitTests[ndx].emitCountA) + " vertic… in init()
6244 if (emitTests[ndx].emitCountB) in init()
6246 …name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString(emitTests[ndx]… in init()
6247 …desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndPrimitive " + de… in init()
6250 …r(), desc.c_str(), emitTests[ndx].emitCountA, emitTests[ndx].endCountA, emitTests[ndx].emitCountB,… in init()