Searched refs:dx01 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 68 int32_t dx01; member 592 plane[0].dcdy = position->dx01; in do_triangle_ccw() 1034 _mm_store_si128((__m128i *)&position->dx01, dxdy0120); in calc_fixed_position() 1057 position->dx01 = position->x[0] - position->x[1]; in calc_fixed_position() 1064 position->area = IMUL64(position->dx01, position->dy20) - in calc_fixed_position() 1085 position->dx01 = -position->dx01; in rotate_fixed_position_01() 1110 x = position->dx01; in rotate_fixed_position_12() 1112 position->dx01 = -position->dx20; in rotate_fixed_position_12()
|
D | lp_setup_point.c | 48 int dx01, dx12; member 474 info.dx01 = 0; in try_setup_point()
|
/external/pdfium/third_party/lcms/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()
|