Mercurial > hg > Members > kono > Cerium
comparison TaskManager/Test/test_render/spe/CreatePolygon.cc @ 463:bc5b3d327083
remove run()
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 29 Sep 2009 15:45:11 +0900 |
parents | afb717c43a3c |
children | 44c0bce54dcf |
comparison
equal
deleted
inserted
replaced
462:9ce2750d7c70 | 463:bc5b3d327083 |
---|---|
36 xyz[i] = abc[0]*matrix[i] + abc[1]*matrix[i+4] + abc[2]*matrix[i+8] + abc[3]*matrix[i+12]; | 36 xyz[i] = abc[0]*matrix[i] + abc[1]*matrix[i+4] + abc[2]*matrix[i+8] + abc[3]*matrix[i+12]; |
37 } | 37 } |
38 } | 38 } |
39 | 39 |
40 int | 40 int |
41 CreatePolygon::run(void *rbuf, void *wbuf) | 41 CreatePolygon::run(SchedTask *s,void *rbuf, void *wbuf) |
42 { | 42 { |
43 __debug_spe("CreatePolygon\n"); | 43 __debug_spe("CreatePolygon\n"); |
44 | 44 |
45 float xyz1[4],xyz2[4],xyz3[4]; | 45 float xyz1[4],xyz2[4],xyz3[4]; |
46 | 46 |