Searched refs:MAX_PROGRAM_LOCAL_PARAMS (Results 1 – 5 of 5) sorted by relevance
161 #define MAX_PROGRAM_LOCAL_PARAMS 4096 macro
312 prog->MaxLocalParams = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()313 prog->MaxAddressOffset = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()631 assert(ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()632 assert(ctx->Const.Program[MESA_SHADER_VERTEX].MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()
649 assert(index < MAX_PROGRAM_LOCAL_PARAMS); in _mesa_ProgramLocalParameter4fARB()674 assert(index < MAX_PROGRAM_LOCAL_PARAMS); in _mesa_NamedProgramLocalParameter4fEXT()
887 for (i = 0; i < MAX_PROGRAM_LOCAL_PARAMS; i++){ in _mesa_fprint_program_parameters()
302 pc->MaxLocalParams = MIN2(pc->MaxParameters, MAX_PROGRAM_LOCAL_PARAMS); in st_init_limits()