Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp1054 cmp_xfb_offset(const void * x_generic, const void * y_generic) in cmp_xfb_offset() argument
1056 tfeedback_decl *x = (tfeedback_decl *) x_generic; in cmp_xfb_offset()
1264 static int match_comparator(const void *x_generic, const void *y_generic);
1265 static int xfb_comparator(const void *x_generic, const void *y_generic);
1695 varying_matches::match_comparator(const void *x_generic, const void *y_generic) in match_comparator() argument
1697 const match *x = (const match *) x_generic; in match_comparator()
1711 varying_matches::xfb_comparator(const void *x_generic, const void *y_generic) in xfb_comparator() argument
1713 const match *x = (const match *) x_generic; in xfb_comparator()
1716 return match_comparator(x_generic, y_generic); in xfb_comparator()