Searched refs:locals (Results 1 – 1 of 1) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 1071 Scratch locals(registerFile()); in modulate() local 1072 integer_t texel(locals.obtain(), 32, CORRUPTIBLE); in modulate() 1164 Scratch locals(registerFile()); in decal() local 1165 integer_t texel(locals.obtain(), 32, CORRUPTIBLE); in decal() 1166 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in decal() 1201 Scratch locals(registerFile()); in blend() local 1202 integer_t color(locals.obtain(), 8, CORRUPTIBLE); in blend() 1203 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in blend() 1232 Scratch locals(registerFile()); in add() local 1240 texel.reg = locals.obtain(); in add() [all …]
|