Searched refs:coord_x (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
H A Damdgpu_color_gamma.c254 const struct hw_x_point *coord_x = coordinates_x + 32; local
263 x = dc_fixpt_mul(coord_x->x, scaling_factor);
265 ++coord_x;
593 struct fixed31_32 coord_x; local
607 coord_x = coordinates_x[i].regamma_y_red;
609 coord_x = coordinates_x[i].regamma_y_green;
611 coord_x = coordinates_x[i].regamma_y_blue;
614 ramp, axis_x, coord_x, channel,
650 coord_x,
745 const struct hw_x_point *coord_x local
826 const struct hw_x_point *coord_x = coordinate_x; local
944 const struct hw_x_point *coord_x = coordinate_x; local
1078 const struct hw_x_point *coord_x = coordinate_x; local
1101 const struct hw_x_point *coord_x = coordinate_x; local
1620 const struct hw_x_point *coord_x = coordinates_x; local
1685 const struct hw_x_point *coord_x = coordinates_x; local
[all...]
/netbsd-current/games/testpat/
H A Dtestpat.c60 float coord_x, circle_int; local
140 coord_x = sqrtf(circle_int);
141 circle_pos[i][0] = (-coord_x + ((float)x_limit / 2));
142 circle_pos[i][1] = (coord_x + ((float)x_limit / 2));

Completed in 152 milliseconds