Searched refs:lodThreshold (Results 1 – 4 of 4) sorted by relevance
1317 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()1318 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()1382 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()1383 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()1682 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()1683 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()1774 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()1775 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()1844 const bool canBeMagnified = minLod <= sampler.lodThreshold; in isLookupResultValid()1845 const bool canBeMinified = maxLod > sampler.lodThreshold; in isLookupResultValid()[all …]
815 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()
239 float lodThreshold; // lod <= lodThreshold ? magnified : minified member in tcu::Sampler278 , lodThreshold (lodThreshold_) in Sampler()294 , lodThreshold (0.0f) in Sampler()
2179 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DOffset()2219 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DOffset()2259 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray3DOffset()2299 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray1DCompare()2339 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArray2DCompare()2665 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamless()2835 bool magnified = lod <= sampler.lodThreshold; in sampleLevelArrayCubeSeamlessCompare()2927 const bool magnified = lod <= sampler.lodThreshold; in sampleCubeArraySeamless()3009 const bool magnified = lod <= sampler.lodThreshold; in sampleCubeArraySeamlessCompare()