Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_clip_unfilled.c49 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in compute_tri_direction()
158 brw_varying_to_offset(&c->vue_map, in copy_bfc()
161 brw_varying_to_offset(&c->vue_map, in copy_bfc()
168 brw_varying_to_offset(&c->vue_map, in copy_bfc()
171 brw_varying_to_offset(&c->vue_map, in copy_bfc()
247 brw_varying_to_offset(&c->vue_map, in merge_edgeflags()
255 brw_varying_to_offset(&c->vue_map, in merge_edgeflags()
269 GLuint ndc_offset = brw_varying_to_offset(&c->vue_map, in apply_one_offset()
329 deref_1f(v0, brw_varying_to_offset(&c->vue_map, in emit_lines()
372 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.c131 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in clip_and_emit_line()
133 ? brw_varying_to_offset(&c->vue_map, VARYING_SLOT_CLIP_DIST0) in clip_and_emit_line()
Dbrw_clip_tri.c266 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, VARYING_SLOT_POS); in brw_clip_tri()
268 ? brw_varying_to_offset(&c->vue_map, VARYING_SLOT_CLIP_DIST0) in brw_clip_tri()
534 GLuint hpos_offset = brw_varying_to_offset(&c->vue_map, in brw_clip_test()
Dbrw_compiler.h1235 brw_varying_to_offset(const struct brw_vue_map *vue_map, unsigned varying) in brw_varying_to_offset() function