Searched refs:dvx (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.cpp | 240 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() local 245 return computeLodFromDerivates(mode, dux/dx, dvx/dx, duy/dy, dvy/dy); in computeNonProjectedTriLod() 281 float dvx = (tq.z() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() local 288 return computeLodFromDerivates(mode, dux/dx, dvx/dx, dwx/dx, duy/dy, dvy/dy, dwy/dy); in computeNonProjectedTriLod()
|
Completed in 11 milliseconds