Searched refs:blockBits (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ | ||
| H A D | gfx10addrlib.h | 548 UINT_32 GetBankXorBits(UINT_32 blockBits) const 550 return (blockBits > m_pipeInterleaveLog2 + m_pipesLog2 + ColumnBits) ? 551 Min(blockBits - m_pipeInterleaveLog2 - m_pipesLog2 - ColumnBits, BankBits) : 0; |
| H A D | gfx10addrlib.cpp | 1124 UINT_32 blockBits = 8 - elemLog2; local in function:Addr::V2::Gfx10Lib::GetBlk256SizeLog2 1128 blockBits -= numSamplesLog2; 1131 pBlock->w = (blockBits >> 1) + (blockBits & 1); 1132 pBlock->h = (blockBits >> 1); 1139 UINT_32 blockBits = 8 - elemLog2; local in function:Addr::V2::Gfx10Lib::GetBlk256SizeLog2 1141 pBlock->d = (blockBits / 3) + (((blockBits % 3) > 0) ? 1 : 0); 1142 pBlock->w = (blockBits / 3) + (((blockBits 2223 const UINT_32 blockBits = GetBlockSizeLog2(pIn->swizzleMode); local in function:Addr::V2::Gfx10Lib::HwlComputeSlicePipeBankXor [all...] |
Completed in 5 milliseconds