Home
last modified time | relevance | path

Searched refs:mady (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1839 LLVMValueRef madx, mady, madxdivma, madydivma; in lp_build_cube_lookup() local
1885 mady = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, ddy[0], ddy[1], ddy[2]); in lp_build_cube_lookup()
1965 madydivma = lp_build_mul(coord_bld, mady, ima); in lp_build_cube_lookup()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp2289 const float mady = de::abs(coordDy[maNdx]); in computeCubeLodBoundsFromDerivates() local
2292 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodBoundsFromDerivates()
2293 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma); in computeCubeLodBoundsFromDerivates()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp643 const float mady = de::abs(coordDy[maNdx]); in computeCubeLodFromDerivates() local
646 const float dudy = float(faceSize) * 0.5f * (scdy*ma - sc*mady) / (ma*ma); in computeCubeLodFromDerivates()
647 const float dvdy = float(faceSize) * 0.5f * (tcdy*ma - tc*mady) / (ma*ma); in computeCubeLodFromDerivates()

Completed in 17 milliseconds