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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 857 const int maxJ0 = deFloorFloatToInt32(vBounds0.y());
861 for (int j0 = minJ0; j0 <= maxJ0; j0++)
    [all...]
tcuTexCompareVerifier.cpp 670 const int maxJ0 = deFloorFloatToInt32(vBounds0.y());
674 for (int j0 = minJ0; j0 <= maxJ0; j0++)
727 const int maxJ0 = deFloorFloatToInt32(vBounds0.y()-0.5f);
731 for (int j0 = minJ0; j0 <= maxJ0; j0++)
    [all...]

Completed in 519 milliseconds