Searched defs:xintersect (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_setup_line.c | 481 float xintersect = fracf(v1[0][0]) + y1diff * dxdy; local in function:try_setup_line 499 float xintersect = fracf(v2[0][0]) + y2diff * dxdy; local in function:try_setup_line |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ | ||
| H A D | lp_setup_line.c | 503 float xintersect = fracf(v1[0][0]) + y1diff * dxdy; local in function:try_setup_line 521 float xintersect = fracf(v2[0][0]) + y2diff * dxdy; local in function:try_setup_line |
Completed in 4 milliseconds