Searched refs:Gfx9RotateSwModeMask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h151 const UINT_32 Gfx9RotateSwModeMask = (1u << ADDR_SW_256B_R) | variable in namespace:Addr::V2
185 Gfx9RotateSwModeMask;
191 const UINT_32 Gfx9Rsrc3dSwModeMask = Gfx9AllSwModeMask & ~Gfx9Blk256BSwModeMask & ~Gfx9RotateSwModeMask;
195 const UINT_32 Gfx9Rsrc3dPrtSwModeMask = Gfx9Rsrc2dPrtSwModeMask & ~Gfx9RotateSwModeMask & ~Gfx9DisplaySwModeMask;
613 allowedSwSet.sw_R = (allowedSwModeSet.value & Gfx9RotateSwModeMask) ? TRUE : FALSE;
H A Dgfx9addrlib.cpp3328 allowedSwModeSet.value &= pIn->preferredSwSet.sw_R ? ~0 : ~Gfx9RotateSwModeMask;
3366 allowedSwModeSet.value &= ~(Gfx9RotateSwModeMask | Gfx9ZSwModeMask);
3633 allowedSwModeSet.value &= Gfx9RotateSwModeMask;
3656 allowedSwModeSet.value &= Gfx9RotateSwModeMask;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h138 const UINT_32 Gfx9RotateSwModeMask = (1u << ADDR_SW_256B_R) | variable in namespace:Addr::V2
166 Gfx9RotateSwModeMask;
172 const UINT_32 Gfx9Rsrc3dSwModeMask = Gfx9AllSwModeMask & ~Gfx9Blk256BSwModeMask & ~Gfx9RotateSwModeMask;
176 const UINT_32 Gfx9Rsrc3dPrtSwModeMask = Gfx9Rsrc2dPrtSwModeMask & ~Gfx9RotateSwModeMask & ~Gfx9DisplaySwModeMask;
483 allowedSwSet.sw_R = (allowedSwModeSet.value & Gfx9RotateSwModeMask) ? TRUE : FALSE;
H A Dgfx9addrlib.cpp3537 allowedSwModeSet.value &= pIn->preferredSwSet.sw_R ? ~0 : ~Gfx9RotateSwModeMask;
3575 allowedSwModeSet.value &= ~(Gfx9RotateSwModeMask | Gfx9ZSwModeMask);
3932 allowedSwModeSet.value &= Gfx9RotateSwModeMask;
3955 allowedSwModeSet.value &= Gfx9RotateSwModeMask;

Completed in 16 milliseconds