Searched refs:TCU_INTERVAL_APPLY_MONOTONE1 (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuInterval.hpp | 262 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \ macro 289 TCU_INTERVAL_APPLY_MONOTONE1( \ 291 TCU_INTERVAL_APPLY_MONOTONE1(tmp2_, P1, A1, VAR, BODY)) 294 TCU_INTERVAL_APPLY_MONOTONE1( \
|
H A D | tcuInterval.cpp | 38 TCU_INTERVAL_APPLY_MONOTONE1(ret, x, arg0, val, in applyMonotone()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 1709 TCU_INTERVAL_APPLY_MONOTONE1(ret, arg0, iarg0, val, in applyMonotone() 3329 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply() 3330 TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole, in doApply()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 2286 TCU_INTERVAL_APPLY_MONOTONE1(ret, arg0, iarg0, val, in applyMonotone() 4309 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply() 4310 TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole, in doApply()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 2259 TCU_INTERVAL_APPLY_MONOTONE1(ret, arg0, iarg0, val, in applyMonotone() 4298 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply() 4299 TCU_INTERVAL_APPLY_MONOTONE1(wholeIV, x, iargs.a, whole, in doApply()
|
Completed in 33 milliseconds