Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:replaced

81             // this component exists in the destination and is not replaced
123 if ((info.inDest || info.needed) && !info.replaced)
268 uint8_t replaced=0;
273 if (replaced == 0xF) {
274 // all components are replaced, skip this TMU.
277 tmu.replaced = replaced;
295 tmu.replaced = replaced;
304 replaced |= tmu.mask;
316 //printf("%d: mask=%08lx, replaced=%08lx\n",
317 // i, int(tmu.mask), int(tmu.replaced));
319 mTextureMachine.replaced = replaced;
321 //printf("replaced=%08lx\n", mTextureMachine.replaced);
397 mTextureMachine.replaced == tmu.mask)
1076 if ((tmu.replaced & component_mask) == 0) {
1077 // not replaced by a later tmu...