Home
last modified time | relevance | path

Searched refs:BLOCK_ALIGNMENT (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_TexResource.cpp30 const int BLOCK_ALIGNMENT = 4; in Set() local
50 NW_ASSERT(size % BLOCK_ALIGNMENT == 0); in Set()
51 if (!(size % BLOCK_ALIGNMENT == 0)) in Set()
79 ut::RoundUp(imageSize, BLOCK_ALIGNMENT)); in Set()