Searched refs:madx (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 1839 LLVMValueRef madx, mady, madxdivma, madydivma; in lp_build_cube_lookup() local 1884 madx = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, ddx[0], ddx[1], ddx[2]); in lp_build_cube_lookup() 1954 madxdivma = lp_build_mul(coord_bld, madx, ima); in lp_build_cube_lookup()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 2286 const float madx = de::abs(coordDx[maNdx]); in computeCubeLodBoundsFromDerivates() local 2290 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates() 2291 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodBoundsFromDerivates()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureTestUtil.cpp | 640 const float madx = de::abs(coordDx[maNdx]); in computeCubeLodFromDerivates() local 644 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma); in computeCubeLodFromDerivates() 645 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodFromDerivates()
|
Completed in 19 milliseconds