Searched refs:getPatternEmitCount (Results 1 – 1 of 1) sorted by relevance
792 size_t getPatternEmitCount (const OutputCountPatternSpec& spec) const;808 …ETRYSHADERINPUTTYPE_POINTS, rr::GEOMETRYSHADEROUTPUTTYPE_TRIANGLE_STRIP, getPatternEmitCount(spec)) in OutputCountShader()811 , m_patternMaxEmitCount ((int)getPatternEmitCount(spec)) in OutputCountShader()867 str << "layout(triangle_strip, max_vertices = " << getPatternEmitCount(spec) << ") out;"; in genGeometrySource()876 " const highp float colWidth = 2.0 / float(" << getPatternEmitCount(spec) << ");\n" in genGeometrySource()901 size_t OutputCountShader::getPatternEmitCount (const OutputCountPatternSpec& spec) const in getPatternEmitCount() function in deqp::gles31::Functional::__anon38a6d29b0111::OutputCountShader