HomeSort by relevance Sort by last modified time
    Searched defs:computeLodFromDerivates (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 179 float computeLodFromDerivates (LodMode mode, float dudx, float dudy)
205 return computeLodFromDerivates(mode, dux/dx, duy/dy);
210 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy)
245 return computeLodFromDerivates(mode, dux/dx, dvx/dx, duy/dy, dvy/dy);
250 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy)
288 return computeLodFromDerivates(mode, dux/dx, dvx/dx, dwx/dx, duy/dy, dvy/dy, dwy/dy);
315 return computeLodFromDerivates(mode, dudx, dudy);
327 return computeLodFromDerivates(mode, dudx, dvdx, dudy, dvdy);
341 return computeLodFromDerivates(mode, dudx, dvdx, dwdx, dudy, dvdy, dwdy);
606 return computeLodFromDerivates(lodMode, dudx, dvdx, dudy, dvdy)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureFunctionTests.cpp 234 // \note LodMode and computeLodFromDerivates functions are copied from glsTextureTestUtil
249 float computeLodFromDerivates (LodMode mode, float dudx, float dudy)
270 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy)
298 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy)
335 return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*w, c.in[1].y()*h, c.in[2].x()*w, c.in[2].y()*h);
342 return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*w, c.in[1].y()*h, c.in[2].x()*w, c.in[2].y()*h);
350 return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*w, c.in[1].y()*h, c.in[1].z()*d, c.in[2].x()*w, c.in[2].y()*h, c.in[2].z()*d);
360 return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*s, c.in[1].y()*t, c.in[2].x()*s, c.in[2].y()*t);
    [all...]

Completed in 106 milliseconds