Home
last modified time | relevance | path

Searched refs:locals (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp1064 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()
[all …]
/system/update_engine/
Dpylintrc94 too-many-locals,
373 # Maximum number of locals for function / method body
374 max-locals=15