Searched refs:bit30 (Results 1 – 3 of 3) sorted by relevance
20 static const uint bit30 = 1u << 30; in stipple_quad() local41 if ((stipple0 & (bit30 >> col0)) == 0) in stipple_quad()47 if ((stipple1 & (bit30 >> col0)) == 0) in stipple_quad()
176 bit30 = 0x40000000, enumerator178 bit30and31 = bit30 | bit31
183 const char *bit30; in DEBUGSTRING() local188 bit30 = val & PIPEACONF_DOUBLE_WIDE ? in DEBUGSTRING()191 bit30 = val & I965_PIPECONF_ACTIVE ? "active" : "inactive"; in DEBUGSTRING()193 buf_len = z_snprintf(buf, sizeof(buf), "%s, %s", enabled, bit30); in DEBUGSTRING()