Home
last modified time | relevance | path

Searched refs:IsThin (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchive.h237 bool isThin() const { return IsThin; } in isThin()
279 unsigned IsThin : 1; variable
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.cpp897 else if ((IsThin(pIn->resourceType, pIn->swizzleMode) == FALSE) || in ComputeSlicePipeBankXor()
1425 else if (IsThin(resourceType, swizzleMode)) in ComputeBlockDimensionForSurf()
1458 ADDR_ASSERT(IsThin(resourceType, swizzleMode)); in ComputeThinBlockDimension()
1503 else if (IsThin(resourceType, swizzleMode)) in ComputeBlockDimension()
1592 ADDR_ASSERT(IsThin(resourceType, swizzleMode)); in GetMipTailDim()
1630 ADDR_ASSERT(IsThin(pIn->resourceType, pIn->swizzleMode)); in ComputeSurface2DMicroBlockOffset()
1909 if (IsThin(rsrcType, swMode)) in ComputeThinEquation()
Daddrlib2.h436 BOOL_32 IsThin(AddrResourceType resourceType, AddrSwizzleMode swizzleMode) const in IsThin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchive.cpp395 if (Parent->IsThin) { in getSize()
413 return Parent->IsThin && Name != "/" && Name != "//"; in isThinMember()
549 IsThin = true; in Archive()
551 IsThin = false; in Archive()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h497 (IsThin(resourceType, swizzleMode) || (depth <= mipTailDim.d))); in IsInMipTail()
612 if (IsThin(resourceType, swizzleMode)) in GetDccCompressBlk()
Dgfx9addrlib.cpp1621 else if (IsThin(resourceType, swizzleMode)) in GetDataEquation()
2318 else if (IsThin(rsrcType, swMode)) in InitEquationTable()
3177 ADDR_ASSERT(IsThin(pIn->resourceType, pIn->swizzleMode)); in HwlComputeSubResourceOffsetForSwizzlePattern()
4873 (IsThin(pIn->resourceType, pIn->swizzleMode) || in HwlComputeSurfaceAddrFromCoordTiled()
4907 if (IsThin(pIn->resourceType, pIn->swizzleMode)) in HwlComputeSurfaceAddrFromCoordTiled()
5197 ADDR_ASSERT(IsThin(resourceType, swizzleMode)); in ComputeThinBlockDimension()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp788 if (IsThin(resourceType, swizzleMode)) in GetBlk256SizeLog2()
981 if (IsThin(resourceType, swizzleMode)) in GetMetaBlkSize()
1154 else if (IsThin(rsrcType, swMode)) in ConvertSwizzlePatternToEquation()
1910 ADDR_ASSERT(IsThin(pIn->resourceType, pIn->swizzleMode)); in HwlComputeSubResourceOffsetForSwizzlePattern()
3174 const BOOL_32 isThin = IsThin(pIn->resourceType, pIn->swizzleMode); in ComputeSurfaceInfoMacroTiled()
3947 const BOOL_32 isThin = IsThin(pIn->resourceType, pIn->swizzleMode); in ComputeSurfaceAddrFromCoordMacroTiled()
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp1133 if (IsThin(resourceType, swizzleMode)) in GetBlk256SizeLog2()
1330 if (IsThin(resourceType, swizzleMode)) in GetMetaBlkSize()
1515 else if (IsThin(rsrcType, swMode)) in ConvertSwizzlePatternToEquation()
2306 ADDR_ASSERT(IsThin(pIn->resourceType, pIn->swizzleMode)); in HwlComputeSubResourceOffsetForSwizzlePattern()
3691 const BOOL_32 isThin = IsThin(pIn->resourceType, pIn->swizzleMode); in ComputeSurfaceInfoMacroTiled()
4519 const BOOL_32 isThin = IsThin(pIn->resourceType, pIn->swizzleMode); in ComputeSurfaceAddrFromCoordMacroTiled()