Searched refs:deFloatFrac (Results 1 – 15 of 15) sorted by relevance
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 124 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 …]
|
D | tcuFuzzyImageCompare.cpp | 137 float a = deFloatFrac(u-0.5f); in bilinearSample() 138 float b = deFloatFrac(v-0.5f); in bilinearSample()
|
D | tcuVectorUtil.hpp | 121 float q = deFloatFrac(a); in roundToEven() 456 TCU_DECLARE_VECTOR_UNARY_FUNC(fract, deFloatFrac)
|
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy)); in computeGridCellWeights()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderConstExprTests.cpp | 110 …{"fract", "fract(${T} (17.75))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatFrac(17.… in init()
|
D | es2fTextureUnitTests.cpp | 439 …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()
|
D | es2fVertexTextureTests.cpp | 88 …return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFractio… in moveTowardsFraction()
|
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 90 DE_INLINE float deFloatFrac (float a) { return a - deFloatFloor(a); } in deFloatFrac() function
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderCommonFunctionTests.cpp | 598 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()
|
D | es3fShaderConstExprTests.cpp | 122 …{"fract", "fract(${T} (17.75))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatFrac(17.… in init()
|
D | es3fVertexTextureTests.cpp | 106 …return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFractio… in moveTowardsFraction()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderCommonFunctionTests.cpp | 675 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/ |
D | es2sSpecialFloatTests.cpp | 311 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/ |
D | es3sSpecialFloatTests.cpp | 319 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/ |
D | glsRasterizationTestUtil.cpp | 1049 …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()
|