Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp64 int emitCountA; //!< primitive A emit count member
172 …tTestSpec.primitiveTopology) << ", max_vertices = " << (m_emitTestSpec.emitCountA + m_emitTestSpec… in shaderGeometry()
183 for (int i = 0; i < m_emitTestSpec.emitCountA; ++i) in shaderGeometry()
201 …src << " gl_Position = gl_in[0].gl_Position + position" << (m_emitTestSpec.emitCountA + i) << ";\n" in shaderGeometry()
251 …::string(emitTests[ndx].name) + "_emit_" + de::toString(emitTests[ndx].emitCountA) + "_end_" + de:… in createEmitGeometryShaderTests()
252 …(emitTests[ndx].name) + " output, emit " + de::toString(emitTests[ndx].emitCountA) + " vertices, c… 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 VertexEmitterShader::VertexEmitterShader (const glu::ContextType& contextType, int emitCountA, int … in VertexEmitterShader() argument
323 …:GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, outputType, emitCountA + emitCountB) in VertexEmitterShader()
324 …<< sglr::pdec::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, en… in VertexEmitterShader()
325 , m_emitCountA (emitCountA) in VertexEmitterShader()
383 …terShader::genGeometrySource (const glu::ContextType& contextType, int emitCountA, int endCountA, … in genGeometrySource() argument
390 …str << "layout(" << outputTypeToGLString(outputType) << ", max_vertices = " << (emitCountA+emitCou… in genGeometrySource()
406 for (int i = 0; i < emitCountA; ++i) in genGeometrySource()
417 str << " gl_Position = gl_in[0].gl_Position + position" << (emitCountA + i) << ";\n" in genGeometrySource()
[all …]