Searched defs:computeLodFromDerivates (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluTextureTestUtil.cpp | 186 float computeLodFromDerivates(LodMode mode, float dudx, float dudy) in computeLodFromDerivates() function 217 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() function 258 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float d… in computeLodFromDerivates() function
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureFunctionTests.cpp | 240 float computeLodFromDerivates(LodMode mode, float dudx, float dudy) in computeLodFromDerivates() function 261 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates() function 289 float computeLodFromDerivates(LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float d… in computeLodFromDerivates() function
|