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

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h79 struct brw_clip_compile { struct
138 static inline bool brw_clip_have_varying(struct brw_clip_compile *c,
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 *
[all...]

Completed in 94 milliseconds