Home
last modified time | relevance | path

Searched refs:madx (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.c1737 LLVMValueRef madx, mady, madxdivma, madydivma; in lp_build_cube_lookup() local
1782 madx = lp_build_select3(coord_bld, as_ge_at, ar_ge_as_at, ddx[0], ddx[1], ddx[2]); in lp_build_cube_lookup()
1852 madxdivma = lp_build_mul(coord_bld, madx, ima); in lp_build_cube_lookup()
/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp2286 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()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp597 const float madx = de::abs(coordDx[maNdx]); in computeCubeLodFromDerivates() local
601 const float dudx = float(faceSize) * 0.5f * (scdx*ma - sc*madx) / (ma*ma); in computeCubeLodFromDerivates()
602 const float dvdx = float(faceSize) * 0.5f * (tcdx*ma - tc*madx) / (ma*ma); in computeCubeLodFromDerivates()
/external/clang/include/clang/Driver/
DOptions.td1659 def madx : Flag<["-"], "madx">, Group<m_x86_Features_Group>;
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst3218 .. option:: -madx, -mno-adx
/external/llvm-project/clang/include/clang/Driver/
DOptions.td3351 def madx : Flag<["-"], "madx">, Group<m_x86_Features_Group>;