Searched refs:countWidth (Results 1 – 1 of 1) sorted by relevance
679 const deUint32 countWidth = getInputWidth(inputWidth, 1); in getFullOperationWithDifferentInputWidthStr() local682 const string countType = ((isSigned) ? "i" : "u") + de::toString(countWidth); in getFullOperationWithDifferentInputWidthStr()692 if (countWidth != 32) in getFullOperationWithDifferentInputWidthStr()693 …str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + … in getFullOperationWithDifferentInputWidthStr()697 … string countStr = "%input" + countNdx + "_val" + ((countWidth != 32) ? "_" + de::toString(countWi… in getFullOperationWithDifferentInputWidthStr()