Home
last modified time | relevance | path

Searched refs:replaced (Results 1 – 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp123 if ((info.inDest || info.needed) && !info.replaced) in init_iterated_color()
268 uint8_t replaced=0; in decodeTMUNeeds() local
273 if (replaced == 0xF) { in decodeTMUNeeds()
277 tmu.replaced = replaced; in decodeTMUNeeds()
295 tmu.replaced = replaced; in decodeTMUNeeds()
304 replaced |= tmu.mask; in decodeTMUNeeds()
319 mTextureMachine.replaced = replaced; in decodeTMUNeeds()
397 mTextureMachine.replaced == tmu.mask) in init_textures()
1093 if ((tmu.replaced & component_mask) == 0) { in build_texture_environment()
DGGLAssembler.h323 uint8_t replaced; member
329 uint8_t replaced; member
338 bool replaced : 1; member
DGGLAssembler.cpp173 info.replaced = !!(mTextureMachine.replaced & mask); in scanline_core()
174 info.iterated = (!info.replaced && (info.inDest || info.needed)); in scanline_core()
523 need_extract |= (mTextureMachine.mask != mTextureMachine.replaced); in build_incoming_component()
602 if ((mTextureMachine.replaced & component_mask) == 0) { in build_incoming_component()
609 ((tmu.replaced & component_mask) == 0)) { in build_incoming_component()