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

/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp84 const float strictness = 0.5f; local
85 DE_ASSERT(0.0f < strictness && strictness <= 1.0f);
88 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp102 const float strictness = 0.5f; local
103 DE_ASSERT(0.0f < strictness && strictness <= 1.0f);
106 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;

Completed in 111 milliseconds