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

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h133 const UINT_32 Gfx9StandardSwModeMask = (1u << ADDR_SW_256B_S) | variable in namespace:Addr::V2
183 Gfx9StandardSwModeMask |
611 allowedSwSet.sw_S = (allowedSwModeSet.value & Gfx9StandardSwModeMask) ? TRUE : FALSE;
H A Dgfx9addrlib.cpp3326 allowedSwModeSet.value &= pIn->preferredSwSet.sw_S ? ~0 : ~Gfx9StandardSwModeMask;
3383 allowedSwModeSet.value &= ~Gfx9StandardSwModeMask;
3407 allowedSwModeSet.value &= Gfx9StandardSwModeMask | Gfx9DisplaySwModeMask;
3411 allowedSwModeSet.value &= Gfx9StandardSwModeMask | Gfx9DisplaySwModeMask | Gfx9LinearSwModeMask;
3617 allowedSwModeSet.value &= Gfx9StandardSwModeMask;
3624 allowedSwModeSet.value &= Gfx9StandardSwModeMask;
3649 allowedSwModeSet.value &= Gfx9StandardSwModeMask;
3664 allowedSwModeSet.value &= Gfx9StandardSwModeMask;
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h124 const UINT_32 Gfx9StandardSwModeMask = (1u << ADDR_SW_256B_S) | variable in namespace:Addr::V2
164 Gfx9StandardSwModeMask |
481 allowedSwSet.sw_S = (allowedSwModeSet.value & Gfx9StandardSwModeMask) ? TRUE : FALSE;
H A Dgfx9addrlib.cpp3535 allowedSwModeSet.value &= pIn->preferredSwSet.sw_S ? ~0 : ~Gfx9StandardSwModeMask;
3592 allowedSwModeSet.value &= ~Gfx9StandardSwModeMask;
3616 allowedSwModeSet.value &= Gfx9StandardSwModeMask | Gfx9DisplaySwModeMask;
3620 allowedSwModeSet.value &= Gfx9StandardSwModeMask | Gfx9DisplaySwModeMask | Gfx9LinearSwModeMask;
3916 allowedSwModeSet.value &= Gfx9StandardSwModeMask;
3923 allowedSwModeSet.value &= Gfx9StandardSwModeMask;
3948 allowedSwModeSet.value &= Gfx9StandardSwModeMask;
3963 allowedSwModeSet.value &= Gfx9StandardSwModeMask;

Completed in 15 milliseconds