Lines Matching refs:bias_int
1857 if (texture->bias_int)
1858 fprintf(fp, " /* bias_int = 0x%X */", texture->bias_int);
1864 if (texture->bias_int)
1865 fprintf(fp, " /* bias_int = 0x%X */ ", texture->bias_int);
1868 } else if (texture->bias || texture->bias_int) {
1869 signed bias_int = texture->bias_int;
1871 float bias = bias_int + bias_frac;