Searched refs:invocationCases (Results 1 – 2 of 2) sorted by relevance
412 const int invocationCases[] = in createInstancedRenderingTests() local419 …nst int* pNumInvocations = invocationCases; pNumInvocations != invocationCases + DE_LENGTH… in createInstancedRenderingTests()
6310 } invocationCases[] = in init() local6322 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(invocationCases); ++ndx) in init()6324 (std::string("geometry_") + invocationCases[ndx].name + "_invocations").c_str(), in init()6325 … (std::string("Geometry shader with ") + invocationCases[ndx].name + " invocation(s)").c_str(), in init()6326 invocationCases[ndx].numInvocations, in init()6330 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(invocationCases); ++ndx) in init()6331 if (invocationCases[ndx].numInvocations != 1) in init()6333 … (std::string("geometry_output_different_") + invocationCases[ndx].name + "_invocations").c_str(), in init()6335 invocationCases[ndx].numInvocations, in init()