added taskIndex_x,y,z and taskCount_x,y,z

This commit is contained in:
egaburov
2013-10-22 16:18:40 +02:00
parent e436e33771
commit 78a05777bc
4 changed files with 65 additions and 2 deletions

5
func.h
View File

@@ -60,7 +60,10 @@ private:
Stmt *code;
Symbol *maskSymbol;
Symbol *threadIndexSym, *threadCountSym;
Symbol *taskIndexSym, *taskCountSym;
Symbol *taskIndexSym, *taskCountSym;
Symbol *taskIndexSym_x, *taskCountSym_x;
Symbol *taskIndexSym_y, *taskCountSym_y;
Symbol *taskIndexSym_z, *taskCountSym_z;
};
#endif // ISPC_FUNC_H