Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureUnitTests.cpp224 float dvdx = derivateParts.z() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMax() local
235 float dvdx = derivateParts.z() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMin() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureUnitTests.cpp304 float dvdx = derivateParts[1].x() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMax() local
320 float dvdx = derivateParts[1].x() * (float)textureSize.y() * screenDerivate.x(); in calculateLodMin() local
Des3fVertexTextureTests.cpp1302 const float dvdx = (trans10.y() - trans00.y()) * (float)texHeight / dstSize.x(); in calculateLod() local
1643 const float dvdx = (trans10.y() - trans00.y()) * (float)srcHeight / dstSize.x(); in calculateLod() local
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp210 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()
323 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() local
335 float dvdx = triDerivateX(v, projection, wx, width, wy/height); in computeProjectedTriLod() local
622 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodFromDerivates() local
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.cpp2211 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dwdx, const flo… in computeLodBoundsFromDerivates()
2249 Vec2 computeLodBoundsFromDerivates (const float dudx, const float dvdx, const float dudy, const flo… in computeLodBoundsFromDerivates()
2291 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2349 const float dudx, const float dvdx, in img_filter_2d_ewa()
2568 const float dvdx = (t[QUAD_BOTTOM_RIGHT] - t[QUAD_BOTTOM_LEFT]) * t_to_v; in mip_filter_linear_aniso() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp1414 Float4 dvdx = duvdxy.zzzz; in computeLod() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.cpp1144 Float4 dvdx = duvdxy.zzzz; in computeLod2D() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp294 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()