Searched refs:hasSign (Results 1 – 5 of 5) sorted by relevance
1419 inline deInt32 unquantize (deInt32 x, int mode, bool hasSign) in unquantize() argument1421 if (hasSign) in unquantize()1467 inline deInt16 finishUnquantize (deInt32 x, bool hasSign) in finishUnquantize() argument1469 if (hasSign) in finishUnquantize()1705 void decompressBc4 (const PixelBufferAccess& dst, const deUint8* src, bool hasSign) in decompressBc4() argument1739 reds[0] = hasSign ? int8ToFloat(red0s) : uint8ToFloat(red0); in decompressBc4()1740 reds[1] = hasSign ? int8ToFloat(red1s) : uint8ToFloat(red1); in decompressBc4()1751 reds[6] = hasSign ? -1.0f : 0.0f; in decompressBc4()1765 void decompressBc5 (const PixelBufferAccess& dst, const deUint8* src, bool hasSign) in decompressBc5() argument1787 rg[c][0] = hasSign ? int8ToFloat(rg0s) : uint8ToFloat(rg0); in decompressBc5()[all …]
38 Json::String::size_type hasSign = in normalizeFloatingPointStr() local40 Json::String::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr()
169 Id makeIntegerType(int width, bool hasSign); // generic
234 Id Builder::makeIntegerType(int width, bool hasSign) in makeIntegerType() argument246 type->getImmediateOperand(1) == (hasSign ? 1u : 0u)) in makeIntegerType()253 type->addImmediateOperand(hasSign ? 1 : 0); in makeIntegerType()
1626 const bool hasSign = inputDataInt[offsetInt] & signBitMask; in addCompute16bitStorageUniform16To32ChainAccessGroup() local1630 outputDataSInt.push_back((deInt32)(inputDataInt[offsetInt] | (hasSign ? signExtendMask : 0u))); in addCompute16bitStorageUniform16To32ChainAccessGroup()