Searched refs:MAX_PROGRAM_LOCAL_PARAMS (Results 1 – 7 of 7) sorted by relevance
171 #define MAX_PROGRAM_LOCAL_PARAMS 4096 macro
487 prog->MaxLocalParams = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()488 prog->MaxAddressOffset = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()698 assert(ctx->Const.FragmentProgram.MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()699 assert(ctx->Const.VertexProgram.MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()
575 ASSERT(index < MAX_PROGRAM_LOCAL_PARAMS); in _mesa_ProgramLocalParameter4fARB()
1951 GLfloat LocalParams[MAX_PROGRAM_LOCAL_PARAMS][4];
199 pc->MaxLocalParams = MIN2(pc->MaxParameters, MAX_PROGRAM_LOCAL_PARAMS); in st_init_limits()
1030 for (i = 0; i < MAX_PROGRAM_LOCAL_PARAMS; i++){ in _mesa_fprint_program_parameters()
142 if (reg >= MAX_PROGRAM_LOCAL_PARAMS) in get_src_register_pointer()