Searched refs:FRAG_RESULT_MAX (Results 1 – 7 of 7) sorted by relevance
908 ubyte outputMapping[2 * FRAG_RESULT_MAX]; in st_translate_fragment_program()1098 const GLbitfield64 written = attr < FRAG_RESULT_MAX ? outputsWritten : in st_translate_fragment_program()1100 const unsigned loc = attr % FRAG_RESULT_MAX; in st_translate_fragment_program()1115 (FRAG_RESULT_DATA0 <= loc && loc < FRAG_RESULT_MAX)); in st_translate_fragment_program()1119 if (attr >= FRAG_RESULT_MAX) { in st_translate_fragment_program()
96 assert(index < FRAG_RESULT_MAX); in dst_register()
2583 decl->mesa_index = var->data.location + FRAG_RESULT_MAX * var->data.index; in visit()5889 assert(index < 2 * FRAG_RESULT_MAX); in dst_register()
344 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX); in gl_frag_result_name()
765 #define FRAG_RESULT_MAX (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS) macro
39 #define MAX_SLOTS MAX2(VARYING_SLOT_TESS_MAX, FRAG_RESULT_MAX+1)
353 STATIC_ASSERT(ARRAY_SIZE(fragResults) == FRAG_RESULT_MAX); in arb_output_attrib_string()