Searched refs:MAX_PROGRAM_LOCAL_PARAMS (Results 1 – 6 of 6) sorted by relevance
169 #define MAX_PROGRAM_LOCAL_PARAMS 4096 macro
461 prog->MaxLocalParams = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()462 prog->MaxAddressOffset = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()760 assert(ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()761 assert(ctx->Const.Program[MESA_SHADER_VERTEX].MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()
564 assert(index < MAX_PROGRAM_LOCAL_PARAMS); in _mesa_ProgramLocalParameter4fARB()
380 MAX_PROGRAM_LOCAL_PARAMS); in _mesa_fetch_state()409 MAX_PROGRAM_LOCAL_PARAMS); in _mesa_fetch_state()
886 for (i = 0; i < MAX_PROGRAM_LOCAL_PARAMS; i++){ in _mesa_fprint_program_parameters()
269 pc->MaxLocalParams = MIN2(pc->MaxParameters, MAX_PROGRAM_LOCAL_PARAMS); in st_init_limits()