Searched refs:getNumInvocations (Results 1 – 2 of 2) sorted by relevance
188 inline size_t getNumInvocations (void) const { return m_numInvocations; } in getNumInvocations() function in rr::GeometryShader
1413 const int numInvocations = (int)program.geometryShader->getNumInvocations(); in drawWithGeometryShader()