Searched refs:brw_varying_to_offset (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_clip_unfilled.c | 49 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()
|
D | brw_clip_util.c | 105 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()
|
D | brw_clip_line.c | 131 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()
|
D | brw_clip_tri.c | 266 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()
|
D | brw_compiler.h | 1235 brw_varying_to_offset(const struct brw_vue_map *vue_map, unsigned varying) in brw_varying_to_offset() function
|