Searched refs:copy_flatshaded_attributes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compile_sf.c184 static void copy_flatshaded_attributes(struct brw_sf_compile *c, function in typeref:typename:void
237 copy_flatshaded_attributes(c, c->vert[1], c->vert[0]);
238 copy_flatshaded_attributes(c, c->vert[2], c->vert[0]);
241 copy_flatshaded_attributes(c, c->vert[0], c->vert[1]);
242 copy_flatshaded_attributes(c, c->vert[2], c->vert[1]);
245 copy_flatshaded_attributes(c, c->vert[0], c->vert[2]);
246 copy_flatshaded_attributes(c, c->vert[1], c->vert[2]);
268 copy_flatshaded_attributes(c, c->vert[1], c->vert[0]);
271 copy_flatshaded_attributes(c, c->vert[0], c->vert[1]);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_sf.c184 static void copy_flatshaded_attributes(struct brw_sf_compile *c, function in typeref:typename:void
237 copy_flatshaded_attributes(c, c->vert[1], c->vert[0]);
238 copy_flatshaded_attributes(c, c->vert[2], c->vert[0]);
241 copy_flatshaded_attributes(c, c->vert[0], c->vert[1]);
242 copy_flatshaded_attributes(c, c->vert[2], c->vert[1]);
245 copy_flatshaded_attributes(c, c->vert[0], c->vert[2]);
246 copy_flatshaded_attributes(c, c->vert[1], c->vert[2]);
268 copy_flatshaded_attributes(c, c->vert[1], c->vert[0]);
271 copy_flatshaded_attributes(c, c->vert[0], c->vert[1]);

Completed in 39 milliseconds