Searched refs:emitTests (Results 1 – 1 of 1) sorted by relevance
6071 static const EmitTestSpec emitTests[] = in init() local6098 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(emitTests); ++ndx) in init()6100 …ng name = std::string(emitTests[ndx].name) + "_emit_" + de::toString(emitTests[ndx].emitCountA) + … in init()6101 …tring(emitTests[ndx].name) + " output, emit " + de::toString(emitTests[ndx].emitCountA) + " vertic… in init()6103 if (emitTests[ndx].emitCountB) in init()6105 …name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString(emitTests[ndx]… in init()6106 …desc += ", emit " + de::toString(emitTests[ndx].emitCountB) + " vertices, call EndPrimitive " + de… in init()6109 …r(), desc.c_str(), emitTests[ndx].emitCountA, emitTests[ndx].endCountA, emitTests[ndx].emitCountB,… in init()