Home
last modified time | relevance | path

Searched refs:hasSign (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp1419 inline deInt32 unquantize (deInt32 x, int mode, bool hasSign) in unquantize() argument
1421 if (hasSign) in unquantize()
1467 inline deInt16 finishUnquantize (deInt32 x, bool hasSign) in finishUnquantize() argument
1469 if (hasSign) in finishUnquantize()
1705 void decompressBc4 (const PixelBufferAccess& dst, const deUint8* src, bool hasSign) in decompressBc4() argument
1739 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() argument
1787 rg[c][0] = hasSign ? int8ToFloat(rg0s) : uint8ToFloat(rg0); in decompressBc5()
[all …]
/third_party/jsoncpp/src/jsontestrunner/
Dmain.cpp38 Json::String::size_type hasSign = in normalizeFloatingPointStr() local
40 Json::String::size_type exponentStartIndex = index + 1 + hasSign; in normalizeFloatingPointStr()
/third_party/glslang/SPIRV/
DSpvBuilder.h169 Id makeIntegerType(int width, bool hasSign); // generic
DSpvBuilder.cpp234 Id Builder::makeIntegerType(int width, bool hasSign) in makeIntegerType() argument
246 type->getImmediateOperand(1) == (hasSign ? 1u : 0u)) in makeIntegerType()
253 type->addImmediateOperand(hasSign ? 1 : 0); in makeIntegerType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm16bitStorageTests.cpp1626 const bool hasSign = inputDataInt[offsetInt] & signBitMask; in addCompute16bitStorageUniform16To32ChainAccessGroup() local
1630 outputDataSInt.push_back((deInt32)(inputDataInt[offsetInt] | (hasSign ? signExtendMask : 0u))); in addCompute16bitStorageUniform16To32ChainAccessGroup()