Searched refs:loSlope (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2233 const int loSlope = doGetSlope(lo); local
2243 else if (loSlope == 1 && hiSlope == -1)
2248 else if (loSlope == -1 && hiSlope == 1)
2253 else if (loSlope == hiSlope &&
2254 deIntSign(applyExact(hi) - applyExact(lo)) * loSlope == -1)
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp2254 const int loSlope = doGetSlope(lo); local
2264 else if (loSlope == 1 && hiSlope == -1)
2269 else if (loSlope == -1 && hiSlope == 1)
2274 else if (loSlope == hiSlope &&
2275 deIntSign(applyExact(hi) - applyExact(lo)) * loSlope == -1)

Completed in 296 milliseconds