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

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

Completed in 38 milliseconds