Searched refs:brw_varying_to_offset (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_clip_unfilled.c | 48 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()
|
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 | 130 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()
|
D | brw_clip_tri.c | 265 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()
|
D | brw_compiler.h | 1129 GLuint brw_varying_to_offset(const struct brw_vue_map *vue_map, GLuint varying) in brw_varying_to_offset() function
|