HomeSort by: relevance | last modified time | path
    Searched defs:coord_x (Results 1 - 2 of 2) sorted by relevancy

  /src/games/testpat/
testpat.c 60 float coord_x, circle_int; local in function:main
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));
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 254 const struct hw_x_point *coord_x = coordinates_x + 32; local in function:precompute_pq
263 x = dc_fixpt_mul(coord_x->x, scaling_factor);
265 ++coord_x;
593 struct fixed31_32 coord_x; local in function:build_custom_gamma_mapping_coefficients_worker
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 = coordinate_x local in function:build_pq
826 const struct hw_x_point *coord_x = coordinate_x; local in function:build_regamma
944 const struct hw_x_point *coord_x = coordinate_x; local in function:build_freesync_hdr
1078 const struct hw_x_point *coord_x = coordinate_x; local in function:build_hlg_degamma
1101 const struct hw_x_point *coord_x = coordinate_x; local in function:build_hlg_regamma
1620 const struct hw_x_point *coord_x = coordinates_x; local in function:apply_degamma_for_user_regamma
1685 const struct hw_x_point *coord_x = coordinates_x; local in function:calculate_user_regamma_coeff
    [all...]

Completed in 56 milliseconds