Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_line.c75 c->reg.plane_equation = brw_vec4_grf(i, 4); in brw_clip_line_alloc_regs()
197 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in clip_and_emit_line()
199 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in clip_and_emit_line()
201 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
202 brw_DP4(p, vec4(c->reg.dp1), deref_4f(vtx1, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
Dbrw_clip.h107 struct brw_reg plane_equation; member
Dbrw_clip_tri.c91 c->reg.plane_equation = brw_vec4_grf(i, 4); in brw_clip_tri_alloc_regs()
250 brw_DP4(p, dst, dst, c->reg.plane_equation); in load_clip_distance()
306 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in brw_clip_tri()
308 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in brw_clip_tri()