Searched refs:MaxAttribs (Results 1 – 11 of 11) sorted by relevance
489 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_VertexAttribPointerARB()519 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_VertexAttribIPointer()538 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_EnableVertexAttribArrayARB()565 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_DisableVertexAttribArrayARB()596 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in get_vertex_array_attrib()656 else if (index >= ctx->Const.VertexProgram.MaxAttribs) { in get_current_attrib()780 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_GetVertexAttribPointervARB()1175 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_VertexAttribDivisor()
62 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_BindAttribLocationARB()
493 prog->MaxAttribs = MAX_NV_VERTEX_PROGRAM_INPUTS; in init_program_limits()499 prog->MaxAttribs = MAX_NV_FRAGMENT_PROGRAM_INPUTS; in init_program_limits()505 prog->MaxAttribs = MAX_NV_VERTEX_PROGRAM_INPUTS; in init_program_limits()
773 *params = limits->MaxAttribs; in _mesa_GetProgramivARB()
2749 GLuint MaxAttribs; member
776 CONTEXT_INT(Const.VertexProgram.MaxAttribs),
91 ctx->Const.VertexProgram.MaxAttribs = 16; in initialize_context_to_defaults()
78 this->Const.MaxVertexAttribs = ctx->Const.VertexProgram.MaxAttribs; in _mesa_glsl_parse_state()
712 prog->MaxNativeAttribs = prog->MaxAttribs; in init_program_native_limits()
974 return index < VERT_ATTRIB_GENERIC0 + c->MaxAttribs; in _mesa_valid_register_index()
1181 if ((unsigned) $1 >= state->limits->MaxAttribs) {