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.hpp204 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ macro
231 TCU_INTERVAL_APPLY_MONOTONE1( \
233 TCU_INTERVAL_APPLY_MONOTONE1(tmp2_, P1, A1, VAR, BODY))
236 TCU_INTERVAL_APPLY_MONOTONE1( \
DtcuInterval.cpp38 TCU_INTERVAL_APPLY_MONOTONE1(ret, x, arg0, val, in applyMonotone()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1686 TCU_INTERVAL_APPLY_MONOTONE1(ret, arg0, iarg0, val, in applyMonotone()
3263 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3264 TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole, in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1665 TCU_INTERVAL_APPLY_MONOTONE1(ret, arg0, iarg0, val, in applyMonotone()
3234 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3235 TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole, in doApply()