Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_util.c112 GLuint hpos_offset = brw_vert_result_to_offset(&c->vue_map, in brw_clip_project_vertex()
114 GLuint ndc_offset = brw_vert_result_to_offset(&c->vue_map, in brw_clip_project_vertex()
305 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
308 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
314 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
317 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
323 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
326 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
332 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
335 brw_vert_result_to_offset(&c->vue_map, in brw_clip_copy_colors()
Dbrw_clip_unfilled.c55 GLuint hpos_offset = brw_vert_result_to_offset(&c->vue_map, in compute_tri_direction()
163 brw_vert_result_to_offset(&c->vue_map, in copy_bfc()
166 brw_vert_result_to_offset(&c->vue_map, in copy_bfc()
173 brw_vert_result_to_offset(&c->vue_map, in copy_bfc()
176 brw_vert_result_to_offset(&c->vue_map, in copy_bfc()
237 brw_vert_result_to_offset(&c->vue_map, in merge_edgeflags()
245 brw_vert_result_to_offset(&c->vue_map, in merge_edgeflags()
259 GLuint ndc_offset = brw_vert_result_to_offset(&c->vue_map, in apply_one_offset()
318 deref_1f(v0, brw_vert_result_to_offset(&c->vue_map, in emit_lines()
360 deref_1f(v0, brw_vert_result_to_offset(&c->vue_map, in emit_points()
Dbrw_clip_line.c136 GLuint hpos_offset = brw_vert_result_to_offset(&c->vue_map, in clip_and_emit_line()
Dbrw_clip_tri.c235 GLuint hpos_offset = brw_vert_result_to_offset(&c->vue_map, in brw_clip_tri()
487 GLuint hpos_offset = brw_vert_result_to_offset(&c->vue_map, in brw_clip_test()
Dbrw_context.h391 static inline GLuint brw_vert_result_to_offset(struct brw_vue_map *vue_map, in brw_vert_result_to_offset() function