Searched refs:FRAG_RESULT_MAX (Results 1 – 6 of 6) sorted by relevance
648 ubyte outputMapping[2 * FRAG_RESULT_MAX]; in st_translate_fragment_program()865 const GLbitfield64 written = attr < FRAG_RESULT_MAX ? outputsWritten : in st_translate_fragment_program()867 const unsigned loc = attr % FRAG_RESULT_MAX; in st_translate_fragment_program()882 (FRAG_RESULT_DATA0 <= loc && loc < FRAG_RESULT_MAX)); in st_translate_fragment_program()886 if (attr >= FRAG_RESULT_MAX) { in st_translate_fragment_program()
95 assert(index < FRAG_RESULT_MAX); in dst_register()
2473 decl->mesa_index = var->data.location + FRAG_RESULT_MAX * var->data.index; in visit()5560 assert(index < 2 * FRAG_RESULT_MAX); in dst_register()
272 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX); in gl_frag_result_name()
608 #define FRAG_RESULT_MAX (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS) macro
338 STATIC_ASSERT(ARRAY_SIZE(fragResults) == FRAG_RESULT_MAX); in arb_output_attrib_string()