Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
H A Dshader_enums.c378 STATIC_ASSERT(ARRAY_SIZE(names) == FRAG_RESULT_MAX); in gl_frag_result_name()
H A Dshader_enums.h922 #define FRAG_RESULT_MAX (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS) macro
/third_party/mesa3d/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)
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c339 STATIC_ASSERT(ARRAY_SIZE(fragResults) == FRAG_RESULT_MAX); in arb_output_attrib_string()

Completed in 7 milliseconds