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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c3495 struct tgsi_full_src_register plane_src, vpos_src; local in function:emit_clip_distance_from_vpos
3504 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
3509 &plane_src, &vpos_src, FALSE);
3537 struct tgsi_full_src_register plane_src; local in function:emit_clip_vertex_instructions
3546 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
3550 &plane_src, &clipvert_src, FALSE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c6184 struct tgsi_full_src_register plane_src, vpos_src; local in function:emit_clip_distance_from_vpos
6193 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
6198 &plane_src, &vpos_src);
6227 struct tgsi_full_src_register plane_src; local in function:emit_clip_vertex_instructions
6236 plane_src = make_src_const_reg(emit->clip_plane_const[i]);
6240 &plane_src, &clipvert_src);

Completed in 39 milliseconds