Home
last modified time | relevance | path

Searched refs:brw_varying_to_offset (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c48 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in compute_tri_direction()
157 brw_varying_to_offset(&c->vue_map, in copy_bfc()
160 brw_varying_to_offset(&c->vue_map, in copy_bfc()
167 brw_varying_to_offset(&c->vue_map, in copy_bfc()
170 brw_varying_to_offset(&c->vue_map, in copy_bfc()
246 brw_varying_to_offset(&c->vue_map, in merge_edgeflags()
254 brw_varying_to_offset(&c->vue_map, in merge_edgeflags()
268 GLuint ndc_offset = brw_varying_to_offset(&c->vue_map, in apply_one_offset()
328 deref_1f(v0, brw_varying_to_offset(&c->vue_map, in emit_lines()
371 deref_1f(v0, brw_varying_to_offset(&c->vue_map, in emit_points()
Dbrw_clip_util.c105 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_project_vertex()
106 GLuint ndc_offset = brw_varying_to_offset(&c->vue_map, in brw_clip_project_vertex()
154 GLuint offset = brw_varying_to_offset(&c->vue_map, in brw_clip_interp_vertex()
165 GLuint delta = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_interp_vertex()
180 GLuint delta = brw_varying_to_offset(&c->vue_map, in brw_clip_interp_vertex()
Dbrw_clip_line.c130 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in clip_and_emit_line()
132 ? brw_varying_to_offset(&c->vue_map, VARYING_SLOT_CLIP_DIST0) in clip_and_emit_line()
Dbrw_clip_tri.c265 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_tri()
267 ? brw_varying_to_offset(&c->vue_map, VARYING_SLOT_CLIP_DIST0) in brw_clip_tri()
533 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, in brw_clip_test()
Dbrw_compiler.h1129 GLuint brw_varying_to_offset(const struct brw_vue_map *vue_map, GLuint varying) in brw_varying_to_offset() function