Home | History | Annotate | Download | only in functional

Lines Matching full:geometryshaderinvocations

2253 			int		geometryShaderInvocations		= -1;
2286 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations);
2293 geometryShaderInvocations = 32;
2298 geometryShaderInvocations = 4;
2313 msg << "\tGL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << geometryShaderInvocations;
2351 geometryVerticesPerPrimitive = numVerticesPerInvocation * geometryShaderInvocations;
2352 geometryPrimitivesOutPerPrimitive = numPrimitivesPerInvocation * geometryShaderInvocations;
2359 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n"
2364 sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations, tessGenLevel));