Home
last modified time | relevance | path

Searched refs:dy01 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c72 int32_t dy01; member
594 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1050 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1057 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1078 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1103 y = position->dy01; in rotate_fixed_position_12()
1105 position->dy01 = -position->dy20; in rotate_fixed_position_12()
Dlp_setup_point.c47 int dy01, dy12; member
476 info.dy01 = fixed_width; in try_setup_point()