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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1540 cmp_xfb_offset(const void * x_generic, const void * y_generic) argument
1543 tfeedback_decl *y = (tfeedback_decl *) y_generic;
1780 static int match_comparator(const void *x_generic, const void *y_generic);
1781 static int xfb_comparator(const void *x_generic, const void *y_generic);
1782 static int not_xfb_comparator(const void *x_generic, const void *y_generic);
2328 varying_matches::match_comparator(const void *x_generic, const void *y_generic) argument
2331 const match *y = (const match *) y_generic;
2344 varying_matches::xfb_comparator(const void *x_generic, const void *y_generic) argument
2349 return match_comparator(x_generic, y_generic);
2370 varying_matches::not_xfb_comparator(const void *x_generic, const void *y_generic) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlink_varyings.cpp1417 cmp_xfb_offset(const void * x_generic, const void * y_generic) argument
1420 tfeedback_decl *y = (tfeedback_decl *) y_generic;
1645 static int match_comparator(const void *x_generic, const void *y_generic);
1646 static int xfb_comparator(const void *x_generic, const void *y_generic);
2174 varying_matches::match_comparator(const void *x_generic, const void *y_generic) argument
2177 const match *y = (const match *) y_generic;
2190 varying_matches::xfb_comparator(const void *x_generic, const void *y_generic) argument
2195 return match_comparator(x_generic, y_generic);

Completed in 11 milliseconds