Searched refs:smax (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | subdivider.cc | 77 REAL smax = to[0]; local in function:Subdivider::makePatchBoundary 84 arctessellator.bezier( jarc, smin, smax, tmin, tmin ); 89 arctessellator.bezier( jarc, smax, smax, tmin, tmax ); 94 arctessellator.bezier( jarc, smax, smin, tmax, tmax ); 760 REAL smax = to[0]; local in function:Subdivider::makeBorderTrim 767 arctessellator.bezier( jarc, smin, smax, tmin, tmin ); 772 arctessellator.bezier( jarc, smax, smax, tmin, tmax ); 777 arctessellator.bezier( jarc, smax, smi [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | debug_output.c | 579 int s, t, smax, tmax; local in function:debug_set_message_enable_all 583 smax = MESA_DEBUG_SOURCE_COUNT; 585 smax = source+1; 597 for (s = source; s < smax; s++) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | debug_output.c | 564 int s, t, smax, tmax; local in function:debug_set_message_enable_all 568 smax = MESA_DEBUG_SOURCE_COUNT; 570 smax = source+1; 582 for (s = source; s < smax; s++) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | validate.c | 58 #define VAL_START_BINARY(parm_type,res_type,dmax,smax,dincr,sincr) \ 66 for (s = 0; s < smax; s += sincr) { \ 188 #define VAL_START_TERNARY(parm_type,res_type,dmax,smax,dincr,sincr,maxshift)\ 197 for (s = 0; s < smax; s += sincr) { \
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| H A D | validate.c | 58 #define VAL_START_BINARY(parm_type,res_type,dmax,smax,dincr,sincr) \ 66 for (s = 0; s < smax; s += sincr) { \ 188 #define VAL_START_TERNARY(parm_type,res_type,dmax,smax,dincr,sincr,maxshift)\ 197 for (s = 0; s < smax; s += sincr) { \
|
Completed in 8 milliseconds