Home
last modified time | relevance | path

Searched refs:mipscale (Results 1 – 9 of 9) sorted by relevance

/external/quake/quake/src/QW/client/
Dd_edge.c126 float mipscale; in D_CalcGradients() local
133 mipscale = 1.0 / (float)(1 << miplevel); in D_CalcGradients()
138 t = xscaleinv * mipscale; in D_CalcGradients()
142 t = yscaleinv * mipscale; in D_CalcGradients()
146 d_sdivzorigin = p_saxis[2] * mipscale - xcenter * d_sdivzstepu - in D_CalcGradients()
148 d_tdivzorigin = p_taxis[2] * mipscale - xcenter * d_tdivzstepu - in D_CalcGradients()
151 VectorScale (transformed_modelorg, mipscale, p_temp1); in D_CalcGradients()
153 t = 0x10000*mipscale; in D_CalcGradients()
Dd_local.h46 float mipscale; member
Dglquake2.h89 float mipscale; member
Dglquake.h135 float mipscale; member
Dd_surf.c311 cache->mipscale = surfscale; in D_CacheSurface()
/external/quake/quake/src/WinQuake/
Dd_edge.cpp126 float mipscale; in D_CalcGradients() local
133 mipscale = 1.0 / (float)(1 << miplevel); in D_CalcGradients()
138 t = xscaleinv * mipscale; in D_CalcGradients()
142 t = yscaleinv * mipscale; in D_CalcGradients()
146 d_sdivzorigin = p_saxis[2] * mipscale - xcenter * d_sdivzstepu - in D_CalcGradients()
148 d_tdivzorigin = p_taxis[2] * mipscale - xcenter * d_tdivzstepu - in D_CalcGradients()
151 VectorScale (transformed_modelorg, mipscale, p_temp1); in D_CalcGradients()
153 t = 0x10000*mipscale; in D_CalcGradients()
Dd_local.h46 float mipscale; member
Dd_surf.cpp308 cache->mipscale = surfscale; in D_CacheSurface()
Dglquake.h124 float mipscale; member