Searched refs:MaxGeometryOutputVertices (Results 1 – 8 of 8) sorted by relevance
469 unsigned MaxGeometryOutputVertices; member
119 this->Const.MaxGeometryOutputVertices = ctx->Const.MaxGeometryOutputVertices; in _mesa_glsl_parse_state()1755 if (qual_max_vertices > state->Const.MaxGeometryOutputVertices) { in set_shader_inout_layout()
291 ctx->Const.MaxGeometryOutputVertices = 256; in initialize_context()
708 state->Const.MaxGeometryOutputVertices); in generate_constants()
346 c->MaxGeometryOutputVertices = in st_init_limits()
628 consts->MaxGeometryOutputVertices = MAX_GEOMETRY_OUTPUT_VERTICES; in _mesa_init_constants()
3510 GLuint MaxGeometryOutputVertices; member
347 …{ GL_MAX_GEOMETRY_OUTPUT_VERTICES, CONTEXT_INT(Const.MaxGeometryOutputVertices), extra_version_32_…