Searched refs:geometryShaderInvocations (Results 1 – 4 of 4) sorted by relevance
175 int geometryShaderInvocations = -1; in init() local208 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()215 geometryShaderInvocations = 32; in init()220 geometryShaderInvocations = 4; in init()235 msg << "\tGL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << geometryShaderInvocations; in init()258 const int geometryVerticesPerPrimitive = numVerticesPerInvocation * geometryShaderInvocations; in init()259 …nst int geometryPrimitivesOutPerPrimitive = numPrimitivesPerInvocation * geometryShaderInvocations; in init()266 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n" in init()271 …lu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations)); in init()
2253 int geometryShaderInvocations = -1; in init() local2286 gl.getIntegerv(GL_MAX_GEOMETRY_SHADER_INVOCATIONS, &geometryShaderInvocations); in init()2293 geometryShaderInvocations = 32; in init()2298 geometryShaderInvocations = 4; in init()2313 msg << "\tGL_MAX_GEOMETRY_SHADER_INVOCATIONS = " << geometryShaderInvocations; in init()2351 geometryVerticesPerPrimitive = numVerticesPerInvocation * geometryShaderInvocations; in init()2352 geometryPrimitivesOutPerPrimitive = numPrimitivesPerInvocation * geometryShaderInvocations; in init()2359 << "\tNumber of invocations per primitive: " << geometryShaderInvocations << "\n" in init()2364 …metrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations, tessGen… in init()
1675 uint64 geometryShaderInvocations; member
2824 …de::MovePtr<TestCaseGroup> geometryShaderInvocations (new TestCaseGroup(m_testCtx, "geometry_sha… in init() local3100 geometryShaderInvocations->addChild(primary.release()); in init()3101 geometryShaderInvocations->addChild(secondary.release()); in init()3102 geometryShaderInvocations->addChild(secondaryInherited.release()); in init()3294 addChild(geometryShaderInvocations.release()); in init()