Home
last modified time | relevance | path

Searched refs:MAX_VARYING (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_enums.h174 #define MAX_VARYING 32 /**< number of float[4] vectors */ macro
258 #define VARYING_SLOT_MAX (VARYING_SLOT_VAR0 + MAX_VARYING)
260 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING)
/external/mesa3d/src/mesa/tnl/
Dt_context.c186 for (i = 0; i < MAX_VARYING; i++) { in _tnl_InvalidateState()
/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp639 struct explicit_location_info explicit_locations[MAX_VARYING][4]; in validate_sso_explicit_locations()
683 struct explicit_location_info explicit_locations[MAX_VARYING][4] = { 0 }; in cross_validate_outputs_to_inputs()
760 if (idx >= MAX_VARYING) { in cross_validate_outputs_to_inputs()
1776 unsigned generic_patch_location = MAX_VARYING*4; in assign_locations()
1849 while (slot_end < MAX_VARYING * 4u) { in assign_locations()
1863 if (!var->data.patch && slot_end >= MAX_VARYING * 4u) { in assign_locations()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c357 c->MaxVarying = MIN2(c->MaxVarying, MAX_VARYING); in st_init_limits()
364 MAX_VARYING) * 4; in st_init_limits()