Searched refs:IsTex2d (Results 1 – 3 of 3) sorted by relevance
143 return IsTex2d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp; in HwlIsDisplaySwizzle()150 return ((IsTex2d(resourceType) == TRUE) || in HwlIsThin()
2063 (((IsTex2d(rsrcType) == TRUE) && in IsEquationSupported()2113 if (IsBlock256b(swMode) && IsTex2d(rsrcType)) in InitEquationTable()3277 ADDR_ASSERT(IsTex2d(pOut->resourceType)); in HwlGetPreferredSurfaceSetting()3369 ADDR_ASSERT(IsTex2d(pOut->resourceType)); in HwlGetPreferredSurfaceSetting()3374 ADDR_ASSERT(IsTex2d(pOut->resourceType)); in HwlGetPreferredSurfaceSetting()3871 if ((IsTex2d(pIn->resourceType) == TRUE) && in HwlComputeSurfaceInfoTiled()
275 static BOOL_32 IsTex2d(AddrResourceType resourceType) in IsTex2d() function