Searched refs:hpos_offset (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip_tri.c229 struct brw_reg dst, GLuint hpos_offset, int cond)
244 brw_MOV(p, dst, deref_4f(vtx, hpos_offset));
265 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:brw_clip_tri
314 load_clip_distance(c, vtxPrev, c->reg.dpPrev, hpos_offset, BRW_CONDITIONAL_L);
318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE);
360 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_L);
533 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, local in function:brw_clip_test
539 brw_MOV(p, v0, deref_4f(vt0, hpos_offset));
540 brw_MOV(p, v1, deref_4f(vt1, hpos_offset));
541 brw_MOV(p, v2, deref_4f(vt2, hpos_offset));
228 load_clip_distance(struct brw_clip_compile * c,struct brw_indirect vtx,struct brw_reg dst,GLuint hpos_offset,int cond) argument
[all...]
H A Dbrw_clip_line.c130 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:clip_and_emit_line
194 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation);
195 brw_DP4(p, vec4(c->reg.dp1), deref_4f(vtx1, hpos_offset), c->reg.plane_equation);
H A Dbrw_clip_unfilled.c48 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:compute_tri_direction
49 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset);
50 struct brw_reg v1 = byte_offset(c->reg.vertex[1], hpos_offset);
51 struct brw_reg v2 = byte_offset(c->reg.vertex[2], hpos_offset);
H A Dbrw_clip_util.c105 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:brw_clip_project_vertex
112 brw_MOV(p, tmp, deref_4f(vert_addr, hpos_offset));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip_tri.c229 struct brw_reg dst, GLuint hpos_offset, int cond)
244 brw_MOV(p, dst, deref_4f(vtx, hpos_offset));
265 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:brw_clip_tri
314 load_clip_distance(c, vtxPrev, c->reg.dpPrev, hpos_offset, BRW_CONDITIONAL_L);
318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE);
360 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_L);
533 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, local in function:brw_clip_test
539 brw_MOV(p, v0, deref_4f(vt0, hpos_offset));
540 brw_MOV(p, v1, deref_4f(vt1, hpos_offset));
541 brw_MOV(p, v2, deref_4f(vt2, hpos_offset));
228 load_clip_distance(struct brw_clip_compile * c,struct brw_indirect vtx,struct brw_reg dst,GLuint hpos_offset,int cond) argument
[all...]
H A Dbrw_clip_line.c130 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:clip_and_emit_line
194 brw_DP4(p, vec4(c->reg.dp0), deref_4f(vtx0, hpos_offset), c->reg.plane_equation);
195 brw_DP4(p, vec4(c->reg.dp1), deref_4f(vtx1, hpos_offset), c->reg.plane_equation);
H A Dbrw_clip_unfilled.c48 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:compute_tri_direction
49 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset);
50 struct brw_reg v1 = byte_offset(c->reg.vertex[1], hpos_offset);
51 struct brw_reg v2 = byte_offset(c->reg.vertex[2], hpos_offset);
H A Dbrw_clip_util.c105 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); local in function:brw_clip_project_vertex
112 brw_MOV(p, tmp, deref_4f(vert_addr, hpos_offset));

Completed in 7 milliseconds