Home
last modified time | relevance | path

Searched refs:hasUnsignedTexture (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DSampler.hpp187 bool hasUnsignedTexture() const;
DTextureStage.cpp85 state.cantUnderflow = sampler->hasUnsignedTexture() || !usesTexture(); in textureStageState()
DSampler.cpp358 bool Sampler::hasUnsignedTexture() const in hasUnsignedTexture() function in sw::Sampler