Searched refs:m_max_geometry_shader_invocations (Results 1 – 2 of 2) sorted by relevance
2567 , m_max_geometry_shader_invocations(0) in GeometryShaderMaxInvocationsTest()2591 gl.getIntegerv(m_glExtTokens.MAX_GEOMETRY_SHADER_INVOCATIONS, &m_max_geometry_shader_invocations); in initTest()2596 stream << m_max_geometry_shader_invocations; in initTest()2661 m_texture_width = m_triangle_edge_length * m_max_geometry_shader_invocations; in initTest()2852 for (unsigned int i = 0; i < (unsigned int)m_max_geometry_shader_invocations; ++i) in verifyResultOfMultipleInvocationsPass()2875 << i << " from range <0:" << m_max_geometry_shader_invocations << ")." in verifyResultOfMultipleInvocationsPass()2893 << i << "from range <0:" << m_max_geometry_shader_invocations << ")." in verifyResultOfMultipleInvocationsPass()2933 << 0 << " from range <0:" << m_max_geometry_shader_invocations << ")." in verifyResultOfSingleInvocationPass()2951 << 0 << " from range <0:" << m_max_geometry_shader_invocations << ")." in verifyResultOfSingleInvocationPass()2958 for (unsigned int i = 1; i < (unsigned int)m_max_geometry_shader_invocations; ++i) in verifyResultOfSingleInvocationPass()[all …]
945 glw::GLint m_max_geometry_shader_invocations; member in glcts::GeometryShaderMaxInvocationsTest