Searched refs:heightLOD (Results 1 – 3 of 3) sorted by relevance
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()
50 float4 heightLOD; member
1540 dvdxy *= *Pointer<Float4>(texture + OFFSET(Texture,heightLOD)); in computeLod3D()