Home
last modified time | relevance | path

Searched refs:CORRUPTIBLE (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dblending.cpp43 if (!(temp.flags & CORRUPTIBLE)) { in build_fog()
45 temp.flags |= CORRUPTIBLE; in build_fog()
48 integer_t fogColor(scratches.obtain(), 8, CORRUPTIBLE); in build_fog()
52 integer_t factor(scratches.obtain(), 16, CORRUPTIBLE); in build_fog()
83 temp = component_t(regs.obtain(), CORRUPTIBLE); in build_blending()
139 if (temp.l && (temp.flags & CORRUPTIBLE)) { in build_blending()
151 fragment.flags |= CORRUPTIBLE; in build_blending()
154 if (!(temp.flags & CORRUPTIBLE)) { in build_blending()
158 temp.flags &= ~CORRUPTIBLE; in build_blending()
159 fragment.flags &= ~CORRUPTIBLE; in build_blending()
[all …]
Dtexturing.cpp183 fragment.setTo( regs.obtain(), 0, 32, CORRUPTIBLE); in build_iterated_color()
213 fragment.flags &= ~CORRUPTIBLE; in build_iterated_color()
992 texel.flags |= CORRUPTIBLE; in build_texture_environment()
1065 integer_t texel(locals.obtain(), 32, CORRUPTIBLE); in modulate()
1128 int t = (texel.flags & CORRUPTIBLE) ? texel.reg : dest.reg; in modulate()
1158 integer_t texel(locals.obtain(), 32, CORRUPTIBLE); in decal()
1159 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in decal()
1174 incomingNorm.flags |= CORRUPTIBLE; in decal()
1195 integer_t color(locals.obtain(), 8, CORRUPTIBLE); in blend()
1196 integer_t factor(locals.obtain(), 32, CORRUPTIBLE); in blend()
[all …]
DGGLAssembler.cpp258 pixel.flags &= ~CORRUPTIBLE; in scanline_core()
285 pixel.flags |= CORRUPTIBLE; in scanline_core()
568 if (fragment.flags & CORRUPTIBLE) { in build_incoming_component()
569 fragment.flags &= ~CORRUPTIBLE; in build_incoming_component()
580 fragment.size(), CORRUPTIBLE); in build_incoming_component()
823 if (!(pixel.flags & CORRUPTIBLE)) { in build_logic_op()
825 pixel.flags |= CORRUPTIBLE; in build_logic_op()
944 if (!(pixel.flags & CORRUPTIBLE)) { in build_masking()
946 pixel.flags |= CORRUPTIBLE; in build_masking()
DGGLAssembler.h198 CORRUPTIBLE = 0x0004, enumerator
362 if (!(r.flags & CORRUPTIBLE)) { in modify()
364 r.flags |= CORRUPTIBLE; in modify()
Dload_store.cpp48 if (!(s.flags & CORRUPTIBLE)) { in store()
257 if (s.flags & CORRUPTIBLE) { in downshift()