Home
last modified time | relevance | path

Searched refs:brw_clip_compile (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.h79 struct brw_clip_compile { struct
138 static inline bool brw_clip_have_varying(struct brw_clip_compile *c, in brw_clip_have_varying() argument
147 void brw_emit_unfilled_clip( struct brw_clip_compile *c );
148 void brw_emit_tri_clip( struct brw_clip_compile *c );
149 void brw_emit_line_clip( struct brw_clip_compile *c );
150 void brw_emit_point_clip( struct brw_clip_compile *c );
154 void brw_clip_tri_init_vertices( struct brw_clip_compile *c );
155 void brw_clip_tri_flat_shade( struct brw_clip_compile *c );
156 void brw_clip_tri( struct brw_clip_compile *c );
157 void brw_clip_tri_emit_polygon( struct brw_clip_compile *c );
[all …]
Dbrw_clip_util.c47 struct brw_reg get_tmp( struct brw_clip_compile *c ) in get_tmp()
57 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp ) in release_tmp()
70 void brw_clip_init_planes( struct brw_clip_compile *c ) in brw_clip_init_planes()
90 void brw_clip_project_position(struct brw_clip_compile *c, struct brw_reg pos ) in brw_clip_project_position()
107 static void brw_clip_project_vertex( struct brw_clip_compile *c, in brw_clip_project_vertex()
134 void brw_clip_interp_vertex( struct brw_clip_compile *c, in brw_clip_interp_vertex()
317 void brw_clip_emit_vue(struct brw_clip_compile *c, in brw_clip_emit_vue()
361 void brw_clip_kill_thread(struct brw_clip_compile *c) in brw_clip_kill_thread()
383 struct brw_reg brw_clip_plane0_address( struct brw_clip_compile *c ) in brw_clip_plane0_address()
389 struct brw_reg brw_clip_plane_stride( struct brw_clip_compile *c ) in brw_clip_plane_stride()
[all …]
Dbrw_clip_unfilled.c49 static void compute_tri_direction( struct brw_clip_compile *c ) in compute_tri_direction()
98 static void cull_direction( struct brw_clip_compile *c ) in cull_direction()
126 static void copy_bfc( struct brw_clip_compile *c ) in copy_bfc()
200 static void compute_offset( struct brw_clip_compile *c ) in compute_offset()
232 static void merge_edgeflags( struct brw_clip_compile *c ) in merge_edgeflags()
270 static void apply_one_offset( struct brw_clip_compile *c, in apply_one_offset()
287 static void emit_lines(struct brw_clip_compile *c, in emit_lines()
357 static void emit_points(struct brw_clip_compile *c, in emit_points()
404 static void emit_primitives( struct brw_clip_compile *c, in emit_primitives()
428 static void emit_unfilled_primitives( struct brw_clip_compile *c ) in emit_unfilled_primitives()
[all …]
Dbrw_clip_tri.c43 static void release_tmps( struct brw_clip_compile *c ) in release_tmps()
49 void brw_clip_tri_alloc_regs( struct brw_clip_compile *c, in brw_clip_tri_alloc_regs()
139 void brw_clip_tri_init_vertices( struct brw_clip_compile *c ) in brw_clip_tri_init_vertices()
179 void brw_clip_tri_flat_shade( struct brw_clip_compile *c ) in brw_clip_tri_flat_shade()
233 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx, in load_clip_distance()
260 void brw_clip_tri( struct brw_clip_compile *c ) in brw_clip_tri()
452 void brw_clip_tri_emit_polygon(struct brw_clip_compile *c) in brw_clip_tri_emit_polygon()
500 static void do_clip_tri( struct brw_clip_compile *c ) in do_clip_tri()
508 static void maybe_do_clip_tri( struct brw_clip_compile *c ) in maybe_do_clip_tri()
520 static void brw_clip_test( struct brw_clip_compile *c ) in brw_clip_test()
[all …]
Dbrw_clip_point.c46 void brw_emit_point_clip( struct brw_clip_compile *c ) in brw_emit_point_clip()
Dbrw_clip_line.c45 static void brw_clip_line_alloc_regs( struct brw_clip_compile *c ) in brw_clip_line_alloc_regs()
128 static void clip_and_emit_line( struct brw_clip_compile *c ) in clip_and_emit_line()
300 void brw_emit_line_clip( struct brw_clip_compile *c ) in brw_emit_line_clip()
Dbrw_clip.c53 struct brw_clip_compile c; in compile_clip_prog()