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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
tcuTexCompareVerifier.cpp 792 const bool canBeMagnified = minLod <= sampler.lodThreshold;
793 const bool canBeMinified = maxLod > sampler.lodThreshold;
    [all...]
tcuTexture.cpp     [all...]
tcuTexture.hpp 175 float lodThreshold; // lod <= lodThreshold ? magnified : minified
206 , lodThreshold (lodThreshold_)
221 , lodThreshold (0.0f)
    [all...]

Completed in 126 milliseconds