Searched refs:MaxGeometryShaderInvocations (Results 1 – 10 of 10) sorted by relevance
548 int MaxGeometryShaderInvocations; member
528 unsigned MaxGeometryShaderInvocations; member
127 this->Const.MaxGeometryShaderInvocations = ctx->Const.MaxGeometryShaderInvocations; in _mesa_glsl_parse_state()1863 if (invocations > state->Const.MaxGeometryShaderInvocations) { in set_shader_inout_layout()
240 mResources.MaxGeometryShaderInvocations = caps.maxGeometryShaderInvocations; in Compiler()
306 resources->MaxGeometryShaderInvocations = 32; in InitBuiltInResources()
1228 << ":MaxGeometryShaderInvocations:" << mResources.MaxGeometryShaderInvocations in setResourceString()
240 mMaxGeometryShaderInvocations(resources.MaxGeometryShaderInvocations), in TParseContext()
645 consts->MaxGeometryShaderInvocations = MAX_GEOMETRY_SHADER_INVOCATIONS; in _mesa_init_constants()
3817 GLuint MaxGeometryShaderInvocations; member
402 c->MaxGeometryShaderInvocations = in st_init_limits()