Home
last modified time | relevance | path

Searched defs:mantissaBits (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp427 const int mantissaBits = getMinMantissaBits(precision); in compare() local
646 const int mantissaBits = getMinMantissaBits(precision); in compare() local
717 const int mantissaBits = getMinMantissaBits(precision); in compare() local
769 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
850 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
947 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1098 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1206 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1334 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1432 const int mantissaBits = getMinMantissaBits(precision); in compare() local
[all …]
Des3fShaderPrecisionTests.cpp296 const int mantissaBits = m_precision == glu::PRECISION_HIGHP ? 23 : 10; in compare() local
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp502 const int mantissaBits = getMinMantissaBits(precision); in compare() local
721 const int mantissaBits = getMinMantissaBits(precision); in compare() local
792 const int mantissaBits = getMinMantissaBits(precision); in compare() local
844 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
927 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
1027 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1178 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1286 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1414 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1512 const int mantissaBits = getMinMantissaBits(precision); in compare() local
[all …]
/external/deqp/framework/common/
DtcuFloat.hpp119 …inline StorageType mantissaBits (void) const { return m_value & ((StorageType(1)<<MantissaBits)-1… in mantissaBits() function in tcu::Float
256 (int sign, int exponent, StorageType mantissaBits) in constructBits()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp116 const deUint64 mantissaBits = 0x000fffffffffffff; in isNanFloat64() local
DvktSpvAsmFloatControlsTests.cpp2548 double getPrecisionAt(double value, float ulp, int mantissaBits) in getPrecisionAt()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp290 const int mantissaBits = getTextureFormatMantissaBitDepth(format).x(); in comparePixelToDepthClearValue() local
1288 const IVec4& mantissaBits = getTextureFormatMantissaBitDepth(format); in verifyResultImage() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp631 …const u64v4 mantissaBits (mantissaBitsI.x(), mantissaBitsI.y(), mantissaBitsI.z(), mantissaBitsI… in comparePixelToColorClearValue() local