Lines Matching refs:a2
64 f32 a0, f32 a1, f32 a2, in GDSetLightAttn() argument
70 GDWrite_f32(a2); in GDSetLightAttn()
92 f32 a0, a1, a2, r, d, cr; in GDSetLightSpot() local
105 a2 = 0.0F; in GDSetLightSpot()
110 a2 = 0.0F; in GDSetLightSpot()
115 a2 = 1.0F / ( 1.0F - cr ); in GDSetLightSpot()
121 a2 = -1.0F / d; in GDSetLightSpot()
127 a2 = -4.0F / d; in GDSetLightSpot()
133 a2 = -2.0F / d; in GDSetLightSpot()
139 a2 = 0.0F; in GDSetLightSpot()
146 GDWrite_f32(a2); in GDSetLightSpot()