Home
last modified time | relevance | path

Searched refs:lodThreshold (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp1263 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1264 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1328 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1329 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1620 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1621 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1712 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1713 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1782 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1783 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
[all …]
DtcuTexCompareVerifier.cpp792 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
793 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
1077 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1078 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
1149 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1150 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
DtcuTexture.cpp1864 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1D()
1904 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DOffset()
1944 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2D()
1984 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DOffset()
2024 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray3D()
2064 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray3DOffset()
2104 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DCompare()
2144 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DCompare()
2461 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamless()
2631 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamlessCompare()
[all …]
DtcuTexture.hpp175 float lodThreshold; // lod <= lodThreshold ? magnified : minified member in tcu::Sampler
206 , lodThreshold (lodThreshold_) in Sampler()
221 , lodThreshold (0.0f) in Sampler()