Searched refs:MAX_PROGRAM_LOCAL_PARAMS (Results 1 – 5 of 5) sorted by relevance
164 #define MAX_PROGRAM_LOCAL_PARAMS 4096 macro
289 prog->MaxLocalParams = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()290 prog->MaxAddressOffset = MAX_PROGRAM_LOCAL_PARAMS; in init_program_limits()589 assert(ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()590 assert(ctx->Const.Program[MESA_SHADER_VERTEX].MaxLocalParams <= MAX_PROGRAM_LOCAL_PARAMS); in check_context_limits()
654 assert(index < MAX_PROGRAM_LOCAL_PARAMS); in _mesa_ProgramLocalParameter4fARB()679 assert(index < MAX_PROGRAM_LOCAL_PARAMS); in _mesa_NamedProgramLocalParameter4fEXT()
831 for (i = 0; i < MAX_PROGRAM_LOCAL_PARAMS; i++){ in _mesa_fprint_program_parameters()
317 pc->MaxLocalParams = MIN2(pc->MaxParameters, MAX_PROGRAM_LOCAL_PARAMS); in st_init_limits()