Searched refs:TCU_SET_INTERVAL_BOUNDS (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuInterval.hpp | 232 #define TCU_SET_INTERVAL_BOUNDS(DST, VAR, SETLOW, SETHIGH) do \ macro 254 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
|
D | tcuInterval.cpp | 70 TCU_SET_INTERVAL_BOUNDS(ret, p, p = x.lo() + y.lo(), p = x.hi() + y.hi()); in operator +()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1933 TCU_SET_INTERVAL_BOUNDS(ret, sum, in doApply() 1967 TCU_SET_INTERVAL_BOUNDS(ret, prod, in doApply() 1974 TCU_SET_INTERVAL_BOUNDS(ret, prod, in doApply() 2009 TCU_SET_INTERVAL_BOUNDS(ret, diff, in doApply()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 2564 TCU_SET_INTERVAL_BOUNDS(ret, sum, in doApply() 2599 TCU_SET_INTERVAL_BOUNDS(ret, prod, in doApply() 2606 TCU_SET_INTERVAL_BOUNDS(ret, prod, in doApply() 2642 TCU_SET_INTERVAL_BOUNDS(ret, diff, in doApply()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 2041 TCU_SET_INTERVAL_BOUNDS(res, tmp, in fma()
|