Home
last modified time | relevance | path

Searched refs:dx01 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c68 int32_t dx01; member
600 plane[0].dcdy = position->dx01; in do_triangle_ccw()
1053 _mm_store_si128((__m128i *)&position->dx01, dxdy0120); in calc_fixed_position()
1076 position->dx01 = position->x[0] - position->x[1]; in calc_fixed_position()
1083 position->area = IMUL64(position->dx01, position->dy20) - in calc_fixed_position()
1104 position->dx01 = -position->dx01; in rotate_fixed_position_01()
1129 x = position->dx01; in rotate_fixed_position_12()
1131 position->dx01 = -position->dx20; in rotate_fixed_position_12()
Dlp_setup_point.c48 int dx01, dx12; member
484 info.dx01 = 0; in try_setup_point()
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c465 dx00, dx01, dx10, dx11, in TrilinearInterpFloat() local
502 dx01 = LERP(fx, d001, d101); in TrilinearInterpFloat()
507 dxy1 = LERP(fy, dx01, dx11); in TrilinearInterpFloat()
537 dx00, dx01, dx10, dx11, in TrilinearInterp16() local
579 dx01 = LERP(rx, d001, d101); in TrilinearInterp16()
584 dxy1 = LERP(ry, dx01, dx11); in TrilinearInterp16()