Searched refs:lastBlockSizeInBytes (Results 1 – 1 of 1) sorted by relevance
419 const deUint32 lastBlockSizeInBytes = m_bufferSizeInBytes % fullBlockSizeInBytes; in iterate() local420 …t32 numberOfBlocks = m_bufferSizeInBytes / fullBlockSizeInBytes + (lastBlockSizeInBytes ? 1u : 0u); in iterate()425 …set + fullBlockSizeInBytes) <= m_bufferSizeInBytes) ? fullBlockSizeInBytes : lastBlockSizeInBytes); in iterate()