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

/openbsd-current/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.c513 uint32_t *index_left,
550 *index_left = i;
563 *index_left = i;
572 *index_left = i;
600 uint32_t index_left = 0; local
619 &index_to_start, &index_left, &index_right, &hw_pos)) {
624 if (index_left >= ramp->num_entries + 3) {
637 left_pos = axis_x[index_left].r;
642 left_pos = axis_x[index_left].g;
647 left_pos = axis_x[index_left]
507 find_software_points( const struct dc_gamma *ramp, const struct gamma_pixel *axis_x, struct fixed31_32 hw_point, enum channel_name channel, uint32_t *index_to_start, uint32_t *index_left, uint32_t *index_right, enum hw_point_position *pos) argument
[all...]

Completed in 107 milliseconds