Searched refs:tailMaxDim (Results 1 – 1 of 1) sorted by relevance
3943 const Dim3d tailMaxDim = GetMipTailDim(pIn->resourceType, in HwlComputeSurfaceInfoTiled() local3950 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() local4217 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[all …]