Lines Matching refs:a1
64 f32 a0, f32 a1, f32 a2, in GDSetLightAttn() argument
69 GDWrite_f32(a1); in GDSetLightAttn()
92 f32 a0, a1, a2, r, d, cr; in GDSetLightSpot() local
104 a1 = 1000.0F; in GDSetLightSpot()
109 a1 = 1.0F / ( 1.0F - cr ); in GDSetLightSpot()
114 a1 = - cr / ( 1.0F - cr ); in GDSetLightSpot()
120 a1 = 2.0F / d; in GDSetLightSpot()
126 a1 = 4.0F * ( 1.0F + cr ) / d; in GDSetLightSpot()
132 a1 = 4.0F * cr / d; in GDSetLightSpot()
138 a1 = 0.0F; in GDSetLightSpot()
145 GDWrite_f32(a1); in GDSetLightSpot()