Home
last modified time | relevance | path

Searched defs:dudy (Results 1 – 9 of 9) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureUnitTests.cpp223 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local
234 float dudy = derivateParts.y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureUnitTests.cpp303 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMax() local
319 float dudy = derivateParts[0].y() * (float)textureSize.x() * screenDerivate.y(); in calculateLodMin() local
Des3fVertexTextureTests.cpp1301 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y(); in calculateLod() local
1642 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y(); in calculateLod() local
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp179 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates()
210 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
250 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()
313 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local
324 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local
337 float dudy = triDerivateY(u, projection, wy, height, wx/width); in computeProjectedTriLod() local
623 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodFromDerivates() local
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.cpp2211 …romDerivates (const float dudx, const float dvdx, const float dwdx, const float dudy, const float … in computeLodBoundsFromDerivates()
2249 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates()
2254 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dudy, const LodPrecision& prec) in computeLodBoundsFromDerivates()
2292 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodBoundsFromDerivates() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp273 float computeLodFromDerivates (LodMode mode, float dudx, float dudy) in computeLodFromDerivates()
294 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dudy, float dvdy) in computeLodFromDerivates()
322 float computeLodFromDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float … in computeLodFromDerivates()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2350 const float dudy, const float dvdy, in img_filter_2d_ewa()
2567 const float dudy = (s[QUAD_TOP_LEFT] - s[QUAD_BOTTOM_LEFT]) * s_to_u; in mip_filter_linear_aniso() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp1413 Float4 dudy = duvdxy.yyyy; in computeLod() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp1143 Float4 dudy = duvdxy.yyyy; in computeLod2D() local