Lines Matching defs:maxLevel

110 static tcu::Texture1DView getSubView (const tcu::Texture1DView& view, int baseLevel, int maxLevel)
113 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1);
118 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel)
121 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1);
126 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLevel)
129 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1);
139 static tcu::Texture3DView getSubView (const tcu::Texture3DView& view, int baseLevel, int maxLevel)
142 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1);
147 static tcu::TextureCubeArrayView getSubView (const tcu::TextureCubeArrayView& view, int baseLevel, int maxLevel)
150 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1);
587 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel);
599 const tcu::Texture1DView view = getSubView(src, params.baseLevel, params.maxLevel);
698 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel);
890 const tcu::Texture3DView view = getSubView(src, params.baseLevel, params.maxLevel);
1710 const tcu::Texture1DView src = getEffectiveTextureView(getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel), srcLevelStorage, sampleParams.sampler);
1813 const tcu::Texture2DView src = getEffectiveTextureView(getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel), srcLevelStorage, sampleParams.sampler);
1996 const tcu::TextureCubeView src = getEffectiveTextureView(getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel), srcLevelStorage, sampleParams.sampler);
2176 const tcu::Texture3DView src = getEffectiveTextureView(getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel), srcLevelStorage, sampleParams.sampler);
2641 const tcu::TextureCubeArrayView src = getEffectiveTextureView(getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel), srcLevelStorage, sampleParams.sampler);