Home
last modified time | relevance | path

Searched refs:IsTex1d (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp1131 if (IsTex1d(pIn->resourceType)) in ComputeSurfaceAddrFromCoordLinear()
1222 if (IsTex1d(pIn->resourceType)) in ComputeSurfaceCoordFromAddrLinear()
1257 if (IsTex1d(pIn->resourceType)) in ComputeSurfaceCoordFromAddrLinear()
1292 if (IsTex1d(pIn->resourceType)) in ComputeSurfaceCoordFromAddrLinear()
Daddrlib2.h407 static BOOL_32 IsTex1d(AddrResourceType resourceType) in IsTex1d() function
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h238 return ((IsTex1d(resourceType) == TRUE) || in HwlIsThin()
Dgfx10addrlib.cpp2219 const BOOL_32 tex1d = IsTex1d(rsrcType); in ValidateNonSwModeParams()
2295 const BOOL_32 tex1d = IsTex1d(rsrcType); in ValidateSwModeParams()
4333 if (IsTex1d(pIn->resourceType) && (pIn->height > 1)) in HwlComputeSurfaceInfoLinear()
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp3110 const BOOL_32 tex1d = IsTex1d(rsrcType); in ValidateNonSwModeParams()
3182 const BOOL_32 tex1d = IsTex1d(rsrcType); in ValidateSwModeParams()
4150 if (IsTex1d(pIn->resourceType)) in HwlComputeSurfaceInfoLinear()