Searched defs:mipDepth (Results 1 – 5 of 5) sorted by relevance
454 UINT_32 mipDepth = mip0Depth; in GetMetaMipInfo() local4246 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo() local4372 UINT_32 mipDepth = pMetaBlkDim->d; in GetMetaMiptailInfo() local4968 UINT_32 mipDepth = (pIn->resourceType == ADDR_RSRC_TEX_3D) ? pIn->numSlices : 1; in ComputeSurfaceLinearPadding() local
43 unsigned int mipDepth = std::max(depth >> level, 1u); in ComputeMippedMemoryUsage() local
3296 UINT_32 mipWidth, mipHeight, mipDepth; in ComputeSurfaceInfoMacroTiled() local4341 const UINT_32 mipDepth = (pIn->resourceType == ADDR_RSRC_TEX_3D) ? pIn->numSlices : 1; in HwlComputeSurfaceInfoLinear() local
3529 size_t mipDepth = std::max<size_t>(1, previousLevelDepth >> 1); in generateMipmapLevelsWithCPU() local
7047 int32_t mipDepth = mExtents.depth; in generateMipmapsWithBlit() local