Searched refs:IsTex2d (Results 1 – 5 of 5) sorted by relevance
239 (IsTex2d(resourceType) == TRUE) || in HwlIsThin()482 return (IsTex2d(resourceType) && (isRtopt || isZ)) || in IsRbAligned()
2218 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams()2294 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams()
283 return IsTex2d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp; in HwlIsDisplaySwizzle()290 return ((IsTex2d(resourceType) == TRUE) || in HwlIsThin()
2146 (((IsTex2d(rsrcType) == TRUE) && in IsEquationSupported()2196 if (IsBlock256b(swMode) && IsTex2d(rsrcType)) in InitEquationTable()3109 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateNonSwModeParams()3181 const BOOL_32 tex2d = IsTex2d(rsrcType); in ValidateSwModeParams()3934 if ((IsTex2d(pIn->resourceType) == TRUE) && in HwlComputeSurfaceInfoTiled()
412 static BOOL_32 IsTex2d(AddrResourceType resourceType) in IsTex2d() function