Searched refs:IsTex3d (Results 1 – 8 of 8) sorted by relevance
222 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()231 return ((IsTex3d(resourceType) == TRUE) && in HwlIsThick()461 (IsTex3d(resourceType) && isDisplay); in IsRbAligned()
2146 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()2219 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()3332 … pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType)? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
239 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()248 return ((IsTex3d(resourceType) == TRUE) && in HwlIsThick()493 (IsTex3d(resourceType) && isDisplay); in IsRbAligned()
411 …else if (m_settings.dccUnsup3DSwDis && IsTex3d(pIn->resourceType) && IsDisplaySwizzle(pIn->swizzle… in HwlComputeDccInfo()2528 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()2603 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()3735 … pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()3789 pOut->pMipInfo[i].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()3847 … pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType) ? pOut->numSlices : 1; in ComputeSurfaceInfoMacroTiled()
275 (IsTex3d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp); in HwlIsStandardSwizzle()290 ((IsTex3d(resourceType) == TRUE) && in HwlIsThin()299 return (IsTex3d(resourceType) && in HwlIsThick()
2268 ((IsTex3d(rsrcType) == TRUE) && in IsEquationSupported()2765 ADDR_ASSERT(IsTex3d(rsrcType)); in HwlComputeThickEquation()3226 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateNonSwModeParams()3298 const BOOL_32 tex3d = IsTex3d(rsrcType); in ValidateSwModeParams()4281 pOut->pMipInfo[0].depth = IsTex3d(pIn->resourceType)? pOut->numSlices : 1; in HwlComputeSurfaceInfoTiled()4431 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo()4437 BOOL_32 is3dThin = IsTex3d(resourceType) && (is3dThick == FALSE); in GetMipChainInfo()
369 (IsTex3d(localIn.resourceType) && in ComputeSurfaceAddrFromCoord()1353 (IsTex3d(pIn->resourceType) && in ComputeSurfaceCoordFromAddrLinear()
426 static BOOL_32 IsTex3d(AddrResourceType resourceType) in IsTex3d() function