Searched refs:MAX_VARYING (Results 1 – 14 of 14) sorted by relevance
849 assert(info->is_patch || cursor < MAX_VARYING); in compact_components()855 if (cursor < MAX_VARYING) { in compact_components()856 cursor = MAX_VARYING; in compact_components()865 &cursor, &comp, MAX_VARYING, in compact_components()875 if (cursor == MAX_VARYING) { in compact_components()879 &cursor, &comp, MAX_VARYING, in compact_components()938 nir_variable *input_vars[MAX_VARYING] = { 0 }; in nir_link_xfb_varyings()942 var->data.location - VARYING_SLOT_VAR0 < MAX_VARYING) { in nir_link_xfb_varyings()951 var->data.location - VARYING_SLOT_VAR0 < MAX_VARYING) { in nir_link_xfb_varyings()1001 out_var->data.location - VARYING_SLOT_VAR0 >= MAX_VARYING) in can_replace_varying()
257 #define MAX_VARYING 32 /**< number of float[4] vectors */ macro413 #define VARYING_SLOT_MAX (VARYING_SLOT_VAR0 + MAX_VARYING)414 #define VARYING_SLOT_TESS_MAX (VARYING_SLOT_PATCH0 + MAX_VARYING)
62 unsigned fs_input_attr_indices[MAX_VARYING];
188 for (i = 0; i < MAX_VARYING; i++) { in _tnl_InvalidateState()
710 struct explicit_location_info explicit_locations[MAX_VARYING][4]; in validate_first_and_last_interface_explicit_locations()792 struct explicit_location_info output_explicit_locations[MAX_VARYING][4] = {}; in cross_validate_outputs_to_inputs()793 struct explicit_location_info input_explicit_locations[MAX_VARYING][4] = {}; in cross_validate_outputs_to_inputs()876 if (idx >= MAX_VARYING) { in cross_validate_outputs_to_inputs()2038 unsigned generic_patch_location = MAX_VARYING*4; in assign_locations()2129 while (slot_end < MAX_VARYING * 4u) { in assign_locations()2143 if (!var->data.patch && slot_end >= MAX_VARYING * 4u) { in assign_locations()
128 nir_variable *in[MAX_VARYING];129 nir_variable *out[MAX_VARYING];
59 #define PAN_MAX_VARYINGS (MAX_VARYING + PAN_VARY_MAX - 1)
136 - st/mesa: MAX_VARYING is the max supported number of patch varyings,
214 - mesa: bump MAX_VARYING to 32
284 return MAX_VARYING; in panfrost_get_param()
444 c->MaxVarying = MIN2(c->MaxVarying, MAX_VARYING); in st_init_limits()453 MAX_VARYING) * 4; in st_init_limits()
670 assert(*reserved < MAX_VARYING); in assign_producer_var_io()675 assert(slot < MAX_VARYING); in assign_producer_var_io()
795 return MIN2(max, MAX_VARYING); in zink_get_shader_param()
1320 unsigned comps[MAX_VARYING] = { 0 }; in agx_remap_varyings_fs()