Home
last modified time | relevance | path

Searched refs:IsTex2d (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h143 return IsTex2d(resourceType) && m_swizzleModeTable[swizzleMode].isDisp; in HwlIsDisplaySwizzle()
150 return ((IsTex2d(resourceType) == TRUE) || in HwlIsThin()
Dgfx9addrlib.cpp2063 (((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()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.h275 static BOOL_32 IsTex2d(AddrResourceType resourceType) in IsTex2d() function