Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_plane_scaling.c43 igt_plane_t *plane2; member
297 igt_fb_set_position(&d->fb[1], d->plane2, 0, 0); in iterate_plane_scaling()
298 igt_fb_set_size(&d->fb[1], d->plane2, d->fb[1].width, d->fb[1].height); in iterate_plane_scaling()
299 igt_plane_set_position(d->plane2, 0, 0); in iterate_plane_scaling()
304 igt_plane_set_size(d->plane2, w, h); in iterate_plane_scaling()
310 igt_plane_set_position(d->plane2, 0, 0); in iterate_plane_scaling()
311 igt_plane_set_size(d->plane2, mode->hdisplay, mode->vdisplay); in iterate_plane_scaling()
312 igt_fb_set_position(&d->fb[1], d->plane2, 0, 0); in iterate_plane_scaling()
318 igt_fb_set_size(&d->fb[1], d->plane2, w, h); in iterate_plane_scaling()
371 d->plane2 = igt_pipe_get_plane_type_index(pipe_obj, in test_plane_scaling_on_pipe()
[all …]
Dkms_panel_fitting.c39 igt_plane_t *plane2; member
127 d->plane2 = igt_output_get_plane_type(output, DRM_PLANE_TYPE_OVERLAY); in test_panel_fitting()
128 igt_plane_set_fb(d->plane2, &d->fb2); in test_panel_fitting()
131 igt_fb_set_position(&d->fb2, d->plane2, 100, 100); in test_panel_fitting()
132 igt_fb_set_size(&d->fb2, d->plane2, d->fb2.width-200, d->fb2.height-200); in test_panel_fitting()
133 igt_plane_set_position(d->plane2, 100, 100); in test_panel_fitting()
134 igt_plane_set_size(d->plane2, mode->hdisplay-200, mode->vdisplay-200); in test_panel_fitting()
149 igt_plane_set_size(d->plane2, d->fb2.width-200, d->fb2.height-200); in test_panel_fitting()
/external/libkmsxx/py/tests/
Dglobal_alpha_test.py14 plane2 = res.reserve_generic_plane(crtc, format) variable
17 (plane1.idx, plane1.id, plane2.idx, plane2.id))
32 req.add_plane(plane2, fb2, crtc)
40 req.add(plane2, {"alpha": alpha })
Dwb-m2m-crop.py22 plane2 = res.reserve_overlay_plane(crtc, ofmt) variable
24 print("{}, {}".format(plane1.id, plane2.id))
54 req.add_plane(plane2, dst_fbs[1], crtc, dst=(400, 0, 400, 480))
96 req.add_plane(plane2, ofb, crtc, dst=(400, 0, 400, 480))
/external/mesa3d/src/mesa/math/
Dm_dotprod_tmp.h64 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
70 coord[2] * plane2 + in TAG()
85 const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; in TAG() local
91 coord[2] * plane2 + in TAG()
/external/libvpx/libvpx/
Dtools_common.c593 uint16_t *plane1, *plane2; in find_mismatch_high() local
606 plane2 = (uint16_t *)img2->planes[VPX_PLANE_Y]; in find_mismatch_high()
617 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
621 yloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
632 plane2 = (uint16_t *)img2->planes[VPX_PLANE_U]; in find_mismatch_high()
643 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
647 uloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
658 plane2 = (uint16_t *)img2->planes[VPX_PLANE_V]; in find_mismatch_high()
669 *(plane2 + (i + k) * stride2 + j + l)) { in find_mismatch_high()
673 vloc[3] = *(plane2 + (i + k) * stride2 + j + l); in find_mismatch_high()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils_test.cc75 auto* plane2 = space.add_planes(); in TEST() local
76 plane2->set_name("p2"); in TEST()
/external/icu/icu4c/source/test/cintltst/
Dbocu1tst.c945 static const UChar plane2[]={ 0xd845, 0xdddd }; variable
965 { plane2, UPRV_LENGTHOF(plane2) },
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h442 const uint8_t* plane2, in IsPlaneEqual() argument
448 const uint8_t* r2 = plane2; in IsPlaneEqual()