Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInstancedRenderingTests.cpp412 const int invocationCases[] = in createInstancedRenderingTests() local
419 …nst int* pNumInvocations = invocationCases; pNumInvocations != invocationCases + DE_LENGTH… in createInstancedRenderingTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6310 } invocationCases[] = in init() local
6322 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()