Home
last modified time | relevance | path

Searched refs:NormalizedFormat (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/framework/common/
H A DtcuFloatFormat.cpp291 NormalizedFormat::NormalizedFormat(int fractionBits) : FloatFormat(0, 0, fractionBits, true, tcu::Y… in NormalizedFormat() function in tcu::NormalizedFormat
295 double NormalizedFormat::round(double d, bool upward) const in round()
308 double NormalizedFormat::ulp(double x, double count) const in ulp()
317 double NormalizedFormat::roundOut(double d, bool upward, bool roundUnderOverflow) const in roundOut()
H A DtcuFloatFormat.hpp101 class NormalizedFormat : public FloatFormat class
104 NormalizedFormat(int fractionBits);
105 ~NormalizedFormat() in ~NormalizedFormat()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp88 … new tcu::NormalizedFormat(std::max(0, channelDepth[channelIdx] + fpPrecisionDelta - 1)))); in getPrecision()
93 … new tcu::NormalizedFormat(std::max(0, channelDepth[channelIdx] + fpPrecisionDelta)))); in getPrecision()