Home
last modified time | relevance | path

Searched refs:TCU_SET_INTERVAL (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuInterval.cpp39 TCU_SET_INTERVAL(val, point, point = func(x))); in applyMonotone()
53 TCU_SET_INTERVAL(val, point, point = func(x, y))); in applyMonotone()
82 TCU_SET_INTERVAL(val, point, point = xp - yp)); in operator -()
91 TCU_SET_INTERVAL(val, point, point = xp * yp)); in operator *()
108 TCU_SET_INTERVAL(val, point, point = nomp / denp)); in operator /()
DtcuInterval.hpp224 #define TCU_SET_INTERVAL(DST, VAR, BODY) \ macro
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp2072 TCU_SET_INTERVAL(prod0, tmp, tmp = ia.lo() * ib.lo()); in fma()
2073 TCU_SET_INTERVAL(prod1, tmp, tmp = ia.lo() * ib.hi()); in fma()
2074 TCU_SET_INTERVAL(prod2, tmp, tmp = ia.hi() * ib.lo()); in fma()
2075 TCU_SET_INTERVAL(prod3, tmp, tmp = ia.hi() * ib.hi()); in fma()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp2332 TCU_SET_INTERVAL(prod0, tmp, tmp = ia.lo() * ib.lo()); in fma()
2333 TCU_SET_INTERVAL(prod1, tmp, tmp = ia.lo() * ib.hi()); in fma()
2334 TCU_SET_INTERVAL(prod2, tmp, tmp = ia.hi() * ib.lo()); in fma()
2335 TCU_SET_INTERVAL(prod3, tmp, tmp = ia.hi() * ib.hi()); in fma()
DvktShaderBuiltinPrecisionTests.cpp2062 TCU_SET_INTERVAL(val, point, in applyMonotone()
2134 TCU_SET_INTERVAL(ret, point, in applyMonotone()
2266 TCU_SET_INTERVAL(ret, point, in applyMonotone()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1709 TCU_SET_INTERVAL(val, point, in applyMonotone()
1782 TCU_SET_INTERVAL(ret, point, in applyMonotone()
1884 TCU_SET_INTERVAL(ret, point, in applyMonotone()