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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
tcuTexCompareVerifier.cpp 808 const int maxTexLevel = texture.getNumLevels()-1;
810 DE_ASSERT(minTexLevel < maxTexLevel);
814 const int minLevel = de::clamp((int)deFloatFloor(minLod), minTexLevel, maxTexLevel-1);
815 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1);
    [all...]

Completed in 68 milliseconds