Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_clip.h46 struct brw_clip_compile { struct
105 static inline bool brw_clip_have_varying(struct brw_clip_compile *c, in brw_clip_have_varying() argument
114 void brw_emit_unfilled_clip( struct brw_clip_compile *c );
115 void brw_emit_tri_clip( struct brw_clip_compile *c );
116 void brw_emit_line_clip( struct brw_clip_compile *c );
117 void brw_emit_point_clip( struct brw_clip_compile *c );
121 void brw_clip_tri_init_vertices( struct brw_clip_compile *c );
122 void brw_clip_tri_flat_shade( struct brw_clip_compile *c );
123 void brw_clip_tri( struct brw_clip_compile *c );
124 void brw_clip_tri_emit_polygon( struct brw_clip_compile *c );
[all …]
Dbrw_clip_util.c40 struct brw_reg get_tmp( struct brw_clip_compile *c ) in get_tmp()
50 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp ) in release_tmp()
63 void brw_clip_init_planes( struct brw_clip_compile *c ) in brw_clip_init_planes()
83 void brw_clip_project_position(struct brw_clip_compile *c, struct brw_reg pos ) in brw_clip_project_position()
100 static void brw_clip_project_vertex( struct brw_clip_compile *c, in brw_clip_project_vertex()
127 void brw_clip_interp_vertex( struct brw_clip_compile *c, in brw_clip_interp_vertex()
310 void brw_clip_emit_vue(struct brw_clip_compile *c, in brw_clip_emit_vue()
354 void brw_clip_kill_thread(struct brw_clip_compile *c) in brw_clip_kill_thread()
376 struct brw_reg brw_clip_plane0_address( struct brw_clip_compile *c ) in brw_clip_plane0_address()
382 struct brw_reg brw_clip_plane_stride( struct brw_clip_compile *c ) in brw_clip_plane_stride()
[all …]
Dbrw_clip_unfilled.c43 static void compute_tri_direction( struct brw_clip_compile *c ) in compute_tri_direction()
92 static void cull_direction( struct brw_clip_compile *c ) in cull_direction()
120 static void copy_bfc( struct brw_clip_compile *c ) in copy_bfc()
194 static void compute_offset( struct brw_clip_compile *c ) in compute_offset()
226 static void merge_edgeflags( struct brw_clip_compile *c ) in merge_edgeflags()
264 static void apply_one_offset( struct brw_clip_compile *c, in apply_one_offset()
281 static void emit_lines(struct brw_clip_compile *c, in emit_lines()
351 static void emit_points(struct brw_clip_compile *c, in emit_points()
398 static void emit_primitives( struct brw_clip_compile *c, in emit_primitives()
422 static void emit_unfilled_primitives( struct brw_clip_compile *c ) in emit_unfilled_primitives()
[all …]
Dbrw_clip_tri.c38 static void release_tmps( struct brw_clip_compile *c ) in release_tmps()
44 void brw_clip_tri_alloc_regs( struct brw_clip_compile *c, in brw_clip_tri_alloc_regs()
134 void brw_clip_tri_init_vertices( struct brw_clip_compile *c ) in brw_clip_tri_init_vertices()
174 void brw_clip_tri_flat_shade( struct brw_clip_compile *c ) in brw_clip_tri_flat_shade()
228 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx, in load_clip_distance()
255 void brw_clip_tri( struct brw_clip_compile *c ) in brw_clip_tri()
447 void brw_clip_tri_emit_polygon(struct brw_clip_compile *c) in brw_clip_tri_emit_polygon()
495 static void do_clip_tri( struct brw_clip_compile *c ) in do_clip_tri()
503 static void maybe_do_clip_tri( struct brw_clip_compile *c ) in maybe_do_clip_tri()
515 static void brw_clip_test( struct brw_clip_compile *c ) in brw_clip_test()
[all …]
Dbrw_clip_point.c41 void brw_emit_point_clip( struct brw_clip_compile *c ) in brw_emit_point_clip()
Dbrw_clip_line.c38 static void brw_clip_line_alloc_regs( struct brw_clip_compile *c ) in brw_clip_line_alloc_regs()
121 static void clip_and_emit_line( struct brw_clip_compile *c ) in clip_and_emit_line()
293 void brw_emit_line_clip( struct brw_clip_compile *c ) in brw_emit_line_clip()
Dbrw_compile_clip.c36 struct brw_clip_compile c; in brw_compile_clip()