Searched refs:GetValidDisplaySwizzleModes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.h493 UINT_32 GetValidDisplaySwizzleModes(UINT_32 bpp) const;
H A Dgfx10addrlib.cpp2073 * Gfx10Lib::GetValidDisplaySwizzleModes
2082 UINT_32 Gfx10Lib::GetValidDisplaySwizzleModes( function in class:Addr::V2::Gfx10Lib
2120 return (GetValidDisplaySwizzleModes(pIn->bpp) & (1 << pIn->swizzleMode)) ? TRUE : FALSE;
3002 allowedSwModeSet.value &= GetValidDisplaySwizzleModes(bpp);

Completed in 8 milliseconds