Searched refs:MaxPatchVertices (Results 1 – 12 of 12) sorted by relevance
62 MaxPatchVertices 32
126 return state->Const.MaxPatchVertices; in get_implicit_array_size()135 return state->Const.MaxPatchVertices; in get_implicit_array_size()
580 unsigned MaxPatchVertices; member
187 this->Const.MaxPatchVertices = ctx->Const.MaxPatchVertices; in _mesa_glsl_parse_state()1799 if (vertices > state->Const.MaxPatchVertices) { in set_shader_inout_layout()
958 add_const("gl_MaxPatchVertices", state->Const.MaxPatchVertices); in generate_constants()1554 add_variable("gl_in", array(per_vertex_in_type, state->Const.MaxPatchVertices), in generate_varyings()
327 ctx->Const.MaxPatchVertices = 32; in initialize_context()
4736 if (num_vertices > state->Const.MaxPatchVertices) { in handle_tess_ctrl_shader_output_decl()4789 state->Const.MaxPatchVertices); in handle_tess_shader_input_decl()4790 } else if (var->type->length != state->Const.MaxPatchVertices) { in handle_tess_shader_input_decl()4794 state->Const.MaxPatchVertices); in handle_tess_shader_input_decl()
2732 : ctx->Const.MaxPatchVertices; in resize_tes_inputs()
733 consts->MaxPatchVertices = MAX_PATCH_VERTICES; in _mesa_init_constants()
4144 GLuint MaxPatchVertices; member
2717 if (value <= 0 || value > ctx->Const.MaxPatchVertices) { in _mesa_PatchParameteri()