HomeSort by relevance Sort by last modified time
    Searched refs:brw_clip_copy_flatshaded_attributes (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.h 184 void brw_clip_copy_flatshaded_attributes( struct brw_clip_compile *c,
brw_clip_tri.c 193 brw_clip_copy_flatshaded_attributes(c, 1, 0);
194 brw_clip_copy_flatshaded_attributes(c, 2, 0);
206 brw_clip_copy_flatshaded_attributes(c, 0, 1);
207 brw_clip_copy_flatshaded_attributes(c, 2, 1);
211 brw_clip_copy_flatshaded_attributes(c, 1, 0);
212 brw_clip_copy_flatshaded_attributes(c, 2, 0);
217 brw_clip_copy_flatshaded_attributes(c, 0, 2);
218 brw_clip_copy_flatshaded_attributes(c, 1, 2);
brw_clip_line.c 307 brw_clip_copy_flatshaded_attributes(c, 1, 0);
309 brw_clip_copy_flatshaded_attributes(c, 0, 1);
brw_clip_util.c 403 void brw_clip_copy_flatshaded_attributes( struct brw_clip_compile *c, function

Completed in 193 milliseconds