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

/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp255 int maskHiBits = (sh!=32) ? ((s.flags & CLEAR_HI)?1:0) : 0; local
281 if (maskHiBits) {
295 maskLoBits = maskHiBits = 0;
304 maskLoBits = maskHiBits = 0;
309 // XXX: we could special case (maskHiBits & !maskLoBits)
311 // that we have maskHiBits only and the conditions necessary to lead
314 if (maskHiBits) {
319 maskHiBits = 0;

Completed in 58 milliseconds