Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp124 float q = deFloatFrac(f); in convertSatRte()
1140 float fracVal = deFloatFrac(a); in rint()
1355 float a = deFloatFrac(u-0.5f); in sampleLinear1D()
1383 float a = deFloatFrac(u-0.5f); in sampleLinear2D()
1384 float b = deFloatFrac(v-0.5f); in sampleLinear2D()
1414 float a = deFloatFrac(u-0.5f); in sampleLinear1DCompare()
1446 float a = deFloatFrac(u-0.5f); in sampleLinear2DCompare()
1447 float b = deFloatFrac(v-0.5f); in sampleLinear2DCompare()
1493 float a = deFloatFrac(u-0.5f); in sampleLinear3D()
1494 float b = deFloatFrac(v-0.5f); in sampleLinear3D()
[all …]
DtcuFuzzyImageCompare.cpp137 float a = deFloatFrac(u-0.5f); in bilinearSample()
138 float b = deFloatFrac(v-0.5f); in bilinearSample()
DtcuVectorUtil.hpp121 float q = deFloatFrac(a); in roundToEven()
456 TCU_DECLARE_VECTOR_UNARY_FUNC(fract, deFloatFrac)
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy)); in computeGridCellWeights()
/external/deqp/modules/gles2/functional/
Des2fShaderConstExprTests.cpp110 …{"fract", "fract(${T} (17.75))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatFrac(17.… in init()
Des2fTextureUnitTests.cpp439 …if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < thresho… in makeSafeLods()
440 …de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) … in makeSafeLods()
Des2fVertexTextureTests.cpp88 …return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFractio… in moveTowardsFraction()
/external/deqp/framework/delibs/debase/
DdeMath.h90 DE_INLINE float deFloatFrac (float a) { return a - deFloatFloor(a); } in deFloatFrac() function
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp598 const float q = deFloatFrac(v); in roundEven()
1341 if (deFloatFrac(in0) == 0.5f) in compare()
1574 const float ref = deFloatFrac(in0); in compare()
1597 const float ref = deFloatFrac(in0); in compare()
Des3fShaderConstExprTests.cpp122 …{"fract", "fract(${T} (17.75))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatFrac(17.… in init()
Des3fVertexTextureTests.cpp106 …return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFractio… in moveTowardsFraction()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp675 const float q = deFloatFrac(v); in roundEven()
1423 if (deFloatFrac(in0) == 0.5f) in compare()
1656 const float ref = deFloatFrac(in0); in compare()
1679 const float ref = deFloatFrac(in0); in compare()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp311 const float texGradientPosX = deFloatFrac((float)x * 2.0f / (float)TEST_CANVAS_SIZE); in drawTestPattern()
312 const float texGradientPosY = deFloatFrac((float)y * 2.0f / (float)TEST_CANVAS_SIZE); in drawTestPattern()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp319 const float texGradientPosX = deFloatFrac((float)x * 2.0f / (float)TEST_CANVAS_SIZE); in drawTestPattern()
320 const float texGradientPosY = deFloatFrac((float)y * 2.0f / (float)TEST_CANVAS_SIZE); in drawTestPattern()
/external/deqp/modules/glshared/
DglsRasterizationTestUtil.cpp1049 …DE_ASSERT(deFloatFrac(scene.lineWidth) != 0.5f); // rounding direction is not defined, disallow un… in verifySinglesampleLineGroupRasterization()
1724 …DE_ASSERT(deFloatFrac(scene.lineWidth) != 0.5f); // rounding direction is not defined, disallow un… in verifySinglesampleWideLineGroupInterpolation()