Searched refs:x_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
1542 tfeedback_decl *x = (tfeedback_decl *) x_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
2330 const match *x = (const match *) x_generic;
2344 varying_matches::xfb_comparator(const void *x_generic, const void *y_generic) argument
2346 const match *x = (const match *) x_generic;
2349 return match_comparator(x_generic, y_generi
2370 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
1419 tfeedback_decl *x = (tfeedback_decl *) x_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
2176 const match *x = (const match *) x_generic;
2190 varying_matches::xfb_comparator(const void *x_generic, const void *y_generic) argument
2192 const match *x = (const match *) x_generic;
2195 return match_comparator(x_generic, y_generic);

Completed in 8 milliseconds