Searched refs:dvy (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 278 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() local 282 return computeLodFromDerivates(mode, dux/dx, dvx/dx, duy/dy, dvy/dy); in computeNonProjectedTriLod() 319 float dvy = (tq.y() - tq.x()) * (float)srcSize.y(); in computeNonProjectedTriLod() local 325 return computeLodFromDerivates(mode, dux/dx, dvx/dx, dwx/dx, duy/dy, dvy/dy, dwy/dy); in computeNonProjectedTriLod()
|