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 817 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
823 for (int j1 = minJ1; j1 <= maxJ1; j1++)
870 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
    [all...]
tcuTexCompareVerifier.cpp 649 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
657 for (int j1 = minJ1; j1 <= maxJ1; j1++)
706 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f);
730 for (int j1 = minJ1; j1 <= maxJ1; j1++)
    [all...]

Completed in 352 milliseconds