Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFloat.hpp111 …inline StorageType mantissaBits (void) const { return m_value & ((StorageType(1)<<MantissaBits)-1… in mantissaBits() function in tcu::Float
229 (int sign, int exponent, StorageType mantissaBits) in constructBits()
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp464 const int mantissaBits = getMinMantissaBits(precision); in compare() local
683 const int mantissaBits = getMinMantissaBits(precision); in compare() local
754 const int mantissaBits = getMinMantissaBits(precision); in compare() local
806 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
887 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
984 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1135 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1243 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1371 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1469 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.cpp542 const int mantissaBits = getMinMantissaBits(precision); in compare() local
761 const int mantissaBits = getMinMantissaBits(precision); in compare() local
832 const int mantissaBits = getMinMantissaBits(precision); in compare() local
884 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
967 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
1067 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1218 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1326 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1454 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1552 const int mantissaBits = getMinMantissaBits(precision); in compare() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp617 const int mantissaBits = getMinMantissaBits(precision); in compare() local
864 const int mantissaBits = getMinMantissaBits(precision); in compare() local
948 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1010 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
1107 const int mantissaBits = getMinMantissaBits(precision); in getInputValues() local
1222 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1424 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1546 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1688 const int mantissaBits = getMinMantissaBits(precision); in compare() local
1800 const int mantissaBits = getMinMantissaBits(precision); in compare() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp116 const deUint64 mantissaBits = 0x000fffffffffffff; in isNanFloat64() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp289 const int mantissaBits = getTextureFormatMantissaBitDepth(format).x(); in comparePixelToDepthClearValue() local
427 const IVec4 mantissaBits (getTextureFormatMantissaBitDepth(format)); in comparePixelToColorClearValue() local