Searched refs:IsStandardSwizzle (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/ |
D | addrlib2.h | 375 BOOL_32 IsStandardSwizzle(AddrSwizzleMode swizzleMode) const in IsStandardSwizzle() function 390 BOOL_32 IsStandardSwizzle(AddrResourceType resourceType, AddrSwizzleMode swizzleMode) const in IsStandardSwizzle() function
|
D | addrlib2.cpp | 1634 if (IsStandardSwizzle(pIn->resourceType, pIn->swizzleMode)) in ComputeSurface2DMicroBlockOffset() 1712 if (IsStandardSwizzle(pIn->resourceType, pIn->swizzleMode)) in ComputeSurface3DMicroBlockOffset()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
D | gfx9addrlib.h | 618 else if (IsStandardSwizzle(resourceType, swizzleMode)) in GetDccCompressBlk()
|
D | gfx9addrlib.cpp | 1539 if (IsStandardSwizzle(resourceType, swizzleMode)) in GetDataEquation() 2433 if (IsStandardSwizzle(rsrcType, swMode)) in HwlComputeBlock256Equation() 2868 else if (IsStandardSwizzle(rsrcType, swMode)) in HwlComputeThickEquation() 3373 else if (IsStandardSwizzle(swizzle)) in ValidateSwModeParams()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx10/ |
D | gfx10addrlib.cpp | 1263 if ((overlap < 0) || (IsStandardSwizzle(resourceType, swizzleMode) == TRUE)) in Get3DMetaOverlapLog2() 1333 (IsStandardSwizzle(resourceType, swizzleMode) == TRUE) || in GetMetaBlkSize() 2693 else if (IsStandardSwizzle(rsrcType, swizzle)) in ValidateSwModeParams() 4179 ADDR_ASSERT(IsStandardSwizzle(resourceType, swizzleMode)); in GetSwizzlePatternInfo() 4237 if (IsStandardSwizzle(resourceType, swizzleMode)) in GetSwizzlePatternInfo()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx11/ |
D | gfx11addrlib.cpp | 916 if ((overlap < 0) || (IsStandardSwizzle(resourceType, swizzleMode) == TRUE)) in Get3DMetaOverlapLog2() 984 (IsStandardSwizzle(resourceType, swizzleMode) == TRUE) || in GetMetaBlkSize() 2303 else if (IsStandardSwizzle(rsrcType, swizzle)) in ValidateSwModeParams() 3627 ADDR_ASSERT(IsStandardSwizzle(resourceType, swizzleMode)); in GetSwizzlePatternInfo()
|