Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp860 int xedge = deFloorFloatToInt32(float(access.getWidth()) * 0.6f); in fillWithComponentGradients2D() local
874 coefR = (x < xedge) ? s * 0.4f : (1 - s) * 0.6f; in fillWithComponentGradients2D()
875 coefG = (x < xedge) ? s * 0.4f : (1 - s) * 0.6f; in fillWithComponentGradients2D()
876 coefB = (x < xedge) ? (1.0f - s) * 0.4f : s * 0.6f - 0.2f; in fillWithComponentGradients2D()
877 coefA = (x < xedge) ? (1.0f - s) * 0.4f : s * 0.6f - 0.2f; in fillWithComponentGradients2D()