Searched refs:MAX_PROGRAM_OUTPUTS (Results 1 – 6 of 6) sorted by relevance
64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4];
1245 GLuint outputWrites[MAX_PROGRAM_OUTPUTS]; in _mesa_simplify_cmp()1257 for (i = 0; i < MAX_PROGRAM_OUTPUTS; i++) { in _mesa_simplify_cmp()1271 assert(inst->DstReg.Index < MAX_PROGRAM_OUTPUTS); in _mesa_simplify_cmp()
112 if (reg >= MAX_PROGRAM_OUTPUTS) in get_src_register_pointer()164 if (reg >= MAX_PROGRAM_OUTPUTS) in get_dst_register_pointer()
203 #define MAX_PROGRAM_OUTPUTS 64 macro
112 STATIC_ASSERT(ARRAY_SIZE(so_decl[0]) >= MAX_PROGRAM_OUTPUTS); in gen7_upload_3dstate_so_decl_list()
1945 ir_variable *var_table[MAX_PROGRAM_OUTPUTS * 4]; in canonicalize_shader_io()