Home
last modified time | relevance | path

Searched refs:TCU_INTERVAL_APPLY_MONOTONE1 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuInterval.hpp232 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ macro
259 TCU_INTERVAL_APPLY_MONOTONE1( \
261 TCU_INTERVAL_APPLY_MONOTONE1(tmp2_, P1, A1, VAR, BODY))
264 TCU_INTERVAL_APPLY_MONOTONE1( \
DtcuInterval.cpp38 TCU_INTERVAL_APPLY_MONOTONE1(ret, x, arg0, val, in applyMonotone()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1708 TCU_INTERVAL_APPLY_MONOTONE1(ret, arg0, iarg0, val, in applyMonotone()
3328 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3329 TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole, in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2061 TCU_INTERVAL_APPLY_MONOTONE1(ret, arg0, iarg0, val, in applyMonotone()
4242 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
4243 TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole, in doApply()