Searched refs:brw_clip_copy_flatshaded_attributes (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip_tri.c | 193 brw_clip_copy_flatshaded_attributes(c, 1, 0); in brw_clip_tri_flat_shade() 194 brw_clip_copy_flatshaded_attributes(c, 2, 0); in brw_clip_tri_flat_shade() 206 brw_clip_copy_flatshaded_attributes(c, 0, 1); in brw_clip_tri_flat_shade() 207 brw_clip_copy_flatshaded_attributes(c, 2, 1); in brw_clip_tri_flat_shade() 211 brw_clip_copy_flatshaded_attributes(c, 1, 0); in brw_clip_tri_flat_shade() 212 brw_clip_copy_flatshaded_attributes(c, 2, 0); in brw_clip_tri_flat_shade() 217 brw_clip_copy_flatshaded_attributes(c, 0, 2); in brw_clip_tri_flat_shade() 218 brw_clip_copy_flatshaded_attributes(c, 1, 2); in brw_clip_tri_flat_shade()
|
D | brw_clip.h | 184 void brw_clip_copy_flatshaded_attributes( struct brw_clip_compile *c,
|
D | brw_clip_line.c | 307 brw_clip_copy_flatshaded_attributes(c, 1, 0); in brw_emit_line_clip() 309 brw_clip_copy_flatshaded_attributes(c, 0, 1); in brw_emit_line_clip()
|
D | brw_clip_util.c | 403 void brw_clip_copy_flatshaded_attributes( struct brw_clip_compile *c, in brw_clip_copy_flatshaded_attributes() function
|