Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_resource.c788 static struct rect shift_rec(const struct rect *rec_in, int x, int y) in shift_rec() argument
790 struct rect rec_out = *rec_in; in shift_rec()
800 const struct rect *rec_in) in calculate_plane_rec_in_timing_active() argument
867 temp = dc_fixpt_from_fraction(rec_in->x * (long long)stream->dst.width, in calculate_plane_rec_in_timing_active()
872 (rec_in->x + rec_in->width) * (long long)stream->dst.width, in calculate_plane_rec_in_timing_active()
876 temp = dc_fixpt_from_fraction(rec_in->y * (long long)stream->dst.height, in calculate_plane_rec_in_timing_active()
881 (rec_in->y + rec_in->height) * (long long)stream->dst.height, in calculate_plane_rec_in_timing_active()