Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.hpp100 bool hasUnnormalizedIntegerTexture() const;
DSamplerCore.cpp129 …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
/external/swiftshader/src/Shader/
DSamplerCore.hpp100 bool hasUnnormalizedIntegerTexture() const;
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