Home
last modified time | relevance | path

Searched refs:hiSlope (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2255 const int hiSlope = doGetSlope(hi); in innerExtrema() local
2264 else if (loSlope == 1 && hiSlope == -1) in innerExtrema()
2269 else if (loSlope == -1 && hiSlope == 1) in innerExtrema()
2274 else if (loSlope == hiSlope && in innerExtrema()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2234 const int hiSlope = doGetSlope(hi); in innerExtrema() local
2243 else if (loSlope == 1 && hiSlope == -1) in innerExtrema()
2248 else if (loSlope == -1 && hiSlope == 1) in innerExtrema()
2253 else if (loSlope == hiSlope && in innerExtrema()