Searched refs:MAX_PROGRAM_TEMPS (Results 1 – 10 of 10) sorted by relevance
41 GLint intBegin[MAX_PROGRAM_TEMPS],42 GLint intEnd[MAX_PROGRAM_TEMPS]);
63 GLfloat Temporaries[MAX_PROGRAM_TEMPS][4];
514 GLboolean usedTemps[MAX_PROGRAM_TEMPS]; in _mesa_remove_output_reads()518 usedTemps, MAX_PROGRAM_TEMPS); in _mesa_remove_output_reads()538 MAX_PROGRAM_TEMPS, in _mesa_remove_output_reads()
733 GLboolean usedTemps[MAX_PROGRAM_TEMPS]; in _mesa_combine_programs()758 usedTemps, MAX_PROGRAM_TEMPS); in _mesa_combine_programs()805 GLint tempReg = _mesa_find_free_register(usedTemps, MAX_PROGRAM_TEMPS, in _mesa_combine_programs()
120 if (reg >= MAX_PROGRAM_TEMPS) in get_src_register_pointer()196 if (reg >= MAX_PROGRAM_TEMPS) in get_dst_register_pointer()
188 #define MAX_PROGRAM_TEMPS 256 macro
485 prog->MaxTemps = MAX_PROGRAM_TEMPS; in init_program_limits()701 assert(MAX_NV_FRAGMENT_PROGRAM_TEMPS <= MAX_PROGRAM_TEMPS); in check_context_limits()702 assert(MAX_NV_VERTEX_PROGRAM_TEMPS <= MAX_PROGRAM_TEMPS); in check_context_limits()
42 GLubyte active[PROGRAM_OUTPUT+1][MAX_PROGRAM_TEMPS];
169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat)); in init_machine()
69 struct ureg_dst temps[MAX_PROGRAM_TEMPS];