Lines Matching refs:dst
373 f32 dst, wd; in DrawLightMark() local
380 dst = light->cam.distance; in DrawLightMark()
381 wd = 64.0F * dst / light->cam.cfg.znear; in DrawLightMark()
384 GXPosition3f32(wd, wd, -dst); in DrawLightMark()
386 GXPosition3f32(0.0F, 0.0F, dst); in DrawLightMark()
389 GXPosition3f32(wd, -wd, -dst); in DrawLightMark()
391 GXPosition3f32(0.0F, 0.0F, dst); in DrawLightMark()
394 GXPosition3f32(-wd, wd, -dst); in DrawLightMark()
396 GXPosition3f32(0.0F, 0.0F, dst); in DrawLightMark()
399 GXPosition3f32(-wd, -wd, -dst); in DrawLightMark()
401 GXPosition3f32(0.0F, 0.0F, dst); in DrawLightMark()