Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c1600 bool pack_loc[MAX_VARYINGS_INCL_PATCH] = {0}; in varying_matches_store_locations() local
1637 pack_loc[slot + j] = true; in varying_matches_store_locations()
1640 pack_loc[slot] = true; in varying_matches_store_locations()
1641 pack_loc[slot + 1] = true; in varying_matches_store_locations()
1647 pack_loc[slot + j] = true; in varying_matches_store_locations()
1665 if (pack_loc[slot]) in varying_matches_store_locations()

Completed in 5 milliseconds