Home
last modified time | relevance | path

Searched defs:signBit (Results 1 – 19 of 19) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuFloat.hpp117 …inline int signBit (void) const { return (int)(m_value >> (ExponentBits+MantissaBits)) & 1; … in signBit() function in tcu::Float
258 const StorageType signBit = static_cast<StorageType>(sign < 0 ? 1 : 0); in constructBits() local
DtcuTexture.cpp494 const deUint32 signBit = 1u << (bits-1); in signExtend() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp612 uint32_t signBit = (offset & 0x800000) >> 23; in adjustFixupValue() local
648 uint32_t signBit = (offset & 0x400000) >> 22; in adjustFixupValue() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp611 const deUint64 signBit = 1ull << (bits-1); in signExtend() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp611 const deUint64 signBit = 1ull << (bits-1); in signExtend() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp75 int signBit = rnd.getInt(0, 1); in getRandomNormal() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderFConvertTests.cpp75 int signBit = rnd.getInt(0, 1); in getRandomNormal() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1129 const deUint64 signBit = (1ull << (componentSize*8-1)); in getRandomClearColor() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp1129 const deUint64 signBit = (1ull << (componentSize*8-1)); in getRandomClearColor() local
/third_party/mesa3d/src/gallium/auxiliary/tessellator/
Dtessellator.cpp58 static const int signBit = 0x80000000; in tess_flush() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp542 const std::string signBit = (m_params.baseType == BaseType::TYPE_INT ? "1" : "0"); in getSpirVReplacements() local
DvktSpvAsmTypeTests.cpp553 const string signBit = (isSigned) ? "1" : "0"; in getOtherSizeTypes() local
3182 const T signBit = static_cast<T>(x & (1 << (y + z - 1))); in test_bitFieldSExtract() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmTrinaryMinMaxTests.cpp542 const std::string signBit = (m_params.baseType == BaseType::TYPE_INT ? "1" : "0"); in getSpirVReplacements() local
DvktSpvAsmTypeTests.cpp553 const string signBit = (isSigned) ? "1" : "0"; in getOtherSizeTypes() local
3182 const T signBit = static_cast<T>(x & (1 << (y + z - 1))); in test_bitFieldSExtract() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp487 bool signBit = value < 0; in unquantizeSigned() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.cpp752 const deUint32 signBit = 1u << (bits-1); in signExtend() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp752 const deUint32 signBit = 1u << (bits-1); in signExtend() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp555 const int signBit = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0); in generateBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp555 const int signBit = (channelClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? 1 : 0); in generateBuffer() local