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 859 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
865 for (int j1 = minJ1; j1 <= maxJ1; j1++)
    [all...]
tcuTexCompareVerifier.cpp 672 const int maxJ1 = deFloorFloatToInt32(vBounds1.y());
680 for (int j1 = minJ1; j1 <= maxJ1; j1++)
729 const int maxJ1 = deFloorFloatToInt32(vBounds1.y()-0.5f);
753 for (int j1 = minJ1; j1 <= maxJ1; j1++)
    [all...]

Completed in 59 milliseconds