Searched refs:m_maxGeometryOutputVertices (Results 1 – 2 of 2) sorted by relevance
453 , m_maxGeometryOutputVertices(0) in GeometryShaderPrimitiveCounter()478 unsigned int nEmittedValuesPerPrimitive = m_maxGeometryOutputVertices * m_nrVaryings; in checkResult()487 m_maxGeometryOutputVertices * m_nrVaryings) in checkResult()530 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_OUTPUT_VERTICES, &m_maxGeometryOutputVertices); in createAndBuildProgramWithFeedback()533 m_maxGeometryOutputVertices = m_maxGeometryOutputVertices / (m_n_components + m_nrVaryings); in createAndBuildProgramWithFeedback()535 max_vertices_sstream << m_maxGeometryOutputVertices; in createAndBuildProgramWithFeedback()540 m_maxGeometryOutputVertices / m_testConfiguration.m_numberOfVerticesPerOneOutputPrimitive; in createAndBuildProgramWithFeedback()543 …m_maxGeometryOutputVertices = n_loop_iterations * m_testConfiguration.m_numberOfVerticesPerOneOutp… in createAndBuildProgramWithFeedback()853 m_maxGeometryOutputVertices * m_nrVaryings * sizeof(glw::GLint)); in prepareBufferObjects()
132 glw::GLint m_maxGeometryOutputVertices; member in glcts::GeometryShaderPrimitiveCounter