Searched refs:MaxPatchVertices (Results 1 – 12 of 12) sorted by relevance
126 return state->Const.MaxPatchVertices; in get_implicit_array_size()135 return state->Const.MaxPatchVertices; in get_implicit_array_size()
543 unsigned MaxPatchVertices; member
181 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices; in _mesa_glsl_parse_state()1743 if (vertices > state->Const.MaxPatchVertices) { in set_shader_inout_layout()
885 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices); in generate_constants()1387 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices), in generate_varyings()
334 ctx->Const.MaxPatchVertices = 32; in initialize_context()
4610 if (num_vertices > state->Const.MaxPatchVertices) { in handle_tess_ctrl_shader_output_decl()4663 state->Const.MaxPatchVertices); in handle_tess_shader_input_decl()4664 } else if (var->type->length != state->Const.MaxPatchVertices) { in handle_tess_shader_input_decl()4668 state->Const.MaxPatchVertices); in handle_tess_shader_input_decl()
2522 : ctx->Const.MaxPatchVertices; in resize_tes_inputs()
62 MaxPatchVertices 32
729 consts->MaxPatchVertices = MAX_PATCH_VERTICES; in _mesa_init_constants()
4001 GLuint MaxPatchVertices; member
2565 if (value <= 0 || value > ctx->Const.MaxPatchVertices) { in _mesa_PatchParameteri()
362 { GL_MAX_PATCH_VERTICES, CONTEXT_INT(Const.MaxPatchVertices), extra_ARB_tessellation_shader },