Searched defs:lodWidth (Results 1 – 3 of 3) sorted by relevance
111 uint32_t lodWidth = (pSrcSurface->width == 1) ? 1 : pSrcSurface->width >> pSrcSurface->lod; in Load() local
64 uint32_t lodWidth = std::max<uint32_t>(pDstSurface->width >> pDstSurface->lod, 1U); in StoreClear() local
662 float lodWidth; in recordCommands() member