Searched refs:FRAG_RESULT_MAX (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.c289 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX);
H A Dshader_enums.h696 #define FRAG_RESULT_MAX (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS) macro
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c373 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX);
H A Dshader_enums.h860 #define FRAG_RESULT_MAX (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_program.c755 ubyte outputMapping[2 * FRAG_RESULT_MAX];
990 const GLbitfield64 written = attr < FRAG_RESULT_MAX ? outputsWritten :
992 const unsigned loc = attr % FRAG_RESULT_MAX;
1007 (FRAG_RESULT_DATA0 <= loc && loc < FRAG_RESULT_MAX));
1011 if (attr >= FRAG_RESULT_MAX) {
H A Dst_mesa_to_tgsi.c95 assert(index < FRAG_RESULT_MAX);
H A Dst_glsl_to_tgsi.cpp2572 decl->mesa_index = var->data.location + FRAG_RESULT_MAX * var->data.index;
5916 assert(index < 2 * FRAG_RESULT_MAX);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_program.c1057 ubyte outputMapping[2 * FRAG_RESULT_MAX];
1247 const GLbitfield64 written = attr < FRAG_RESULT_MAX ? outputsWritten :
1249 const unsigned loc = attr % FRAG_RESULT_MAX;
1265 (FRAG_RESULT_DATA0 <= loc && loc < FRAG_RESULT_MAX));
1269 if (attr >= FRAG_RESULT_MAX) {
H A Dst_glsl_to_tgsi.cpp2662 decl->mesa_index = var->data.location + FRAG_RESULT_MAX * var->data.index;
5969 assert(index < 2 * FRAG_RESULT_MAX);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_to_vector.c37 /* FRAG_RESULT_MAX+1 instead of just FRAG_RESULT_MAX because of how this pass
39 #define MAX_SLOTS MAX2(VARYING_SLOT_TESS_MAX, FRAG_RESULT_MAX+1)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_print.c350 STATIC_ASSERT(ARRAY_SIZE(fragResults) == FRAG_RESULT_MAX);
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_print.c353 STATIC_ASSERT(ARRAY_SIZE(fragResults) == FRAG_RESULT_MAX);

Completed in 32 milliseconds