Lines Matching refs:isUintFormat
536 if (isUintFormat(format) || isIntFormat(format))
713 const bool isUint = isUintFormat(caseDef.colorFormat);
863 const bool isUint = isUintFormat(caseDef.colorFormat);
1073 const std::string signednessPrefix = isUintFormat(caseDef.colorFormat) ? "u" : isIntFormat(caseDef.colorFormat) ? "i" : "";
1260 const bool isAnyIntFormat = isIntFormat(caseDef.colorFormat) || isUintFormat(caseDef.colorFormat);