Lines Matching refs:GGLfixed
618 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) in wrapping()
620 GGLfixed d; in wrapping()
624 const GGLfixed clamp_min = FIXED_HALF; in wrapping()
625 const GGLfixed clamp_max = (size << 16) - FIXED_HALF; in wrapping()
630 const GGLfixed clamp_min = 0; in wrapping()
631 const GGLfixed clamp_max = (size << 16); in wrapping()
679 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy; in scanline()
680 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy; in scanline()
683 GGLfixed s, t; in scanline()
912 GGLfixed fc = (c->state.fog.color[i] * 0x10000) / 0xFF; in scanline()
1048 GGLfixed m_s, m_t;
1049 GGLfixed m_ds, m_dt;
1088 GGLfixed m_s;
1089 GGLfixed m_ds;
1104 GGLfixed t = (xs * ti.dtdx) + ti.ydtdy; in init()