Searched defs:dydx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_setup_line.c | 358 float dydx = dy / dx; local in function:try_setup_line |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_setup_line.c | 375 float dydx = dy / dx; local in function:try_setup_line |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ | ||
| H A D | s_aaline.c | 371 GLfloat dydx = line->dy / line->dx; local in function:segment |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ | ||
| H A D | s_aaline.c | 370 GLfloat dydx = line->dy / line->dx; local in function:segment |
Completed in 8 milliseconds