Home
last modified time | relevance | path

Searched refs:inputRange (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp748 InputRange inputRange,
756 InputRange inputRange,
764 InputRange inputRange,
772 InputRange inputRange,
817 InputRange inputRange);
823 InputRange inputRange);
829 InputRange inputRange);
835 InputRange inputRange);
970 InputRange inputRange) in combine() argument
972 DE_UNREF(inputRange); in combine()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5665 …(const FloatFormat& format, const Precision prec, Random& rnd, const Interval& inputRange) const;
5666 …t FloatFormat& format, const Precision prec, vector<float>& dst, const Interval& inputRange) const;
5667 …void removeNotInRange (vector<float>& dst, const Interval& inputRange, const Precision prec) …
5674 …(const FloatFormat& format, const Precision prec, Random& rnd, const Interval& inputRange) const;
5675 … FloatFormat& format, const Precision prec, vector<double>& dst, const Interval& inputRange) const;
5676 …void removeNotInRange (vector<double>& dst, const Interval& inputRange, const Precision prec) …
5687 double randomDouble(const FloatFormat& format, Random& rnd, const Interval& inputRange) in randomDouble() argument
5693 const double midpoint = inputRange.midpoint(); in randomDouble()
5705 case 0: return inputRange.contains(0) ? 0 : midpoint; in randomDouble()
5706 case 1: return inputRange.contains(TCU_INFINITY) ? TCU_INFINITY : midpoint; in randomDouble()
[all …]