Lines Matching refs:a2
75 f32 a0, f32 a1, f32 a2, in GDSetLightAttn() argument
81 GDWrite_f32(a2); in GDSetLightAttn()
103 f32 a0, a1, a2, r, d, cr; in GDSetLightSpot() local
116 a2 = 0.0F; in GDSetLightSpot()
121 a2 = 0.0F; in GDSetLightSpot()
126 a2 = 1.0F / ( 1.0F - cr ); in GDSetLightSpot()
132 a2 = -1.0F / d; in GDSetLightSpot()
138 a2 = -4.0F / d; in GDSetLightSpot()
144 a2 = -2.0F / d; in GDSetLightSpot()
150 a2 = 0.0F; in GDSetLightSpot()
157 GDWrite_f32(a2); in GDSetLightSpot()