HomeSort by relevance Sort by last modified time
    Searched refs:deFloatFrac (Results 1 - 18 of 18) sorted by null

  /external/deqp/framework/common/
tcuTexture.cpp 234 float q = deFloatFrac(f);
    [all...]
tcuFuzzyImageCompare.cpp 139 float a = deFloatFrac(u-0.5f);
140 float b = deFloatFrac(v-0.5f);
tcuVectorUtil.hpp 114 float q = deFloatFrac(a);
455 TCU_DECLARE_VECTOR_UNARY_FUNC(fract, deFloatFrac)
tcuRasterizationVerifier.cpp     [all...]
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 110 {"fract", "fract(${T} (17.75))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatFrac(17.75f) },
es2fTextureUnitTests.cpp 440 if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < threshold) ||
441 de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) ||
    [all...]
es2fVertexTextureTests.cpp 91 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;
    [all...]
  /external/deqp/framework/delibs/debase/
deMath.h 90 DE_INLINE float deFloatFrac (float a) { return a - deFloatFloor(a); }
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 598 const float q = deFloatFrac(v);
    [all...]
es3fShaderConstExprTests.cpp 122 {"fract", "fract(${T} (17.75))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatFrac(17.75f) },
es3fTextureUnitTests.cpp 596 if (de::abs(lodMax) < threshold || (lodMax > 0.0f && de::abs(deFloatFrac(lodMax) - 0.5f) < threshold) ||
597 de::abs(lodMin) < threshold || (lodMin > 0.0f && de::abs(deFloatFrac(lodMin) - 0.5f) < threshold) ||
    [all...]
es3fVertexTextureTests.cpp 108 return deFloatFloor(y) + deFloatFrac(y)*(1.0f-strictness) + strictness*0.5f - 0.5f + targetFraction;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 676 const float q = deFloatFrac(v);
    [all...]
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 311 const float texGradientPosX = deFloatFrac((float)x * 2.0f / (float)TEST_CANVAS_SIZE);
312 const float texGradientPosY = deFloatFrac((float)y * 2.0f / (float)TEST_CANVAS_SIZE);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp 782 const float q = deFloatFrac(v);
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 319 const float texGradientPosX = deFloatFrac((float)x * 2.0f / (float)TEST_CANVAS_SIZE);
320 const float texGradientPosY = deFloatFrac((float)y * 2.0f / (float)TEST_CANVAS_SIZE);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp 485 float q = deFloatFrac(f);
    [all...]

Completed in 608 milliseconds