Home
last modified time | relevance | path

Searched refs:MAX_VARYINGS_INCL_PATCH (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_linking_helpers.c312 var->data.location - VARYING_SLOT_VAR0 < MAX_VARYINGS_INCL_PATCH) { in get_unmoveable_components_masks()
415 var->data.location - VARYING_SLOT_VAR0 < MAX_VARYINGS_INCL_PATCH) { in remap_slots_and_components()
541 unsigned store_varying_info_idx[MAX_VARYINGS_INCL_PATCH][4] = {{0}}; in gather_varying_component_info()
551 var->data.location - VARYING_SLOT_VAR0 < MAX_VARYINGS_INCL_PATCH) { in gather_varying_component_info()
602 if (location >= MAX_VARYINGS_INCL_PATCH) in gather_varying_component_info()
663 if (location >= MAX_VARYINGS_INCL_PATCH) in gather_varying_component_info()
860 struct varying_loc remap[MAX_VARYINGS_INCL_PATCH][4] = {{{0}, {0}}}; in compact_components()
894 &cursor, &comp, MAX_VARYINGS_INCL_PATCH, in compact_components()
949 struct assigned_comps assigned_comps[MAX_VARYINGS_INCL_PATCH] = {{0}}; in nir_compact_varyings()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c1545 if (slot_end < MAX_VARYINGS_INCL_PATCH * 4u) { in varying_matches_assign_locations()
1569 while (tmp_loc < MAX_VARYINGS_INCL_PATCH) { in varying_matches_assign_temp_locations()
1600 bool pack_loc[MAX_VARYINGS_INCL_PATCH] = {0}; in varying_matches_store_locations()
1601 const struct glsl_type *loc_type[MAX_VARYINGS_INCL_PATCH][4] = { {NULL, NULL} }; in varying_matches_store_locations()
1992 assert(MAX_VARYINGS_INCL_PATCH <= 64); in reserved_varying_slot()
2013 if (var_slot >= 0 && var_slot < MAX_VARYINGS_INCL_PATCH) in reserved_varying_slot()
2776 uint8_t components[MAX_VARYINGS_INCL_PATCH] = {0}; in assign_final_varying_locations()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.h441 #define MAX_VARYINGS_INCL_PATCH (VARYING_SLOT_TESS_MAX - VARYING_SLOT_VAR0) macro

Completed in 10 milliseconds