Searched refs:dx01 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 66 int dx01; member 407 plane[0].dcdy = position->dx01; in do_triangle_ccw() 806 position->dx01 = position->x[0] - position->x[1]; in calc_fixed_position() 812 position->area = position->dx01 * position->dy20 - position->dx20 * position->dy01; in calc_fixed_position() 832 position->dx01 = -position->dx01; in rotate_fixed_position_01() 857 x = position->dx01; in rotate_fixed_position_12() 859 position->dx01 = -position->dx20; in rotate_fixed_position_12()
|
D | lp_setup_point.c | 46 int dx01, dx12; member 370 info.dx01 = 0; in try_setup_point()
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsintrp.c | 457 dx00, dx01, dx10, dx11, in TrilinearInterpFloat() local 494 dx01 = LERP(fx, d001, d101); in TrilinearInterpFloat() 499 dxy1 = LERP(fy, dx01, dx11); in TrilinearInterpFloat() 529 dx00, dx01, dx10, dx11, in TrilinearInterp16() local 571 dx01 = LERP(rx, d001, d101); in TrilinearInterp16() 576 dxy1 = LERP(ry, dx01, dx11); in TrilinearInterp16()
|