Home | History | Annotate | Download | only in codeflinger

Lines Matching defs:tmu

504         texture_unit_t& tmu = mTextureMachine.tmu[i];
505 if ((tmu.format_idx) &&
604 const texture_unit_t& tmu = mTextureMachine.tmu[i];
605 if ((tmu.mask & component_mask) &&
606 ((tmu.replaced & component_mask) == 0)) {