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.cpp216 EmitTestSpec emitTests[] = in createEmitGeometryShaderTests() local
243 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(emitTests); ++ndx) in createEmitGeometryShaderTests()
245emitTests[ndx].name = std::string(emitTests[ndx].name) + "_emit_" + de::toString(emitTests[ndx].em… in createEmitGeometryShaderTests()
246emitTests[ndx].desc = std::string(emitTests[ndx].name) + " output, emit " + de::toString(emitTests in createEmitGeometryShaderTests()
248 if (emitTests[ndx].emitCountB) in createEmitGeometryShaderTests()
250emitTests[ndx].name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString… in createEmitGeometryShaderTests()
251emitTests[ndx].desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndP… in createEmitGeometryShaderTests()
254 emitGroup->addChild(new EmitTest(testCtx, emitTests[ndx])); in createEmitGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6211 static const EmitTestSpec emitTests[] = in init() local
6238 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(emitTests); ++ndx) in init()
6240 …ng name = std::string(emitTests[ndx].name) + "_emit_" + de::toString(emitTests[ndx].emitCountA) + … in init()
6241 …tring(emitTests[ndx].name) + " output, emit " + de::toString(emitTests[ndx].emitCountA) + " vertic… in init()
6243 if (emitTests[ndx].emitCountB) in init()
6245 …name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString(emitTests[ndx]… in init()
6246 …desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndPrimitive " + de… in init()
6249 …r(), desc.c_str(), emitTests[ndx].emitCountA, emitTests[ndx].endCountA, emitTests[ndx].emitCountB,… in init()