HomeSort by: relevance | last modified time | path
    Searched refs:bit30 (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_quad_stipple.c 20 static const uint bit30 = 1u << 30; local
41 if ((stipple0 & (bit30 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_quad_stipple.c 20 static const uint bit30 = 1u << 30; local
41 if ((stipple0 & (bit30 >> col0)) == 0)
47 if ((stipple1 & (bit30 >> col0)) == 0)
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_debug.c 140 char *bit30; local
143 bit30 = val & I965_PIPECONF_ACTIVE ? "active" : "inactive";
145 bit30 = val & PIPEACONF_DOUBLE_WIDE ? "double-wide" : "single-wide";
164 return XNFprintf("%s, %s, %s", enabled, bit30, bpc);
166 return XNFprintf("%s, %s", enabled, bit30);

Completed in 7 milliseconds