Searched refs:checkedRowBytes (Results 1 – 2 of 2) sorted by relevance
299 CheckedNumeric<GLuint> checkedRowBytes(rowBytes); in Initialize() local302 auto checkedAllocatedBytes = checkedSkipBytes + checkedRowBytes * checkedRows; in Initialize()
1532 CheckedNumeric<GLuint> checkedRowBytes = checkedWidth * computePixelBytes(formatType); in computeRowPitch() local1536 auto aligned = rx::roundUp(checkedRowBytes, checkedAlignment); in computeRowPitch()