Searched refs:elementsInRowNoAlign (Results 1 – 1 of 1) sorted by relevance
571 int elementsInRowNoAlign; // row size (in elements) without alignment member1215 int elementsInRowNoAlign = elementsInGroup * rowLength; in makeGradient() local1216 int elementsInRow = elementsInRowNoAlign; in makeGradient()1235 m_unpackProperties.elementsInRowNoAlign = elementsInRowNoAlign; in makeGradient()2168 props.elementsInRowNoAlign = props.elementsInGroup * props.rowLength; in readOutputData()2169 props.elementsInRow = props.elementsInRowNoAlign; in readOutputData()2980 int newBufferSize = props.elementSize * props.elementsInRowNoAlign * GRADIENT_HEIGHT; in stripBuffer()2990 int skipAlign = (props.elementsInRow - props.elementsInRowNoAlign) * props.elementSize; in stripBuffer()