Lines Matching refs:s_LightWorldMatrix
429 nn::math::MTX34 s_LightWorldMatrix; in UseShader() local
430 nn::math::MTX34Identity(&s_LightWorldMatrix); in UseShader()
432 nn::math::MTX34Translate(&s_LightWorldMatrix, &position); in UseShader()
434 nn::math::MTX34Mult(&lightViewMatrix, s_ViewMatrix, s_LightWorldMatrix); in UseShader()
450 nn::math::MTX34Identity(&s_LightWorldMatrix); in UseShader()
454 nn::math::MTX34Translate(&s_LightWorldMatrix, &position); in UseShader()
455 nn::math::MTX34Mult(&lightViewMatrix, s_ViewMatrix, s_LightWorldMatrix); in UseShader()
471 nn::math::MTX34Identity(&s_LightWorldMatrix); in UseShader()
475 nn::math::MTX34Translate(&s_LightWorldMatrix, &position); in UseShader()
476 nn::math::MTX34Mult(&lightViewMatrix, s_ViewMatrix, s_LightWorldMatrix); in UseShader()
492 nn::math::MTX34Identity(&s_LightWorldMatrix); in UseShader()
496 nn::math::MTX34Translate(&s_LightWorldMatrix, &position); in UseShader()
497 nn::math::MTX34Mult(&lightViewMatrix, s_ViewMatrix, s_LightWorldMatrix); in UseShader()