Searched refs:elementsInRow (Results 1 – 1 of 1) sorted by relevance
570 int elementsInRow; // row size (in elements) member1216 int elementsInRow = elementsInRowNoAlign; in makeGradient() local1220 …elementsInRow = (int)(alignment * deFloatCeil(elementSize * elementsInGroup * rowLength / ((float)… in makeGradient()1236 m_unpackProperties.elementsInRow = elementsInRow; in makeGradient()1240 std::size_t bufferSize = elementSize * elementsInRow * rowCount * depth; in makeGradient()1245 std::size_t dataToSkip = m_unpackProperties.skipImages * rowCount * elementsInRow; in makeGradient()1254 for (int i = 0; i < elementsInRow; i++) in makeGradient()2169 props.elementsInRow = props.elementsInRowNoAlign; in readOutputData()2184 …props.elementsInRow = (int)(props.alignment * deFloatCeil(props.elementSize * props.elementsInGrou… in readOutputData()2190 …props.elementSize * props.elementsInRow * props.rowCount * props.imagesCount * (props.skipImages +… in readOutputData()[all …]