Lines Matching refs:exp2LOD
74 exp2LOD = 1.0f; in Sampler()
137 texture.widthHeightLOD[0] = width * exp2LOD; in setTextureLevel()
138 texture.widthHeightLOD[1] = width * exp2LOD; in setTextureLevel()
139 texture.widthHeightLOD[2] = height * exp2LOD; in setTextureLevel()
140 texture.widthHeightLOD[3] = height * exp2LOD; in setTextureLevel()
142 texture.widthLOD[0] = width * exp2LOD; in setTextureLevel()
143 texture.widthLOD[1] = width * exp2LOD; in setTextureLevel()
144 texture.widthLOD[2] = width * exp2LOD; in setTextureLevel()
145 texture.widthLOD[3] = width * exp2LOD; in setTextureLevel()
147 texture.heightLOD[0] = height * exp2LOD; in setTextureLevel()
148 texture.heightLOD[1] = height * exp2LOD; in setTextureLevel()
149 texture.heightLOD[2] = height * exp2LOD; in setTextureLevel()
150 texture.heightLOD[3] = height * exp2LOD; in setTextureLevel()
152 texture.depthLOD[0] = depth * exp2LOD; in setTextureLevel()
153 texture.depthLOD[1] = depth * exp2LOD; in setTextureLevel()
154 texture.depthLOD[2] = depth * exp2LOD; in setTextureLevel()
155 texture.depthLOD[3] = depth * exp2LOD; in setTextureLevel()
378 exp2LOD = exp2(LOD); in setMipmapLOD()