Searched refs:Log2 (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp375 const UINT_32 fmaskElemLog2 = Log2(fmaskBpp >> 3);
419 const UINT_32 elemLog2 = Log2(pIn->bpp >> 3);
435 const UINT_32 numFragLog2 = Log2(Max(pIn->numFrags, 1u));
520 const UINT_32 elemLog2 = Log2(pIn->bpp >> 3);
607 const UINT_32 fmaskElemLog2 = Log2(fmaskBpp >> 3);
615 const UINT_32 blkSizeLog2 = Log2(output.metaBlkWidth) + Log2(output.metaBlkHeight) - 7;
678 const UINT_32 numSampleLog2 = Log2(pIn->numSamples);
684 const UINT_32 blkSizeLog2 = Log2(output.metaBlkWidth) + Log2(outpu
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A DOpenCL.std.h71 Log2 = 38, enumerator in enum:OpenCLstd
H A Dvtn_opencl.c73 case Log2: return nir_op_flog2;
255 case Log2:
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp242 const INT_32 maxNumOfRbMaskBits = 1 + Log2(numPipeTotal) + Log2(numRbTotal);
355 UINT_32 fmaskElementBytesLog2 = Log2(fmaskBpp >> 3);
356 UINT_32 metaBlkWidthLog2 = Log2(pOut->metaBlkWidth);
357 UINT_32 metaBlkHeightLog2 = Log2(pOut->metaBlkHeight);
714 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3);
715 UINT_32 numSamplesLog2 = Log2(pIn->numFrags);
716 UINT_32 metaBlkWidthLog2 = Log2(pOut->metaBlkWidth);
717 UINT_32 metaBlkHeightLog2 = Log2(pOut->metaBlkHeight);
718 UINT_32 metaBlkDepthLog2 = Log2(pOu
[all...]
H A Dgfx9addrlib.h610 UINT_32 index = Log2(bpp >> 3);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.cpp247 const INT_32 maxNumOfRbMaskBits = 1 + Log2(numPipeTotal) + Log2(numRbTotal);
787 UINT_32 fmaskElementBytesLog2 = Log2(fmaskBpp >> 3);
788 UINT_32 metaBlkWidthLog2 = Log2(output.metaBlkWidth);
789 UINT_32 metaBlkHeightLog2 = Log2(output.metaBlkHeight);
861 UINT_32 elementBytesLog2 = Log2(pIn->bpp >> 3);
862 UINT_32 metaBlkWidthLog2 = Log2(output.metaBlkWidth);
863 UINT_32 metaBlkHeightLog2 = Log2(output.metaBlkHeight);
864 UINT_32 numSamplesLog2 = Log2(pIn->numSamples);
935 UINT_32 elementBytesLog2 = Log2(pI
[all...]
H A Dgfx9addrlib.h503 UINT_32 index = Log2(bpp >> 3);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp1469 UINT_32 numPipeBits = Log2(numPipes);
1471 for (UINT_32 i = 0; i < Log2(pTileInfo->bankWidth); i++)
1479 for (UINT_32 i = 0; i < Log2(pTileInfo->bankHeight); i++)
1500 thresholdX = Log2(macroTilePitch);
1501 thresholdY = Log2(macroTileHeight);
1509 UINT_32 pipeBitStart = Log2(m_pipeInterleaveBytes);
1542 UINT_32 bankBitStart = pipeBitStart + numPipeBits + Log2(m_bankInterleave);
1642 UINT_32 numPipeInterleaveBits = Log2(m_pipeInterleaveBytes);
1643 UINT_32 numPipeBits = Log2(numPipes);
1644 UINT_32 numBankInterleaveBits = Log2(m_bankInterleav
[all...]
H A Dciaddrlib.cpp1853 macroModeIndex = Log2(tileBytes / 64);
1963 UINT_32 pipeInterleaveBits = Log2(pipeInterleaveBytes);
1964 UINT_32 pipeBits = Log2(numOfPipes);
1965 UINT_32 bankBits = Log2(numOfBanks);
2026 lsb = Log2(blocksInTile);
H A Dsiaddrlib.cpp228 UINT_32 bankXStart = 3 + Log2(pipes) + Log2(pTileInfo->bankWidth);
229 UINT_32 bankYStart = 3 + Log2(pTileInfo->bankHeight);
447 UINT_32 log2BytesPP, ///< [in] Log2 of bytes per pixel
2702 pOut->equationIndex = m_uncompressDepthEqIndex + Log2(pIn->bpp >> 3);
2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex];
3656 key.fields.numBanksLog2 = Log2(tileConfig.info.banks);
3738 UINT_32 numBits = Log2(numMacroTiles);
3740 UINT_32 xStart = Log2(m_blockWidth[equationIndex]) +
3828 UINT_32 elementBytesLog2 ///< Log2 o
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp1466 UINT_32 numPipeBits = Log2(numPipes);
1468 for (UINT_32 i = 0; i < Log2(pTileInfo->bankWidth); i++)
1476 for (UINT_32 i = 0; i < Log2(pTileInfo->bankHeight); i++)
1497 thresholdX = Log2(macroTilePitch);
1498 thresholdY = Log2(macroTileHeight);
1506 UINT_32 pipeBitStart = Log2(m_pipeInterleaveBytes);
1539 UINT_32 bankBitStart = pipeBitStart + numPipeBits + Log2(m_bankInterleave);
1639 UINT_32 numPipeInterleaveBits = Log2(m_pipeInterleaveBytes);
1640 UINT_32 numPipeBits = Log2(numPipes);
1641 UINT_32 numBankInterleaveBits = Log2(m_bankInterleav
[all...]
H A Dciaddrlib.cpp1868 macroModeIndex = Log2(tileBytes / 64);
1978 UINT_32 pipeInterleaveBits = Log2(pipeInterleaveBytes);
1979 UINT_32 pipeBits = Log2(numOfPipes);
1980 UINT_32 bankBits = Log2(numOfBanks);
2041 lsb = Log2(blocksInTile);
H A Dsiaddrlib.cpp227 UINT_32 bankXStart = 3 + Log2(pipes) + Log2(pTileInfo->bankWidth);
228 UINT_32 bankYStart = 3 + Log2(pTileInfo->bankHeight);
446 UINT_32 log2BytesPP, ///< [in] Log2 of bytes per pixel
2702 pOut->equationIndex = m_uncompressDepthEqIndex + Log2(pIn->bpp >> 3);
2707 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex];
3656 key.fields.numBanksLog2 = Log2(tileConfig.info.banks);
3738 UINT_32 numBits = Log2(numMacroTiles);
3740 UINT_32 xStart = Log2(m_blockWidth[equationIndex]) +
3828 UINT_32 elementBytesLog2 ///< Log2 o
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp303 if (localIn.flags.needEquation && (Log2(localIn.numFrags) == 0))
1464 const UINT_32 log2EleBytes = Log2(bpp >> 3);
1465 const UINT_32 log2Samples = Log2(Max(numSamples, 1u));
1539 const UINT_32 microBlockSizeTableIndex = Log2(eleBytes);
1632 UINT_32 log2ElementBytes = Log2(pIn->bpp >> 3);
1710 UINT_32 log2ElementBytes = Log2(pIn->bpp >> 3);
H A Daddrcommon.h499 * Log2
505 static inline UINT_32 Log2( function in namespace:Addr
H A Daddrlib1.cpp2236 numGroupBits = Log2(m_pipeInterleaveBytes);
2237 numPipeBits = Log2(numPipes);
2422 numGroupBits = Log2(m_pipeInterleaveBytes);
2423 numPipeBits = Log2(numPipes);
2785 pipe = static_cast<UINT_32>(addr >> Log2(groupBytes)) & (numPipes - 1);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A DOpenCL.std.h74 Log2 = 38, enumerator in enum:OpenCLLIB::Entrypoints
H A Dvtn_opencl.c366 REMAP(Log2, "log2"),
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp279 if (localIn.flags.needEquation && (Log2(localIn.numFrags) == 0))
1356 const UINT_32 log2sample = Log2(numSamples);
1397 UINT_32 microBlockSizeTableIndex = Log2(eleBytes);
1502 UINT_32 log2ElementBytes = Log2(pIn->bpp >> 3);
1580 UINT_32 log2ElementBytes = Log2(pIn->bpp >> 3);
H A Daddrcommon.h478 * Log2
484 static inline UINT_32 Log2( function in namespace:Addr
H A Daddrlib1.cpp2232 numGroupBits = Log2(m_pipeInterleaveBytes);
2233 numPipeBits = Log2(numPipes);
2411 numGroupBits = Log2(m_pipeInterleaveBytes);
2412 numPipeBits = Log2(numPipes);
2774 pipe = static_cast<UINT_32>(addr >> Log2(groupBytes)) & (numPipes - 1);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp279 if (localIn.flags.needEquation && (Log2(localIn.numFrags) == 0))
1356 const UINT_32 log2sample = Log2(numSamples);
1397 UINT_32 microBlockSizeTableIndex = Log2(eleBytes);
1502 UINT_32 log2ElementBytes = Log2(pIn->bpp >> 3);
1580 UINT_32 log2ElementBytes = Log2(pIn->bpp >> 3);
H A Daddrcommon.h478 * Log2
484 static inline UINT_32 Log2( function in namespace:Addr
H A Daddrlib1.cpp2232 numGroupBits = Log2(m_pipeInterleaveBytes);
2233 numPipeBits = Log2(numPipes);
2411 numGroupBits = Log2(m_pipeInterleaveBytes);
2412 numPipeBits = Log2(numPipes);
2774 pipe = static_cast<UINT_32>(addr >> Log2(groupBytes)) & (numPipes - 1);

Completed in 144 milliseconds