Searched refs:brw_vert_result_to_offset (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_util.c | 112 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()
|
D | brw_clip_unfilled.c | 55 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()
|
D | brw_clip_line.c | 136 GLuint hpos_offset = brw_vert_result_to_offset(&c->vue_map, in clip_and_emit_line()
|
D | brw_clip_tri.c | 235 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()
|
D | brw_context.h | 391 static inline GLuint brw_vert_result_to_offset(struct brw_vue_map *vue_map, in brw_vert_result_to_offset() function
|