Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_tri.c68 int dx20; member
409 plane[2].dcdy = position->dx20; in do_triangle_ccw()
809 position->dx20 = position->x[2] - position->x[0]; in calc_fixed_position()
812 position->area = position->dx01 * position->dy20 - position->dx20 * position->dy01; in calc_fixed_position()
834 position->dx20 = position->x[2] - position->x[0]; in rotate_fixed_position_01()
859 position->dx01 = -position->dx20; in rotate_fixed_position_12()
861 position->dx20 = -x; in rotate_fixed_position_12()