Searched defs:lodHeight (Results 1 – 3 of 3) sorted by relevance
96 … uint32_t lodHeight = (pSrcSurface->height == 1) ? 1 : pSrcSurface->height >> pSrcSurface->lod; in Load() local
65 uint32_t lodHeight = std::max<uint32_t>(pDstSurface->height >> pDstSurface->lod, 1U); in StoreClear() local
715 float lodHeight; in recordCommands() member