Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip_line.c68 c->reg.plane_equation = brw_vec4_grf(i, 4); in brw_clip_line_alloc_regs()
190 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in clip_and_emit_line()
192 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in clip_and_emit_line()
194 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
195 brw_DP4(p, vec4(c->reg.dp1), deref_4f(vtx1, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
Dbrw_clip.h74 struct brw_reg plane_equation; member
Dbrw_clip_tri.c86 c->reg.plane_equation = brw_vec4_grf(i, 4); in brw_clip_tri_alloc_regs()
245 brw_DP4(p, dst, dst, c->reg.plane_equation); in load_clip_distance()
301 brw_MOV(p, c->reg.plane_equation, deref_4f(plane_ptr, 0)); in brw_clip_tri()
303 brw_MOV(p, c->reg.plane_equation, deref_4b(plane_ptr, 0)); in brw_clip_tri()