Home
last modified time | relevance | path

Searched refs:IsStandardSwizzle (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h361 else if (IsStandardSwizzle(resourceType, swizzleMode)) in GetDccCompressBlk()
Dgfx9addrlib.cpp1339 if (IsStandardSwizzle(resourceType, swizzleMode)) in GetDataEquation()
2232 if (IsStandardSwizzle(rsrcType, swMode)) in HwlComputeBlock256Equation()
2667 else if (IsStandardSwizzle(rsrcType, swMode)) in HwlComputeThickEquation()
3117 else if (IsStandardSwizzle(rsrcType, swizzle)) in HwlComputeSurfaceInfoSanityCheck()
/external/mesa3d/src/amd/addrlib/core/
Daddrlib2.cpp1501 if (IsStandardSwizzle(pIn->resourceType, pIn->swizzleMode)) in ComputeSurface2DMicroBlockOffset()
1579 if (IsStandardSwizzle(pIn->resourceType, pIn->swizzleMode)) in ComputeSurface3DMicroBlockOffset()
Daddrlib2.h239 BOOL_32 IsStandardSwizzle(AddrResourceType resourceType, AddrSwizzleMode swizzleMode) const in IsStandardSwizzle() function