Lines Matching defs:vtx
229 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx,
240 brw_ADD(p, get_addr_reg(temp_ptr), get_addr_reg(vtx), c->reg.clipdistance_offset);
245 brw_MOV(p, dst, deref_4f(vtx, hpos_offset));
259 struct brw_indirect vtx = brw_indirect(0, 0);
311 /* vtx = *input_ptr;
313 brw_MOV(p, get_addr_reg(vtx), deref_1uw(inlist_ptr, 0));
319 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE);
338 brw_clip_interp_vertex(c, vtxOut, vtxPrev, vtx, c->reg.t, false);
361 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_L);
373 /* If (vtxOut == 0) vtxOut = vtx
376 brw_MOV(p, get_addr_reg(vtxOut), get_addr_reg(vtx));
380 brw_clip_interp_vertex(c, vtxOut, vtx, vtxPrev, c->reg.t, true);
395 /* vtxPrev = vtx;
398 brw_MOV(p, get_addr_reg(vtxPrev), get_addr_reg(vtx));