Searched refs:brw_clip_compile (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip.h46 struct brw_clip_compile { struct
105 static inline bool brw_clip_have_varying(struct brw_clip_compile *c,
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 *
[all...]
H A Dbrw_clip_point.c41 void brw_emit_point_clip( struct brw_clip_compile *c )
H A Dbrw_clip_util.c40 struct brw_reg get_tmp( struct brw_clip_compile *c )
50 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp )
63 void brw_clip_init_planes( struct brw_clip_compile *c )
83 void brw_clip_project_position(struct brw_clip_compile *c, struct brw_reg pos )
100 static void brw_clip_project_vertex( struct brw_clip_compile *c,
127 void brw_clip_interp_vertex( struct brw_clip_compile *c,
310 void brw_clip_emit_vue(struct brw_clip_compile *c,
354 void brw_clip_kill_thread(struct brw_clip_compile *c)
376 struct brw_reg brw_clip_plane0_address( struct brw_clip_compile *c )
382 struct brw_reg brw_clip_plane_stride( struct brw_clip_compile *
[all...]
H A Dbrw_clip_unfilled.c43 static void compute_tri_direction( struct brw_clip_compile *c )
92 static void cull_direction( struct brw_clip_compile *c )
120 static void copy_bfc( struct brw_clip_compile *c )
194 static void compute_offset( struct brw_clip_compile *c )
226 static void merge_edgeflags( struct brw_clip_compile *c )
264 static void apply_one_offset( struct brw_clip_compile *c,
281 static void emit_lines(struct brw_clip_compile *c,
351 static void emit_points(struct brw_clip_compile *c,
398 static void emit_primitives( struct brw_clip_compile *c,
422 static void emit_unfilled_primitives( struct brw_clip_compile *
[all...]
H A Dbrw_compile_clip.c36 struct brw_clip_compile c;
H A Dbrw_clip_tri.c38 static void release_tmps( struct brw_clip_compile *c )
44 void brw_clip_tri_alloc_regs( struct brw_clip_compile *c,
134 void brw_clip_tri_init_vertices( struct brw_clip_compile *c )
174 void brw_clip_tri_flat_shade( struct brw_clip_compile *c )
228 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx,
255 void brw_clip_tri( struct brw_clip_compile *c )
447 void brw_clip_tri_emit_polygon(struct brw_clip_compile *c)
495 static void do_clip_tri( struct brw_clip_compile *c )
503 static void maybe_do_clip_tri( struct brw_clip_compile *c )
515 static void brw_clip_test( struct brw_clip_compile *
[all...]
H A Dbrw_clip_line.c38 static void brw_clip_line_alloc_regs( struct brw_clip_compile *c )
121 static void clip_and_emit_line( struct brw_clip_compile *c )
293 void brw_emit_line_clip( struct brw_clip_compile *c )
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip.h46 struct brw_clip_compile { struct
105 static inline bool brw_clip_have_varying(struct brw_clip_compile *c,
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 *
[all...]
H A Dbrw_clip_point.c41 void brw_emit_point_clip( struct brw_clip_compile *c )
H A Dbrw_clip_util.c40 struct brw_reg get_tmp( struct brw_clip_compile *c )
50 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp )
63 void brw_clip_init_planes( struct brw_clip_compile *c )
83 void brw_clip_project_position(struct brw_clip_compile *c, struct brw_reg pos )
100 static void brw_clip_project_vertex( struct brw_clip_compile *c,
127 void brw_clip_interp_vertex( struct brw_clip_compile *c,
310 void brw_clip_emit_vue(struct brw_clip_compile *c,
354 void brw_clip_kill_thread(struct brw_clip_compile *c)
376 struct brw_reg brw_clip_plane0_address( struct brw_clip_compile *c )
382 struct brw_reg brw_clip_plane_stride( struct brw_clip_compile *
[all...]
H A Dbrw_clip_unfilled.c43 static void compute_tri_direction( struct brw_clip_compile *c )
92 static void cull_direction( struct brw_clip_compile *c )
120 static void copy_bfc( struct brw_clip_compile *c )
194 static void compute_offset( struct brw_clip_compile *c )
226 static void merge_edgeflags( struct brw_clip_compile *c )
264 static void apply_one_offset( struct brw_clip_compile *c,
281 static void emit_lines(struct brw_clip_compile *c,
351 static void emit_points(struct brw_clip_compile *c,
398 static void emit_primitives( struct brw_clip_compile *c,
422 static void emit_unfilled_primitives( struct brw_clip_compile *
[all...]
H A Dbrw_compile_clip.c36 struct brw_clip_compile c;
H A Dbrw_clip_tri.c38 static void release_tmps( struct brw_clip_compile *c )
44 void brw_clip_tri_alloc_regs( struct brw_clip_compile *c,
134 void brw_clip_tri_init_vertices( struct brw_clip_compile *c )
174 void brw_clip_tri_flat_shade( struct brw_clip_compile *c )
228 load_clip_distance(struct brw_clip_compile *c, struct brw_indirect vtx,
255 void brw_clip_tri( struct brw_clip_compile *c )
447 void brw_clip_tri_emit_polygon(struct brw_clip_compile *c)
495 static void do_clip_tri( struct brw_clip_compile *c )
503 static void maybe_do_clip_tri( struct brw_clip_compile *c )
515 static void brw_clip_test( struct brw_clip_compile *
[all...]
H A Dbrw_clip_line.c38 static void brw_clip_line_alloc_regs( struct brw_clip_compile *c )
121 static void clip_and_emit_line( struct brw_clip_compile *c )
293 void brw_emit_line_clip( struct brw_clip_compile *c )

Completed in 9 milliseconds