Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3270 struct tgsi_full_src_register plane_src, vpos_src; in emit_clip_distance_from_vpos() local
3279 plane_src = make_src_const_reg(emit->clip_plane_const[i]); in emit_clip_distance_from_vpos()
3284 &plane_src, &vpos_src, FALSE); in emit_clip_distance_from_vpos()
3312 struct tgsi_full_src_register plane_src; in emit_clip_vertex_instructions() local
3321 plane_src = make_src_const_reg(emit->clip_plane_const[i]); in emit_clip_vertex_instructions()
3325 &plane_src, &clipvert_src, FALSE); in emit_clip_vertex_instructions()