Home
last modified time | relevance | path

Searched refs:m_max_geometry_shader_invocations (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLimits.cpp2567 , 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 …]
DesextcGeometryShaderLimits.hpp945 glw::GLint m_max_geometry_shader_invocations; member in glcts::GeometryShaderMaxInvocationsTest