Searched defs:maxEmitCount (Results 1 – 1 of 1) sorted by relevance
1212 VaryingOutputCountShader::VaryingOutputCountShader (VaryingSource source, int maxEmitCount, bool in… in VaryingOutputCountShader()1340 std::string VaryingOutputCountShader::genGeometrySource (VaryingSource test, int maxEmitCount, bool… in genGeometrySource()4220 const int maxEmitCount = m_numInvocations + 2; in init() local