Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:locals

1176     Scratch locals(registerFile());
1177 integer_t texel(locals.obtain(), 32, CORRUPTIBLE);
1269 Scratch locals(registerFile());
1270 integer_t texel(locals.obtain(), 32, CORRUPTIBLE);
1271 integer_t factor(locals.obtain(), 32, CORRUPTIBLE);
1306 Scratch locals(registerFile());
1307 integer_t color(locals.obtain(), 8, CORRUPTIBLE);
1308 integer_t factor(locals.obtain(), 32, CORRUPTIBLE);
1337 Scratch locals(registerFile());
1345 texel.reg = locals.obtain();
1354 incomingTemp.reg = locals.obtain();