Lines Matching refs:locals
1064 Scratch locals(registerFile()); in modulate() local
1065 integer_t texel(locals.obtain(), 32, CORRUPTIBLE); in modulate()
1157 Scratch locals(registerFile()); in decal() local
1158 integer_t texel(locals.obtain(), 32, CORRUPTIBLE); in decal()
1159 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in decal()
1194 Scratch locals(registerFile()); in blend() local
1195 integer_t color(locals.obtain(), 8, CORRUPTIBLE); in blend()
1196 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in blend()
1225 Scratch locals(registerFile()); in add() local
1233 texel.reg = locals.obtain(); in add()
1242 incomingTemp.reg = locals.obtain(); in add()