Home
last modified time | relevance | path

Searched refs:dwdy (Results 1 – 13 of 13) sorted by relevance

/third_party/openGLES/extensions/SGIX/
DSGIX_texture_mipmap_anisotropic.txt194 to include dwdx, dwdy, and w.
199 If SGIX_texture_lod_bias is supported, dudx, dvdx, dwdx, dudy, dvdy, dwdy
DSGIX_texture_supersample.txt150 If SGIX_texture_lod_bias is supported, dudx, dvdx, dwdx, dudy, dvdy, dwdy
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_mipmap_anisotropic.txt194 to include dwdx, dwdy, and w.
199 If SGIX_texture_lod_bias is supported, dudx, dvdx, dwdx, dudy, dvdy, dwdy
DSGIX_texture_supersample.txt150 If SGIX_texture_lod_bias is supported, dudx, dvdx, dwdx, dudy, dvdy, dwdy
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs_linear.c262 float w0, float dwdx, float dwdy) in init_nearest_sampler() argument
266 if (dwdx != 0.0 || dwdy != 0.0) in init_nearest_sampler()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fTextureUnitTests.cpp307 float dwdy = derivateParts[2].y() * (float)textureSize.z() * screenDerivate.y(); in calculateLodMax() local
311 const float mw = de::max(de::abs(dwdx), de::abs(dwdy)); in calculateLodMax()
323 float dwdy = derivateParts[2].y() * (float)textureSize.z() * screenDerivate.y(); in calculateLodMin() local
327 const float mw = de::max(de::abs(dwdx), de::abs(dwdy)); in calculateLodMin()
Des3fVertexTextureTests.cpp1646 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y(); in calculateLod() local
1648 …atLog2(deFloatSqrt(de::max(dudx*dudx + dvdx*dvdx + dwdx*dwdx, dudy*dudy + dvdy*dvdy + dwdy*dwdy))); in calculateLod()
Des3fShaderTextureFunctionTests.cpp725 …float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
726 …m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy); in initTexture()
/third_party/vk-gl-cts/framework/common/
DtcuTexLookupVerifier.hpp109 …t dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision…
DtcuTexLookupVerifier.cpp2211 …t dvdx, const float dwdx, const float dudy, const float dvdy, const float dwdy, const LodPrecision… in computeLodBoundsFromDerivates() argument
2218 const float mwy = deFloatAbs(dwdy); in computeLodBoundsFromDerivates()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp179 …mDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy);
DgluTextureTestUtil.cpp250 …romDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates() argument
256 …ax(deFloatSqrt(dudx*dudx + dvdx*dvdx + dwdx*dwdx), deFloatSqrt(dudy*dudy + dvdy*dvdy + dwdy*dwdy)); in computeLodFromDerivates()
264 float mw = de::max(deFloatAbs(dwdx), deFloatAbs(dwdy)); in computeLodFromDerivates()
339 float dwdy = triDerivateY(w, projection, wy, height, wx/width); in computeProjectedTriLod() local
341 return computeLodFromDerivates(mode, dudx, dvdx, dwdx, dudy, dvdy, dwdy); in computeProjectedTriLod()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp322 …romDerivates (LodMode mode, float dudx, float dvdx, float dwdx, float dudy, float dvdy, float dwdy) in computeLodFromDerivates() argument
328 …ax(deFloatSqrt(dudx*dudx + dvdx*dvdx + dwdx*dwdx), deFloatSqrt(dudy*dudy + dvdy*dvdy + dwdy*dwdy)); in computeLodFromDerivates()
336 float mw = de::max(deFloatAbs(dwdx), deFloatAbs(dwdy)); in computeLodFromDerivates()
1032 …float dwdy = (m_lookupSpec.maxCoord[2]-m_lookupSpec.minCoord[2])*0.5f*proj*(float)m_textureSpec.de… in initTexture() local
1033 lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy); in initTexture()
2717 …const float dwdy = (m_maxCoord[2]-m_minCoord[2])*0.5f*(float)m_textureSpec.depth / (float)viewport… in TextureQueryLodInstance() local
2719 …m_lodBounds[0] = computeLodFromDerivates(LODMODE_MIN_BOUND, dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy)-l… in TextureQueryLodInstance()
2720 …m_lodBounds[1] = computeLodFromDerivates(LODMODE_MAX_BOUND, dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy)+l… in TextureQueryLodInstance()