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.c69 int32_t dy01; member
603 plane[0].dcdx = position->dy01; in do_triangle_ccw()
1077 position->dy01 = position->y[0] - position->y[1]; in calc_fixed_position()
1084 IMUL64(position->dx20, position->dy01); in calc_fixed_position()
1105 position->dy01 = -position->dy01; in rotate_fixed_position_01()
1130 y = position->dy01; in rotate_fixed_position_12()
1132 position->dy01 = -position->dy20; in rotate_fixed_position_12()
Dlp_setup_point.c47 int dy01, dy12; member
486 info.dy01 = fixed_width; in try_setup_point()