Searched refs:computeLodFromDerivates (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp166 float computeLodFromDerivates (LodMode mode, float dudx, float dudy);
167 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy);
168 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy);
H A DgluTextureTestUtil.cpp179 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) function in namespace:glu::TextureTestUtil
205 return computeLodFromDerivates(mode, dux/dx, duy/dy);
210 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) function in namespace:glu::TextureTestUtil
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) function in namespace:glu::TextureTestUtil
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(lodMod
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp354 m_lookupParams.lod = glu::TextureTestUtil::computeLodFromDerivates(glu::TextureTestUtil::LODMODE_EXACT, dudx, 0.0f, 0.0f, dvdy);
400 m_lookupParams.lod = glu::TextureTestUtil::computeLodFromDerivates(glu::TextureTestUtil::LODMODE_EXACT, dudx, 0.0f, 0.0f, dvdy);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp245 // \note LodMode and computeLodFromDerivates functions are copied from glsTextureTestUtil
260 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) function in namespace:vkt::sr::__anon4524::TextureTestUtil
281 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) function in namespace:vkt::sr::__anon4524::TextureTestUtil
309 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) function in namespace:vkt::sr::__anon4524::TextureTestUtil
346 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);
353 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);
361 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);
371 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);
377 return computeLodFromDerivates(DEFAULT_LOD_MODE, c.in[1].x()*w, c.in[2].x()*w);
383 return computeLodFromDerivates(DEFAULT_LOD_MOD
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp54 using glu::TextureTestUtil::computeLodFromDerivates;
249 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);
256 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);
264 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);
274 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);
600 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy);
659 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy);
694 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy);
726 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy);

Completed in 277 milliseconds