Searched refs:maskLoBits (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp234 int maskLoBits = (sl!=0) ? ((s.flags & CLEAR_LO)?1:0) : 0; local
263 // we don't do this if we only have maskLoBits because we can
273 maskLoBits = maskHiBits = 0;
282 maskLoBits = maskHiBits = 0;
287 // XXX: we could special case (maskHiBits & !maskLoBits)
288 // like we do for maskLoBits below, but it happens very rarely
336 if ((maskLoBits|dithering) && (sh > dbits)) {

Completed in 3 milliseconds