Home
last modified time | relevance | path

Searched defs:VARYING_SLOT_TESS_MAX (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp2191 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) in populate_consumer_input_sets()
2250 ir_variable *consumer_inputs_with_locations[VARYING_SLOT_TESS_MAX]) in get_matching_input()
/external/mesa3d/src/compiler/
Dshader_enums.h260 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING) macro