Home
last modified time | relevance | path

Searched refs:has16bitTextureFormat (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.hpp77 bool has16bitTextureFormat() const;
DSamplerCore.cpp140 if(has16bitTextureFormat()) in sampleTexture()
363 if(has16bitTextureFormat()) in sampleTexture()
1699 if(has16bitTextureFormat()) in sampleTexel()
2194 bool SamplerCore::has16bitTextureFormat() const in has16bitTextureFormat() function in sw::SamplerCore