Lines Matching refs:tailMaxDim
3943 const Dim3d tailMaxDim = GetMipTailDim(pIn->resourceType, in HwlComputeSurfaceInfoTiled() local
3950 pOut->pitch = tailMaxDim.w; in HwlComputeSurfaceInfoTiled()
3951 pOut->height = tailMaxDim.h; in HwlComputeSurfaceInfoTiled()
3953 tailMaxDim.d : pIn->numSlices; in HwlComputeSurfaceInfoTiled()
4165 const Dim3d tailMaxDim = in GetMipChainInfo() local
4217 inTail = IsInMipTail(resourceType, swizzleMode, tailMaxDim, in GetMipChainInfo()
4223 mipPitch = tailMaxDim.w; in GetMipChainInfo()
4224 mipHeight = tailMaxDim.h; in GetMipChainInfo()
4228 mipDepth = tailMaxDim.d; in GetMipChainInfo()
4464 …const Dim3d tailMaxDim = GetMipTailDim(resourceType, swizzleMode, blockWidth, blockHeight, blockD… in GetMipStartPos() local
4467 … BOOL_32 inMipTail = IsInMipTail(resourceType, swizzleMode, tailMaxDim, width, height, depth); in GetMipStartPos()