Searched refs:v_clip (Results 1 – 1 of 1) sorted by relevance
139 nn::math::Vector4 v_clip(0.0f, 0.0f, 0.0f, 1.0f); in InitializeFogTable() local150 v_clip.z = -(static_cast<f32>(i)) / 128; in InitializeFogTable()151 v_eye.x = nn::math::VEC4Dot(&v0, &v_clip); in InitializeFogTable()152 v_eye.y = nn::math::VEC4Dot(&v1, &v_clip); in InitializeFogTable()153 v_eye.z = nn::math::VEC4Dot(&v2, &v_clip); in InitializeFogTable()154 v_eye.w = nn::math::VEC4Dot(&v3, &v_clip); in InitializeFogTable()