Searched refs:hasUnnormalizedIntegerTexture (Results 1 – 4 of 4) sorted by relevance
100 bool hasUnnormalizedIntegerTexture() const;
129 …bool use32BitFiltering = hasFloatTexture() || hasUnnormalizedIntegerTexture() || force32BitFilteri… in sampleTexture()137 if(!hasFloatTexture() && !hasUnnormalizedIntegerTexture() && !state.compareEnable) in sampleTexture()274 bool integer = hasUnnormalizedIntegerTexture(); in sampleTexture()294 bool integer = hasUnnormalizedIntegerTexture(); in sampleTexture()2111 bool scaled = !hasFloatTexture() && !hasUnnormalizedIntegerTexture() && !state.compareEnable; in replaceBorderTexel()2533 bool SamplerCore::hasUnnormalizedIntegerTexture() const in hasUnnormalizedIntegerTexture() function in sw::SamplerCore
301 …if(hasFloatTexture() || hasUnnormalizedIntegerTexture() || forceFloatFiltering || seamlessCube || … in sampleTexture()334 if(!hasFloatTexture() && !hasUnnormalizedIntegerTexture()) in sampleTexture()2573 bool SamplerCore::hasUnnormalizedIntegerTexture() const in hasUnnormalizedIntegerTexture() function in sw::SamplerCore