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

  /external/deqp/framework/randomshaders/
rsgUtils.hpp 63 float newMin = deFloatCeil(min*subdiv)/subdiv;
rsgExpression.cpp 539 return (int)deFloatCeil(src);
555 dstMin = (int)deFloatCeil(srcMin);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 183 channelChoices.push_back(de::min(channelMax, (int)deFloatCeil(scaledInput)));
184 channelChoices.push_back(de::max(0, (int)deFloatCeil(scaledInput) - 1));
190 channelChoices.push_back((int)deFloatCeil(scaledInput) - 2);
192 channelChoices.push_back((int)deFloatCeil(scaledInput) + 1);
es2fShaderConstExprTests.cpp 109 {"ceil", "ceil(${T} (82.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCeil(82.2f) },
es2fStencilTests.cpp 283 int gridSize = (int)deFloatCeil(deFloatSqrt((float)(numStencilValues+2)));
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 183 channelChoices.push_back(de::min(channelMax, (int)deFloatCeil(scaledInput)));
184 channelChoices.push_back(de::max(0, (int)deFloatCeil(scaledInput) - 1));
190 channelChoices.push_back((int)deFloatCeil(scaledInput) - 2);
192 channelChoices.push_back((int)deFloatCeil(scaledInput) + 1);
es3fShaderCommonFunctionTests.cpp     [all...]
es3fShaderConstExprTests.cpp 121 {"ceil", "ceil(${T} (82.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCeil(82.2f) },
es3fStencilTests.cpp 286 int gridSize = (int)deFloatCeil(deFloatSqrt((float)(numStencilValues+2)));
es3fFboTestUtil.cpp     [all...]
  /external/deqp/framework/delibs/debase/
deMath.h 88 DE_INLINE float deFloatCeil (float a) { return (float)ceil(a); }
213 DE_INLINE deInt32 deCeilFloatToInt32 (float x) { return (deInt32)(deFloatCeil(x)); }
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp 203 aabb.z() = (int)deFloatCeil (de::max(de::max(screenSpace[0].x(), screenSpace[1].x()), screenSpace[2].x()));
204 aabb.w() = (int)deFloatCeil (de::max(de::max(screenSpace[0].y(), screenSpace[1].y()), screenSpace[2].y()));
    [all...]
glsStateQueryUtil.hpp 77 return (T)(deFloatCeil(val - 0.5f));
  /external/deqp/modules/gles31/functional/
es31fSampleShadingTests.cpp 329 DE_ASSERT(deFloatCeil(ratio * (float)m_numTargetSamples) == float(sampleCount));
es31fShaderCommonFunctionTests.cpp     [all...]
es31fFboTestUtil.cpp 594 const int error = int(deFloatCeil(255.0f * 2.0f / float(srcMaxValue)));
es31fPrimitiveBoundingBoxTests.cpp 785 pixelBox.x() = (int)deFloatCeil(vertexBox.x()+halfPixel);
786 pixelBox.y() = (int)deFloatCeil(vertexBox.y()+halfPixel);
794 pixelBox.z() = (int)deFloatCeil(vertexBox.z()+halfPixel);
795 pixelBox.w() = (int)deFloatCeil(vertexBox.w()+halfPixel);
    [all...]
es31fTessellationTests.cpp 577 int result = (int)deFloatCeil(clampedTessLevel);
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
tcuTexture.cpp     [all...]
tcuTexCompareVerifier.cpp     [all...]
tcuVectorUtil.hpp 454 TCU_DECLARE_VECTOR_UNARY_FUNC(ceil, deFloatCeil)
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderCommonFunctionTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderCompilationCases.cpp 226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderCompilationCases.cpp 226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
    [all...]

Completed in 614 milliseconds