Searched refs:IsTex3d (Results 1 – 6 of 6) sorted by relevance
240 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()249 return ((IsTex3d(resourceType) == TRUE) && in HwlIsThick()483 (IsTex3d(resourceType) && isDisplay); in IsRbAligned()
392 …else if (m_settings.dccUnsup3DSwDis && IsTex3d(pIn->resourceType) && IsDisplaySwizzle(pIn->swizzle… in HwlComputeDccInfo()2217 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()2293 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()3321 … pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()3375 pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()3433 … pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
276 (IsTex3d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp); in HwlIsStandardSwizzle()291 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()300 return (IsTex3d(resourceType) && in HwlIsThick()
2150 ((IsTex3d(rsrcType) == TRUE) && in IsEquationSupported()2647 ADDR_ASSERT(IsTex3d(rsrcType)); in HwlComputeThickEquation()3108 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()3180 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()4096 pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType)? pOut->numSlices : 1; in HwlComputeSurfaceInfoTiled()4246 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo()4252 BOOL_32 is3dThin = IsTex3d(resourceType) && (is3dThick == FALSE); in GetMipChainInfo()
366 (IsTex3d(localIn.resourceType) && in ComputeSurfaceAddrFromCoord()1314 (IsTex3d(pIn->resourceType) && in ComputeSurfaceCoordFromAddrLinear()
417 static BOOL_32 IsTex3d(AddrResourceType resourceType) in IsTex3d() function