Home | History | Annotate | Download | only in layers

Lines Matching refs:maxDim

2447         uint32_t maxDim = std::max(std::max(pCreateInfo->extent.width, pCreateInfo->extent.height), pCreateInfo->extent.depth);
2448 if (pCreateInfo->mipLevels > (floor(log2(maxDim)) + 1)) {