Home
last modified time | relevance | path

Searched refs:hasUnnormalizedIntegerTexture (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DSamplerCore.hpp102 bool hasUnnormalizedIntegerTexture() const;
H A DSamplerCore.cpp153 …bool use32BitFiltering = hasFloatTexture() || hasUnnormalizedIntegerTexture() || force32BitFilteri… in sampleTexture()
161 if(!hasFloatTexture() && !hasUnnormalizedIntegerTexture() && !state.compareEnable) in sampleTexture()
282 bool integer = hasUnnormalizedIntegerTexture(); in sampleTexture()
302 bool integer = hasUnnormalizedIntegerTexture(); in sampleTexture()
2120 bool scaled = !hasFloatTexture() && !hasUnnormalizedIntegerTexture() && !state.compareEnable; in replaceBorderTexel()
2515 bool SamplerCore::hasUnnormalizedIntegerTexture() const in hasUnnormalizedIntegerTexture() function in sw::SamplerCore
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DSamplerCore.hpp100 bool hasUnnormalizedIntegerTexture() const;
H A DSamplerCore.cpp301 …if(hasFloatTexture() || hasUnnormalizedIntegerTexture() || forceFloatFiltering || seamlessCube || … in sampleTexture()
334 if(!hasFloatTexture() && !hasUnnormalizedIntegerTexture()) in sampleTexture()
2573 bool SamplerCore::hasUnnormalizedIntegerTexture() const in hasUnnormalizedIntegerTexture() function in sw::SamplerCore
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DSamplerCore.hpp100 bool hasUnnormalizedIntegerTexture() const;
H A DSamplerCore.cpp129 …bool use32BitFiltering = hasFloatTexture() || hasUnnormalizedIntegerTexture() || force32BitFilteri… in sampleTexture()
137 if(!hasFloatTexture() && !hasUnnormalizedIntegerTexture() && !state.compareEnable) in sampleTexture()
258 bool integer = hasUnnormalizedIntegerTexture(); in sampleTexture()
278 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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DSamplerCore.hpp100 bool hasUnnormalizedIntegerTexture() const;
H A DSamplerCore.cpp301 …if(hasFloatTexture() || hasUnnormalizedIntegerTexture() || forceFloatFiltering || seamlessCube || … in sampleTexture()
334 if(!hasFloatTexture() && !hasUnnormalizedIntegerTexture()) in sampleTexture()
2573 bool SamplerCore::hasUnnormalizedIntegerTexture() const in hasUnnormalizedIntegerTexture() function in sw::SamplerCore