Searched refs:emitTests (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryEmitGeometryShaderTests.cpp | 216 EmitTestSpec emitTests[] = in createEmitGeometryShaderTests() local 243 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(emitTests); ++ndx) in createEmitGeometryShaderTests() 245 …emitTests[ndx].name = std::string(emitTests[ndx].name) + "_emit_" + de::toString(emitTests[ndx].em… in createEmitGeometryShaderTests() 246 …emitTests[ndx].desc = std::string(emitTests[ndx].name) + " output, emit " + de::toString(emitTests… in createEmitGeometryShaderTests() 248 if (emitTests[ndx].emitCountB) in createEmitGeometryShaderTests() 250 …emitTests[ndx].name += "_emit_" + de::toString(emitTests[ndx].emitCountB) + "_end_" + de::toString… in createEmitGeometryShaderTests() 251 …emitTests[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/ |
D | es31fGeometryShaderTests.cpp | 6211 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()
|