Lines Matching refs:pIn
1711 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, ///< [in] input in HwlPreHandleBaseLvl3xPitch() argument
1715 ADDR_ASSERT(pIn->width == expPitch); in HwlPreHandleBaseLvl3xPitch()
1719 if (pIn->flags.pow2Pad == FALSE) in HwlPreHandleBaseLvl3xPitch()
1721 Addr::V1::Lib::HwlPreHandleBaseLvl3xPitch(pIn, expPitch); in HwlPreHandleBaseLvl3xPitch()
1743 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, ///< [in] input in HwlPostHandleBaseLvl3xPitch() argument
1752 if (pIn->flags.pow2Pad == FALSE) in HwlPostHandleBaseLvl3xPitch()
1754 Addr::V1::Lib::HwlPostHandleBaseLvl3xPitch(pIn, expPitch); in HwlPostHandleBaseLvl3xPitch()
2378 const ADDR_CONVERT_TILEINFOTOHW_INPUT* pIn, ///< [in] input structure in HwlConvertTileInfoToHW() argument
2384 retCode = EgBasedLib::HwlConvertTileInfoToHW(pIn, pOut); in HwlConvertTileInfoToHW()
2388 if (pIn->reverse == FALSE) in HwlConvertTileInfoToHW()
2390 if (pIn->pTileInfo->pipeConfig == ADDR_PIPECFG_INVALID) in HwlConvertTileInfoToHW()
2397 static_cast<AddrPipeCfg>(pIn->pTileInfo->pipeConfig - 1); in HwlConvertTileInfoToHW()
2403 static_cast<AddrPipeCfg>(pIn->pTileInfo->pipeConfig + 1); in HwlConvertTileInfoToHW()
2641 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, ///< [in] input structure in HwlComputeSurfaceInfo() argument
2645 pOut->tileIndex = pIn->tileIndex; in HwlComputeSurfaceInfo()
2647 ADDR_E_RETURNCODE retCode = EgBasedLib::HwlComputeSurfaceInfo(pIn, pOut); in HwlComputeSurfaceInfo()
2651 if (((pIn->flags.needEquation == TRUE) || in HwlComputeSurfaceInfo()
2652 (pIn->flags.preferEquation == TRUE)) && in HwlComputeSurfaceInfo()
2653 (pIn->numSamples <= 1) && in HwlComputeSurfaceInfo()
2658 if ((pIn->numSlices > 1) && in HwlComputeSurfaceInfo()
2665 else if ((pIn->flags.prt == FALSE) && in HwlComputeSurfaceInfo()
2669 pOut->equationIndex = m_uncompressDepthEqIndex + Log2(pIn->bpp >> 3); in HwlComputeSurfaceInfo()
2674 pOut->equationIndex = m_equationLookupTable[Log2(pIn->bpp >> 3)][tileIndex]; in HwlComputeSurfaceInfo()
2704 ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn ///< [in,out] Input structure in HwlComputeMipLevel()
2708 if (pIn->mipLevel > 0) in HwlComputeMipLevel()
2713 if (ElemLib::IsExpand3x(pIn->format) == FALSE) in HwlComputeMipLevel()
2717 ADDR_ASSERT((pIn->flags.pow2Pad == FALSE) || in HwlComputeMipLevel()
2718 ((pIn->basePitch != 0) && IsPow2(pIn->basePitch))); in HwlComputeMipLevel()
2721 if (pIn->basePitch != 0) in HwlComputeMipLevel()
2723 pIn->width = Max(1u, pIn->basePitch >> pIn->mipLevel); in HwlComputeMipLevel()
2743 const ADDR_COMPUTE_SURFACE_INFO_INPUT* pIn, ///< [in] Input structure in HwlCheckLastMacroTiledLvl() argument
2748 if (pIn->flags.pow2Pad) in HwlCheckLastMacroTiledLvl()
2750 ADDR_ASSERT(IsMacroTiled(pIn->tileMode)); in HwlCheckLastMacroTiledLvl()
2758 if (pIn->mipLevel == 0 || pIn->basePitch == 0) in HwlCheckLastMacroTiledLvl()
2766 nextPitch = pIn->basePitch >> (pIn->mipLevel + 1); in HwlCheckLastMacroTiledLvl()
2777 if (ElemLib::IsBlockCompressed(pIn->format)) in HwlCheckLastMacroTiledLvl()
2784 if (pIn->flags.volume) in HwlCheckLastMacroTiledLvl()
2786 nextSlices = Max(1u, pIn->numSlices >> 1); in HwlCheckLastMacroTiledLvl()
2790 nextSlices = pIn->numSlices; in HwlCheckLastMacroTiledLvl()
2793 nextTileMode = ComputeSurfaceMipLevelTileMode(pIn->tileMode, in HwlCheckLastMacroTiledLvl()
2794 pIn->bpp, in HwlCheckLastMacroTiledLvl()
2798 pIn->numSamples, in HwlCheckLastMacroTiledLvl()
3132 const ADDR_GET_TILEINDEX_INPUT* pIn, in HwlGetTileIndex() argument
3137 pOut->index = HwlPostCheckTileIndex(pIn->pTileInfo, pIn->tileMode, pIn->tileType); in HwlGetTileIndex()
3191 const ADDR_COMPUTE_FMASK_INFO_INPUT* pIn, in HwlComputeFmaskBits() argument
3195 UINT_32 numSamples = pIn->numSamples; in HwlComputeFmaskBits()
3196 UINT_32 numFrags = GetNumFragments(numSamples, pIn->numFrags); in HwlComputeFmaskBits()
3203 if (pIn->resolved == FALSE) in HwlComputeFmaskBits()
3264 if (pIn->resolved == FALSE) in HwlComputeFmaskBits()