Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp1393 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1394 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1458 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1459 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1768 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1769 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1860 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1861 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
1930 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()
1931 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()
[all …]
DtcuTexCompareVerifier.cpp815 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
816 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
1100 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1101 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
1174 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isTexCompareResultValid()
1175 const bool canBeMinified = maxLod > sampler.lodThreshold; in isTexCompareResultValid()
DtcuTexture.hpp261 float lodThreshold; // lod <= lodThreshold ? magnified : minified member in tcu::Sampler
302 , lodThreshold (lodThreshold_) in Sampler()
319 , lodThreshold (0.0f) in Sampler()
DtcuTexture.cpp2242 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DOffset()
2282 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DOffset()
2322 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray3DOffset()
2362 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DCompare()
2402 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DCompare()
2728 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamless()
2898 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamlessCompare()
2990 const bool magnified = lod <= sampler.lodThreshold; in sampleCubeArraySeamless()
3072 const bool magnified = lod <= sampler.lodThreshold; in sampleCubeArraySeamlessCompare()