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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 531 const int minI = deFloorFloatToInt32(uBounds.x());
532 const int maxI = deFloorFloatToInt32(uBounds.y());
558 const int minI = deFloorFloatToInt32(uBounds.x());
559 const int maxI = deFloorFloatToInt32(uBounds.y());
560 const int minJ = deFloorFloatToInt32(vBounds.x());
561 const int maxJ = deFloorFloatToInt32(vBounds.y());
593 const int minI = deFloorFloatToInt32(uBounds.x());
594 const int maxI = deFloorFloatToInt32(uBounds.y());
595 const int minJ = deFloorFloatToInt32(vBounds.x());
596 const int maxJ = deFloorFloatToInt32(vBounds.y())
    [all...]
tcuTexCompareVerifier.cpp 553 const int minI = deFloorFloatToInt32(uBounds.x());
554 const int maxI = deFloorFloatToInt32(uBounds.y());
555 const int minJ = deFloorFloatToInt32(vBounds.x());
556 const int maxJ = deFloorFloatToInt32(vBounds.y());
588 const int minI = deFloorFloatToInt32(uBounds.x()-0.5f);
589 const int maxI = deFloorFloatToInt32(uBounds.y()-0.5f);
590 const int minJ = deFloorFloatToInt32(vBounds.x()-0.5f);
591 const int maxJ = deFloorFloatToInt32(vBounds.y()-0.5f);
665 const int minI0 = deFloorFloatToInt32(uBounds0.x());
666 const int maxI0 = deFloorFloatToInt32(uBounds0.y())
    [all...]
tcuTexture.cpp     [all...]
tcuFuzzyImageCompare.cpp 129 int x0 = deFloorFloatToInt32(u-0.5f);
131 int y0 = deFloorFloatToInt32(v-0.5f);
tcuTextureUtil.cpp     [all...]
tcuImageCompare.cpp 340 int score = deClamp32(deFloorFloatToInt32(100.0f - (de::max(sum-(float)bestScoreDiff, 0.0f) / (float)(worstScoreDiff-bestScoreDiff))*100.0f), 0, 100);
    [all...]
  /external/deqp/framework/delibs/deimage/
deImage.c 130 int xFixed = deFloorFloatToInt32(xFloat * 256.0f);
131 int yFixed = deFloorFloatToInt32(yFloat * 256.0f);
  /external/deqp/framework/platform/android/
tcuAndroidUtil.cpp 510 const int widthDp = deFloorFloatToInt32(float(widthP) / dpScale);
511 const int heightDp = deFloorFloatToInt32(float(heightP) / dpScale);
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 327 curIterCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_SHADER_ITER_COUNT));
381 curDrawCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_DRAW_CALL_COUNT));
es3fFragmentOutputTests.cpp 407 const int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2);
408 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
437 int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2);
438 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
    [all...]
es3fClippingTests.cpp 359 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
    [all...]
  /external/deqp/framework/delibs/debase/
deMath.h 212 DE_INLINE deInt32 deFloorFloatToInt32 (float x) { return (deInt32)(deFloatFloor(x)); }
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 300 curDrawCount = de::clamp(deFloorFloatToInt32(est), 1, int(MAX_DRAW_CALL_COUNT));
es2fClippingTests.cpp 356 const tcu::Vector<deInt64, 3> pfixed = tcu::Vector<deInt64, 3>(deFloorFloatToInt32(p.x() * fixedScale), deFloorFloatToInt32(p.y() * fixedScale), deFloorFloatToInt32(p.z() * fixedScale));
    [all...]
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.cpp     [all...]
glsShaderLibraryCase.cpp     [all...]
glsTextureTestUtil.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp 116 pixelBox.x() = deFloorFloatToInt32(vertexBox.x() - size/2.0f);
117 pixelBox.y() = deFloorFloatToInt32(vertexBox.y() - size/2.0f);
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp     [all...]

Completed in 666 milliseconds