Home
last modified time | relevance | path

Searched refs:MaxAttribs (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvarray.c489 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()
Dshader_query.cpp62 if (index >= ctx->Const.VertexProgram.MaxAttribs) { in _mesa_BindAttribLocationARB()
Dcontext.c493 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()
Darbprogram.c773 *params = limits->MaxAttribs; in _mesa_GetProgramivARB()
Dmtypes.h2749 GLuint MaxAttribs; member
Dget.c776 CONTEXT_INT(Const.VertexProgram.MaxAttribs),
/external/mesa3d/src/glsl/
Dstandalone_scaffolding.cpp91 ctx->Const.VertexProgram.MaxAttribs = 16; in initialize_context_to_defaults()
Dglsl_parser_extras.cpp78 this->Const.MaxVertexAttribs = ctx->Const.VertexProgram.MaxAttribs; in _mesa_glsl_parse_state()
/external/mesa3d/src/mesa/swrast/
Ds_context.c712 prog->MaxNativeAttribs = prog->MaxAttribs; in init_program_native_limits()
/external/mesa3d/src/mesa/program/
Dprogram.c974 return index < VERT_ATTRIB_GENERIC0 + c->MaxAttribs; in _mesa_valid_register_index()
Dprogram_parse.y1181 if ((unsigned) $1 >= state->limits->MaxAttribs) {