Searched refs:invocationCases (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp679 const int invocationCases[] = local
686 for (const int* pNumInvocations = invocationCases; pNumInvocations != invocationCases + DE_LENGTH_OF_ARRAY(invocationCases); ++pNumInvocations)
/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp6309 } invocationCases[] =
6321 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(invocationCases); ++ndx)
6323 (std::string("geometry_") + invocationCases[ndx].name + "_invocations").c_str(),
6324 (std::string("Geometry shader with ") + invocationCases[ndx].name + " invocation(s)").c_str(),
6325 invocationCases[ndx].numInvocations,
6329 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(invocationCases); ++ndx)
6330 if (invocationCases[ndx].numInvocations != 1)
6332 (std::string("geometry_output_different_") + invocationCases[ndx].name + "_invocations").c_str(),
6334 invocationCases[ndx].numInvocations,

Completed in 127 milliseconds