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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 812 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
818 for (int j1 = minJ1; j1 <= maxJ1; j1++)
865 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
    [all...]
tcuTexCompareVerifier.cpp 670 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
678 for (int j1 = minJ1; j1 <= maxJ1; j1++)
727 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f);
751 for (int j1 = minJ1; j1 <= maxJ1; j1++)
    [all...]

Completed in 282 milliseconds