Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c771 cmp_xfb_offset(const void * x_generic, const void * y_generic) in cmp_xfb_offset() argument
774 struct xfb_decl *y = (struct xfb_decl *) y_generic; in cmp_xfb_offset()
1048 varying_matches_match_comparator(const void *x_generic, const void *y_generic) in varying_matches_match_comparator() argument
1051 const struct match *y = (const struct match *) y_generic; in varying_matches_match_comparator()
1063 varying_matches_xfb_comparator(const void *x_generic, const void *y_generic) in varying_matches_xfb_comparator() argument
1068 return varying_matches_match_comparator(x_generic, y_generic); in varying_matches_xfb_comparator()
1088 varying_matches_not_xfb_comparator(const void *x_generic, const void *y_generic) in varying_matches_not_xfb_comparator() argument
1093 return varying_matches_match_comparator(x_generic, y_generic); in varying_matches_not_xfb_comparator()