Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderConstantVariables.hpp132 const int m_min_MaxGeometryShaderInvocations; member in glcts::GeometryShaderConstantVariables
DesextcGeometryShaderConstantVariables.cpp123 , m_min_MaxGeometryShaderInvocations(32) in GeometryShaderConstantVariables()
440 if (int_value < m_min_MaxGeometryShaderInvocations) in iterate()
444 << m_min_MaxGeometryShaderInvocations << tcu::TestLog::EndMessage; in iterate()