Searched refs:GetAllowedSwSet (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h606 static ADDR2_SWTYPE_SET GetAllowedSwSet(ADDR2_SWMODE_SET allowedSwModeSet) function in class:Addr::V2::Gfx9Lib
H A Dgfx9addrlib.cpp3514 pOut->validSwTypeSet = GetAllowedSwSet(allowedSwModeSet);
3603 ADDR2_SWTYPE_SET allowedSwSet = GetAllowedSwSet(allowedSwModeSet);
3675 ADDR_ASSERT(IsPow2(GetAllowedSwSet(allowedSwModeSet).value));
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.h522 static ADDR2_SWTYPE_SET GetAllowedSwSet(ADDR2_SWMODE_SET allowedSwModeSet) function in class:Addr::V2::Gfx10Lib
H A Dgfx10addrlib.cpp3027 pOut->validSwTypeSet = GetAllowedSwSet(allowedSwModeSet);
3271 ADDR2_SWTYPE_SET allowedSwSet = GetAllowedSwSet(allowedSwModeSet);
3352 ADDR_ASSERT(IsPow2(GetAllowedSwSet(allowedSwModeSet).value));
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h476 static ADDR2_SWTYPE_SET GetAllowedSwSet(ADDR2_SWMODE_SET allowedSwModeSet) function in class:Addr::V2::Gfx9Lib
H A Dgfx9addrlib.cpp3716 pOut->validSwTypeSet = GetAllowedSwSet(allowedSwModeSet);
3902 ADDR2_SWTYPE_SET allowedSwSet = GetAllowedSwSet(allowedSwModeSet);
3973 ADDR_ASSERT(IsPow2(GetAllowedSwSet(allowedSwModeSet).value));

Completed in 22 milliseconds