Searched refs:plane3 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_dotprod_tmp.h | 44 const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; in TAG() local 49 plane3); in TAG() 65 const GLfloat plane3 = plane[3]; in TAG() local 71 plane3); in TAG() 86 const GLfloat plane3 = plane[3]; in TAG() local 92 coord[3] * plane3); in TAG()
|
/external/igt-gpu-tools/tests/ |
D | kms_plane_scaling.c | 44 igt_plane_t *plane3; member 416 d->plane3 = igt_pipe_get_plane_type_index(pipe_obj, in test_plane_scaling_on_pipe() 418 if(!d->plane3) { in test_plane_scaling_on_pipe() 423 igt_plane_set_fb(d->plane3, &d->fb[2]); in test_plane_scaling_on_pipe() 426 igt_fb_set_position(&d->fb[2], d->plane3, 100, 100); in test_plane_scaling_on_pipe() 427 igt_fb_set_size(&d->fb[2], d->plane3, d->fb[2].width-300, d->fb[2].height-300); in test_plane_scaling_on_pipe() 428 igt_plane_set_position(d->plane3, 100, 100); in test_plane_scaling_on_pipe() 429 igt_plane_set_size(d->plane3, mode->hdisplay-300, mode->vdisplay-300); in test_plane_scaling_on_pipe() 438 igt_fb_set_position(&d->fb[2], d->plane3, 100, 100); in test_plane_scaling_on_pipe() 439 igt_fb_set_size(&d->fb[2], d->plane3, d->fb[2].width-400, d->fb[2].height-400); in test_plane_scaling_on_pipe() [all …]
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_utils_test.cc | 79 auto* plane3 = space.add_planes(); in TEST() local 80 plane3->set_name("p3"); in TEST() 81 plane3->add_lines()->set_name("p3l1"); in TEST()
|