Home | History | Annotate | Download | only in common

Lines Matching refs:SWIDTH

801     uint32_t swidth = ((offset + width + 0x3F) >> 6) - (offset >> 6);
803 swidth <<= 1;
804 swidth -= 1;
806 return swidth;
855 backBuffer->SWIDTH = width | ((width / 2) << 16);