Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip_tri.c229 struct brw_reg dst, GLuint hpos_offset, int cond) in load_clip_distance() argument
244 brw_MOV(p, dst, deref_4f(vtx, hpos_offset)); in load_clip_distance()
265 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_tri() local
314 load_clip_distance(c, vtxPrev, c->reg.dpPrev, hpos_offset, BRW_CONDITIONAL_L); in brw_clip_tri()
318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE); in brw_clip_tri()
360 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_L); in brw_clip_tri()
533 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, in brw_clip_test() local
539 brw_MOV(p, v0, deref_4f(vt0, hpos_offset)); in brw_clip_test()
540 brw_MOV(p, v1, deref_4f(vt1, hpos_offset)); in brw_clip_test()
541 brw_MOV(p, v2, deref_4f(vt2, hpos_offset)); in brw_clip_test()
Dbrw_clip_line.c130 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in clip_and_emit_line() local
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_unfilled.c48 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in compute_tri_direction() local
49 struct brw_reg v0 = byte_offset(c->reg.vertex[0], hpos_offset); in compute_tri_direction()
50 struct brw_reg v1 = byte_offset(c->reg.vertex[1], hpos_offset); in compute_tri_direction()
51 struct brw_reg v2 = byte_offset(c->reg.vertex[2], hpos_offset); in compute_tri_direction()
Dbrw_clip_util.c105 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_project_vertex() local
112 brw_MOV(p, tmp, deref_4f(vert_addr, hpos_offset)); in brw_clip_project_vertex()