Lines Matching defs:bias_int
1852 if (texture->bias_int)
1853 fprintf(fp, " /* bias_int = 0x%X */", texture->bias_int);
1859 if (texture->bias_int)
1860 fprintf(fp, " /* bias_int = 0x%X */ ", texture->bias_int);
1863 } else if (texture->bias || texture->bias_int) {
1864 signed bias_int = texture->bias_int;
1866 float bias = bias_int + bias_frac;