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 815 const bool canBeMagnified = minLod <= sampler.lodThreshold;
816 const bool canBeMinified = maxLod > sampler.lodThreshold;
    [all...]
tcuTexture.cpp     [all...]
tcuTexture.hpp 234 float lodThreshold; // lod <= lodThreshold ? magnified : minified
273 , lodThreshold (lodThreshold_)
289 , lodThreshold (0.0f)
    [all...]

Completed in 574 milliseconds