Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp65 int endCountA; //!< primitive A end count member
194 for (int i = 0; i < m_emitTestSpec.endCountA; ++i) in shaderGeometry()
251 …mit_" + de::toString(emitTests[ndx].emitCountA) + "_end_" + de::toString(emitTests[ndx].endCountA); in createEmitGeometryShaderTests()
252 ….emitCountA) + " vertices, call EndPrimitive " + de::toString(emitTests[ndx].endCountA) + " times"; in createEmitGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp299 …VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int endCountA, int emit…
306 …std::string genGeometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA
314 …EmitterShader (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB,… in VertexEmitterShader() argument
324 …<< sglr::pdec::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, en… in VertexEmitterShader()
326 , m_endCountA (endCountA) in VertexEmitterShader()
383 …eometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA, int emitCountB,… in genGeometrySource() argument
413 for (int i = 0; i < endCountA; ++i) in genGeometrySource()
2213 …ntext& context, const char* name, const char* desc, int emitCountA, int endCountA, int emitCountB,…
2229 …ntext& context, const char* name, const char* desc, int emitCountA, int endCountA, int emitCountB,… in EmitTest() argument
2233 , m_endCountA (endCountA) in EmitTest()
[all …]