Searched refs:copy_flatshaded_attributes (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_compile_sf.c | 184 static void copy_flatshaded_attributes(struct brw_sf_compile *c, in copy_flatshaded_attributes() function 237 copy_flatshaded_attributes(c, c->vert[1], c->vert[0]); in do_flatshade_triangle() 238 copy_flatshaded_attributes(c, c->vert[2], c->vert[0]); in do_flatshade_triangle() 241 copy_flatshaded_attributes(c, c->vert[0], c->vert[1]); in do_flatshade_triangle() 242 copy_flatshaded_attributes(c, c->vert[2], c->vert[1]); in do_flatshade_triangle() 245 copy_flatshaded_attributes(c, c->vert[0], c->vert[2]); in do_flatshade_triangle() 246 copy_flatshaded_attributes(c, c->vert[1], c->vert[2]); in do_flatshade_triangle() 268 copy_flatshaded_attributes(c, c->vert[1], c->vert[0]); in do_flatshade_line() 271 copy_flatshaded_attributes(c, c->vert[0], c->vert[1]); in do_flatshade_line()
|