Searched refs:MAX_PROGRAM_OUTPUTS (Results 1 – 7 of 7) sorted by relevance
64 GLfloat Outputs[MAX_PROGRAM_OUTPUTS][4];
1276 GLuint outputWrites[MAX_PROGRAM_OUTPUTS]; in _mesa_simplify_cmp()1288 for (i = 0; i < MAX_PROGRAM_OUTPUTS; i++) { in _mesa_simplify_cmp()1302 assert(inst->DstReg.Index < MAX_PROGRAM_OUTPUTS); in _mesa_simplify_cmp()
137 if (reg >= MAX_PROGRAM_OUTPUTS) in get_src_register_pointer()201 if (reg >= MAX_PROGRAM_OUTPUTS) in get_dst_register_pointer()
193 #define MAX_PROGRAM_OUTPUTS 64 macro
1942 GLbitfield OutputFlags[MAX_PROGRAM_OUTPUTS]; /**< PROG_PARAM_BIT_x flags */
124 STATIC_ASSERT(ARRAY_SIZE(so_decl) >= MAX_PROGRAM_OUTPUTS); in upload_3dstate_so_decl_list()
3030 unsigned outputWrites[MAX_PROGRAM_OUTPUTS]; in simplify_cmp()3055 assert(inst->dst.index < MAX_PROGRAM_OUTPUTS); in simplify_cmp()