Lines Matching defs:magnified

2620 	bool					magnified	= lod <= sampler.lodThreshold;
2621 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
2660 bool magnified;
2667 magnified = lod <= 0.5;
2669 magnified = lod <= sampler.lodThreshold;
2681 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
2688 bool isLinearMipmapMode = magnified && tcu::isSamplerMipmapModeLinear(sampler.minFilter);
2763 bool magnified = lod <= sampler.lodThreshold;
2764 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
2781 bool isLinearMipmapMode = magnified && tcu::isSamplerMipmapModeLinear(sampler.minFilter);
2833 bool magnified = lod <= sampler.lodThreshold;
2834 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
2873 bool magnified = lod <= sampler.lodThreshold;
2874 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
3207 bool magnified = lod <= sampler.lodThreshold;
3208 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
3224 bool isLinearMipmapMode = magnified && tcu::isSamplerMipmapModeLinear(sampler.minFilter);
3422 bool magnified = lod <= sampler.lodThreshold;
3423 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
3514 const bool magnified = lod <= sampler.lodThreshold;
3515 const Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;
3596 const bool magnified = lod <= sampler.lodThreshold;
3597 Sampler::FilterMode filterMode = magnified ? sampler.magFilter : sampler.minFilter;