Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c67 struct p_point planepos[MAXMULTIPLANESAMOUNT]; member
489 if (data->planepos[c].origo & p_right) { in pointlocation()
490 p[c].x1 = (int32_t)(data->planepos[c].x * mode->hdisplay in pointlocation()
501 p[c].x1 = (int32_t)(data->planepos[c].x * mode->hdisplay); in pointlocation()
505 if (data->planepos[c].origo & p_bottom) { in pointlocation()
506 p[c].y1 = (int32_t)(data->planepos[c].y * mode->vdisplay in pointlocation()
511 p[c].y1 = (int32_t)(data->planepos[c].y * mode->vdisplay); in pointlocation()
843 data.planepos[0].origo = p_top | p_left;
844 data.planepos[0].x = .2f;
845 data.planepos[0].y = .1f;
[all …]